All Posts

Micro-Journaling Needs To Be A Thing

I started micro-journaling in August of 2015. Now, over 2 years later, I have 13,317 entries that document the last 787 days of my life.

How To: Reuse Database Connections in AWS Lambda

AWS Lambda lets us "freeze" and "thaw" database connections so that we can reuse them and minimize the time it takes to setup new connections. This post teaches you how to reuse database connections in your Node.js projects.

Hack, Refactor, Repeat

Tactics for being a more efficient and productive developer while still producing highly performant code.