knowledge
knowledge copied to clipboard
💡 document everything
Buffer is useful for Twitter, but it underperforms for Instagram, and it isn't connected to other social medias. When I post a book review using [this process](https://github.com/RichardLitt/knowledge/blob/master/processes/publishing-book-review.md), I should also...
[GitHub Issue Templates](https://github.com/blog/2111-issue-and-pull-request-templates) are great, but they are somewhat misnamed: you can't have multiple templates, but only a single template which automatically loads. This template inevitably fails to deal with...
There is a consistent issue with documentation in code where people misspell things. How can we enforce spell-checking for documents? It looks like [node-markdown-spellcheck](https://github.com/lukeapage/node-markdown-spellcheck) might work well. Or this [CI...
I never release my npm modules or GitHub code as releases, and I've no real idea why I should. According to Yoshua, this would help me in a few ways:...