Categories
Building My Indie Business

Week Notes #6

2 min read

Categories
Node.js Quick Tips Quick Tips

How to list npm run scripts for a project

< 1 min read

Categories
Building My Indie Business

Week Notes #5

1 min read What went well this past week? I received an email from one of my subscribers thanking me for the newsletter which I send out weekly-ish. They said a bunch of very kind things that made me grin from ear to ear and it absolutely made my Friday. Metrics such as open rates, click throughs etc. […]

Categories
Node.js Quick Tips Quick Tips

Name your functions for better stack traces

< 1 min read

Categories
Express Node.js

How to handle request validation in your Express API

9 min read Jump links Getting to grips with JSON Schema Why should I use JSON Schema and not validation library X? How to integrate validation with JSON schemas into your application Pulling it all together Wrapping things up Handy JSON Schema links