Blog
Posts, tutorials, notes, and everything else. The archive of everything I have written.
-
Uploading Files to Cloudflare R2 with Pre-Signed URLs
Learn how to upload files to Cloudflare R2 using pre-signed URLs.
28 May 2024 | 7 min read | 1.9k views -
Deploying Remix to Cloudflare with SST
Learn how to deploy a Remix application to Cloudflare Workers using SST.
10 May 2024 | 4 min read | 1.3k views -
A Complete Guide to Buffers in Node.js
In Node.js, buffers are a special type of object that can store raw binary data. A buffer represents a chunk of memory...
12 Jul 2021 | 9 min read | 11.3k views -
Getting Started with npm Workspaces
The newest major release of npm, launched in October 2020, came out with a very anticipated feature...
1 Jun 2021 | 6 min read | 70.6k views -
Authentication with Supabase and React
Supabase is an open source managed backend platform. It's a direct alternative Firebase, which is owned by Google...
5 Apr 2021 | 12 min read | 16.3k views -
Deploying to Google Cloud Run with Terraform
Cloud Run is a serverless platform from Google Cloud to deploy and run containers. It's fully managed...
14 Mar 2021 | 6 min read | 20.5k views -
Using Docker Compose for Local Development
In this post, you will see how to use Docker Compose to set up a local development environment for your...
26 Jan 2021 | 6 min read | 3.3k views -
How to Use Schemas on Fastify for Fun and Profit
This year, Fastify became my go-to framework for building Node.js APIs. If the word sounds new to you, Fastify is a web framework for...
10 Dec 2020 | 8 min read | 11.9k views -
Deploying to Cloud Functions with Terraform
In this tutorial you are going to deploy a simple Node.js API to Cloud Functions using Terraform. Cloud Functions is a compute...
30 Nov 2020 | 10 min read | 16.8k views -
Introduction to Terraform
In this post you will find an overview of how Terraform works and why it might be a good addition to your toolset.
17 Nov 2020 | 3 min read | 457 views -
Notes: Technical Writing
14 Sep 2020 | 9 min read | 112 views -
Notes: Docker
28 Jun 2020 | 3 min read | 77 views -
AWS Lambda Layers with Serverless
1 Dec 2018 | 5 min read | 471 views -
Notes: Property-based testing
29 Oct 2018 | 4 min read | 99 views