Blog
Notes on Git, backend systems, and shipping software.
Git Workflow and Branching Strategy
Is your Git History a mess?
Here's a simple workflow: 3 branches, 4 environments, clear path to production.
February 20, 2025What If HTTPS Isn't Enough?
Application-level encryption with RSA + AES-256-GCM, step by step.
HTTPS protects the pipe, not who can read the payload. We added app-level encryption so only our client and server can see the data.
February 20, 2025