Atomic Transaction Posting in Go: Getting Balance Invariants Right Under ConcurrencyJun 29, 2026·9 min read
Postgres Schema for a Multi-Tenant Ledger: The Trade-offs No One Talks AboutJun 29, 2026·9 min read·1
Designing a REST API for a Payment Ledger: Resources, Verbs, and Why I Avoided GraphQLThe running-balance line in your banking app looks like a stored number, but building it taught me more about pagination and window functions than any tutorial ever didJun 29, 2026·10 min read
Modeling Double-Entry Accounting in Go: Types That Make Invariants Impossible to ViolateJun 15, 2026·9 min read·2
Starlink + ISP Failover SetupA Beginner’s Guide to Bulletproof Internet at HomeJun 4, 2025·5 min read·865
How to Deploy a Next.js App on cPanel🚀 How to Deploy a Next.js App on cPanel (A Beginner-Friendly Guide) Hey friend! 👋You've built your awesome Next.js app and now you're ready to show it off to the world. But… you're on cPanel hosting and not sure what to do next? No worries—I’ll wal...May 5, 2025·5 min read·175
My Essential VSCode ExtensionsSupercharging My Development Workflow: A Deep Dive into My Essential VSCode Extensions In the ever-evolving world of software development, the right tools can make the difference between a good developer and a great one. Visual Studio Code has become...Mar 27, 2025·7 min read·131
Building Your Cloud Home: A Step-by-Step Guide to AWS VPC ArchitectureA Step-by-Step Guide to AWS VPC Architecture What We're Building Today Imagine being able to build your own digital neighborhood, complete with public areas, private spaces, and secure entrances - all perfectly organized for safety, efficiency, and g...Mar 18, 2025·9 min read·59
Decoding AWS Network Lingo: A Beginner's Guide to VPCs, Subnets, and GatewaysWhat are these VPCs, Subnets, and Gateways? Have you ever felt overwhelmed by the alphabet soup of AWS networking terms? You're not alone! As a cloud newcomer, understanding terms like VPC, CIDR, and NAT Gateway can feel like learning a foreign langu...Mar 18, 2025·6 min read·93
Laravel Meets AWS ECS: Automate Deployments Like a CI/CD Ninja!Setting Up a CI/CD Pipeline for Laravel Applications with AWS ECS In today's fast-paced development environment, implementing a robust Continuous Integration and Continuous Deployment (CI/CD) pipeline is essential for delivering high-quality applicat...Mar 12, 2025·15 min read·283