Software DevelopmentGit Worktree Guide: Run Branches Side by Side
Use Git worktrees to run feature branches, reviews, and hotfixes in parallel without stashing or cloning the repository again.
Engineering notes
Software DevelopmentUse Git worktrees to run feature branches, reviews, and hotfixes in parallel without stashing or cloning the repository again.
Cloud & InfrastructurePublish a self-hosted Ubuntu application through Cloudflare Tunnel with no inbound ports, explicit ingress rules, service management, access control, and monitoring.
Frontend DevelopmentBuild reusable components that respond to their own available space with CSS container queries, named contexts, container units, fallbacks, and debugging tips.
DevOpsRun Node.js as a reliable Ubuntu system service with a dedicated user, automatic restarts, journal logs, graceful shutdown, and practical hardening.
Testing & QualityBuild fast Node.js tests without a third-party framework, including strict assertions, dependency mocks, HTTP integration tests, coverage, CI, and cleanup.
Software DevelopmentLearn how to use git bisect manually and automate it with a test script to find the exact commit that introduced a bug or performance regression.