Tech Blogs
Whether you're a fellow developer, a curious learner, or just stumbled upon this corner of the internet, I hope you'll find something here that inspires, informs, or intrigues you.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
/ Blogs
-
Aug 23, 2024
Understanding Multer
In this blog, we’ll explore how to set up file uploads with `multer`
Read Article
-
Aug 12, 2024
How CORS actually works behind the scenes
This article aims to demystify CORS, explain why it exists, and provide strategies for dealing with CORS-related issues.
Read Article
-
Jul 21, 2024
Developers, Your Job Is Not To Write Code
This essay is adapted from a lightning talk that I originally presented to coworkers in 2019.
Read Article
-
Jul 1, 2024
Understanding the Reconciler
A Deep Dive into Virtual DOM Manipulation in JavaScript.
Read Article
-
Jun 7, 2024
Building a serverless SaaS product
A full-stack SaaS project with authentication and payments.
Read Article
-
May 15, 2024
Building Neovim from source
Building Neovim: A Comprehensive Guide.
Read Article