AMAbhisekh Mukherjeeinabhisekh.in·Jul 1 · 2 min readDVA C02 Notes - Storage EBS (Elastic Block Store) AZ-scoped storage (tied to one AZ) Can move across AZ/region using snapshots Block storage (like a disk) Attached to EC2 → needs filesystem (ext4/xfs) Multi-Attach Onl00
AMAbhisekh Mukherjeeinabhisekh.in·Jun 26 · 5 min readRust Experience I come from a JavaScript and Python background, where error handling often feels like an optional discipline. You can handle errors properly, but in many cases, the language does not force you to thin00
AMAbhisekh Mukherjeeinabhisekh.in·Mar 4 · 14 min readWhat Really Happens After You Run a SQL Query - SQL Journey I just finished a project where we were hitting an internal database - large dataset, reads happening constantly, the kind of workload where every extra millisecond compounds into something users actu00
AMAbhisekh Mukherjeeinabhisekh.in·Feb 24 · 2 min readIntro to Cloud Formation - Infra as Code CloudFormation is an Infrastructure as Code (IaC) service where we define the resources we need to deploy in AWS in a coding manner. Generally, CloudFormation uses JSON or YAML for declaring resources00
AMAbhisekh Mukherjeeinabhisekh.in·Jul 18, 2025 · 2 min readGit & GitHub in 5 Minutes: Stop Emailing Code! 🚀Ever had files named final_code.js, final_code_v2.js, or final_code_REALLY_final.js? 😵 We've all been there. It's a messy way to track changes and a nightmare for teamwork. Let's fix this forever with two tools: Git and GitHub. Part 1: Git - Your P...00