Writing
Notes on frontend engineering, architecture, real-time systems, and building developer community.
- 6 min read
From FileZilla to deploy.sh: Building a Deploy Script
How I moved from FileZilla FTP uploads to scp, zip, and eventually rsync for deploying PHP projects.
- devops
- bash
- deploy
- 3 min read
Stop Debug Leftovers from Sneaking into Your Commits
A small bash pre-commit hook to block alert(), console.log(), var_dump(), and other debug leftovers from landing in commits.
- git
- bash
- tooling
- 3 min read
Building a Frictionless macOS Dev Environment
How I set up my macOS dev environment - system settings, iTerm2, Homebrew, and the tools I install on a fresh machine.
- macOS
- tooling