All Stories

Setting up GPG signing on Mac

Setting up GPG signing on Mac

Hot Dog Vending Machine in Go

Hot Dog Vending Machine in Go

Rethrowing Errors for Proper Stack Trace

Rethrowing Errors for Proper Stack Trace

ES6 Command-Line Parsing

ES6 Command-Line Parsing ECMA Script has come a really long way and continues to add more great features. A lot of them borrowed from functional languages and libraries. Typically there...

Enhancing Sublime Text Context Menus on Windows

Sublime Text It’s a great code editor. It can be an IDE if you want it to be, but at it’s heart it’s a highly extensible text editor. I love...

Setting up the package.json for node.js. The short, short version

Package.json Most tutorials start with the package.json. This is a very important step. Here’s an example of a live package.json, this is Ghost v0.5’s package.json: 1 2 3 4 5...