Categories
JavaScript Quick Tips Quick Tips

Ditch !! and try Boolean() instead

< 1 min read

Categories
Express Node.js

How to send consistent error responses from your Express API

6 min read When you’re building an API with Express it can be difficult to know how to send consistent error responses. The framework doesn’t seem to provide any special features for this, so you’re left to figure it out on your own. At some point you’ll probably find yourself wondering if you’re doing it “the right way”.

Categories
Git Quick Tips Quick Tips

Save your git stashes with helpful descriptions

< 1 min read

Categories
Building My Indie Business

Week Notes #1

3 min read

Categories
Command Line Quick Tips Quick Tips

cURL download file command

< 1 min read