Skip to content

thoughts

Notes, experiments, and practical writeups about web development, tooling, and shipping software.

Latest posts

5 min read

The Journey of the Single Tap

A road trip through the guts of a modern backend system, from load balancers and APIs to JWTs and debugging tools.

6 min read

Jupyter Notebook with uv and VS Code

A step-by-step guide to setting up a Jupyter notebook project using uv for dependency management and VS Code for development.

8 min read

Deploy Vite to GitHub Pages

A step-by-step guide to deploying your Vite project to GitHub Pages using GitHub Actions for automatic deployment on every push.