Skip to content

Instantly share code, notes, and snippets.

@huw
huw / LICENSE.md
Created November 21, 2021 05:15
iA Writer Variable Fonts (Woff2-compressed & Base64-converted for use with Obsidian)

iA Writer Typeface

Copyright © 2018 Information Architects Inc. with Reserved Font Name "iA Writer"

Based on IBM Plex Typeface

Copyright © 2017 IBM Corp. with Reserved Font Name "Plex"

License

@marc-rutkowski
marc-rutkowski / README.md
Last active June 17, 2021 13:17
react-storybook with react-boilerplate (content of the .storybook/ directory)

react-storybook with react-boilerplate

Explains how to install and configure react-storybook into a project created from the react-boilerplate setup.

Intro

React-boilerplate (rbp) is a good starting point to create React apps, with a focus on performance, best practices and DX.

The community around the repository is amazing and a constant source of learning.

@oanhnn
oanhnn / using-multiple-github-accounts-with-ssh-keys.md
Last active July 15, 2024 21:31
Using multiple github accounts with ssh keys

Problem

I have two Github accounts: oanhnn (personal) and superman (for work). I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).

Solution

Use ssh keys and define host aliases in ssh config file (each alias for an account).

How to?

  1. Generate ssh key pairs for accounts and add them to GitHub accounts.
@nolanlawson
nolanlawson / rant.md
Last active March 1, 2023 23:34
Misconceptions about PouchDB

Misconceptions about PouchDB

A quick rant.

  1. PouchDB is slow, because it doesn't use bare-metal IndexedDB

OK, first off I want to point out the CanIUse table for IndexedDB. Go ahead, look at it. I'll wait.