AMAbhisekh Mukherjeeinabhisekh.hashnode.dev·Aug 4 · 4 min readRecursion: A Function Calling Itself with an Exit ConditionThe functions which calls itself with a exit condition There are two common types of recursion : Head Recursion: Where you call the recursion function first and perform operations which you need to d20
AMAbhisekh Mukherjeeinabhisekh.hashnode.dev·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.hashnode.dev·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.hashnode.dev·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.hashnode.dev·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