Latest Blogs

Why I built a web search library

Notes from building a Go search core for JS

December 29th, 2025
3 min read

I was working on a side project where I needed to add basic web search capability to an AI agent. When I looked around,…

Why I built a web search library

I self hosted a VPN on AWS, should you?

April 29th, 2025
4 min read

Setting up a personal VPN provides a reliable method for securing internet connections, protecting privacy, and maintain…

I self hosted a VPN on AWS, should you?

What Are Git Orphan Branches and How to Use Them

June 2nd, 2024
3 min read

What is Git? Git is a free and opensource distributed version control system (DVCS) that is widely used in software deve…

What Are Git Orphan Branches and How to Use Them

Localhost to Production

Lessons Learned Deploying Code

May 29th, 2024
5 min read

It's been 2 years since I started to learn how to build web applications, and there is a special kind of comfort in buil…

Localhost to Production