Skip to content

Instantly share code, notes, and snippets.

View fatiiates's full-sized avatar
🎯
Focusing

Fatih ATES fatiiates

🎯
Focusing
View GitHub Profile
anonymous
anonymous / print.css
Created June 22, 2016 13:53
/**
* Print Stylesheet fuer Deinewebsite.de
* @version 1.0
* @lastmodified 16.06.2016
*/
@media print {
/* Inhaltsbreite setzen, Floats und Margins aufheben */
/* Achtung: Die Klassen und IDs variieren von Theme zu Theme. Hier also eigene Klassen setzen */
@kvendrik
kvendrik / StockPhotoSearch.tsx
Created July 9, 2018 16:07
TypeScript example: passing props into a Route.
import * as React from 'react';
import {RouteComponentProps} from 'react-router-dom';
import {Bind, Debounce} from 'lodash-decorators';
import SearchBar from 'Components/SearchBar';
import ImagePreview from 'Components/ImagePreview';
import * as styles from './StockPhotoSearch.scss';
type Props = {};
type ComposedProps = Props & RouteComponentProps<{
@agmm
agmm / nextjs-file-upload-api.js
Created January 31, 2020 23:03
Simple Nextjs File Upload — Backend API
// Backend
import formidable from 'formidable';
export const config = {
api: {
bodyParser: false,
},
};
export default async (req, res) => {
@pmkay
pmkay / installing-postman.md
Created April 27, 2020 02:49 — forked from ba11b0y/installing-postman.md
Installing Postman on Ubuntu/Gnome

Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux

Although I highly recommend using a snap

sudo snap install postman

Installing Postman

tar -xzf Postman-linux-x64-5.3.2.tar.gz