betriumalpha.hashnode.devGetting Started with OpenCodeOpenCode is an open source AI coding agent. It runs in your terminal. You choose the model. You own your workflow. Why OpenCode Over Claude Code Claude Code is optimized for Anthropic models. OpenCode is model-agnostic from the ground up with 75+ pr...Jan 28·6 min read
betriumalpha.hashnode.devMy Tmux Setup: A Developer's Terminal Multiplexer ConfigurationTmux is central to how I work. It looks good and gets things done. Here is my complete setup with configuration files, custom scripts, and why I made each choice. Why Tmux? Here is what tmux gives you: Persistent sessions. Your work survives termina...Jan 20·9 min read
betriumalpha.hashnode.devDatabase Indexing OverviewIntroduction Databases store data in pages (commonly 8 KB each) containing multiple rows. Without indexes, finding a specific record can require scanning many pages sequentially, which is inefficient and slow. Indexes act as maps, guiding the query e...Feb 15, 2025·4 min read
betriumalpha.hashnode.devThe ₹50 Lakhs Shitshow: A Technical Postmortem of How We Royally Fucked Our Payment System (A Made-Up Clusterfuck)DISCLAIMER: This shit-show of a story is about as real as a unicorn riding a dragon through a rainbow made of pizza. Any resemblance to actual events, locales, or persons, living or dead, is entirely coincidental and probably the result of too many e...Feb 11, 2025·5 min read