Writing
Notes on frontend engineering, architecture, real-time systems, and building developer community.
- Coming soon
Web scraping, OCR, DOM observation, and finding the simplest real-time data solution
Web scraping
- 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 macOS development environment
How I set up my macOS dev environment - system settings, iTerm2, Homebrew, and the tools I install on a fresh machine.
- macOS
- tooling