Skip to content

Instantly share code, notes, and snippets.

View rekomat's full-sized avatar
:octocat:
Octodog

René Keller rekomat

:octocat:
Octodog
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
BBEdit Language Module for TypeScript
Put this file in
~/Library/Application Support/BBEdit/Language Modules
or equivalent.
Based off the language file for CoffeeScript found at

Keybase proof

I hereby claim:

  • I am rekomat on github.
  • I am rekomat (https://keybase.io/rekomat) on keybase.
  • I have a public key ASBFEwEO6VHVatIdNTtN-x0-Lw1fBC1hHYKnQMxIyLuazgo

To claim this, I am signing this object:

@rekomat
rekomat / scalingo-cheatsheet.md
Last active September 3, 2018 06:10
Scalingo Cheatsheet

Scalingo Cheatsheet

Automagic cloud hosting for teams. From prototypes to production-ready applications, Scalingo empowers software teams to manage entire application lifecycles.

Getting Started

Create new app

scalingo create <app-name>

@rekomat
rekomat / nextjs-cheatsheet.md
Created August 30, 2018 09:37
Next.js Cheatsheet

Next.js Cheatsheet

CSS Server-Side

CSS must be server-side rendered or you'll end up with a flash of unstyled content (FOUC).

styled-jsx Docs: Server-Side Rendering

// next.config.js

forever Cheatsheet

forever is simple CLI tool for ensuring that a given script runs continuously (i.e. forever).

Usage

Run Node.js app forever
forever start app.js

Vercel Cheatsheet

Cheatsheet for Vercel deployment and hosting

Deploy a new instance

Upload, build and run

my-app$ vercel

Git Cheatsheet

Remotes

Add a remote URL

git remote add origin git@bitbucket.org:user/repo-name.git

Sponsi, Corporate Design Cheatsheet

Typography

  • Font Family: Neurial Grotesk
  • Font Weights: Regular, Bold
  • Line Height: Font Size × 1.25, slightly less for larger sizes
  • Paragraph: Font Size × 1.5, slightly less for larger sizes
  • Kerning: Optical (if used with Adobe Tools)

JRW Consulting, Corporate Design Cheatsheet

Typography

  • Font Family: Karla
  • Font Weight: Regular
  • Line Height: tbd
  • Paragraph: tbd
  • Kerning: tbd

DNS Lookup Cheatsheet

Get DNS for a domain

$ dig -t NS pixelherz.com
pixelherz.com.		10534	IN	NS	ns1.netzone.ch.
pixelherz.com.		10534	IN	NS	ns3.netzone.ch.
pixelherz.com.		10534	IN	NS	ns2.netzone.ch.