a blog about software and whatnot
Listing out what libraries and resources I've found the most useful for building this blog.
I recently created a landing page for an app that I have yet to release. I needed a quick and easy way to collect emails, and I landed on using a ZEIT Now serverless functions and MongoDB. This post details the relatively painless process of setting up this kind of backend, as well as a brief assessment of alternative options.
Gatsby provides a framework for "blazing-fast" pages, but when adding it to an existing production project, things can get a little tricky. This post shows one simple way of getting started using Gatsby alongside Nginx and Docker.