Skip to content
$ ls /blog/

DevOps, backend engineering, and cloud-native deep dives

Filter by tag:
SRE for Small Teams
7 min read

SRE for Small Teams

You don't need Google's budget to practice SRE. Here's how to implement Site Reliability Engineering principles with a small team and limited resources.

#sre#devops#reliability#on-call#monitoring#incident-management
Ephemeral Containers for Production Debugging
8 min read

Ephemeral Containers for Production Debugging

Debug distroless and minimal containers in production without redeploying. Ephemeral containers let you attach debugging tools to running pods - here's how to use them effectively.

#kubernetes#debugging#containers#production#kubectl#devops
Why I replaced AWS NAT Gateway with a NAT Instance - and saved 20$ of dollar per month
7 min read

Why I replaced AWS NAT Gateway with a NAT Instance - and saved 20$ of dollar per month

AWS offers NAT Gateways as the default, fully managed solution for letting private subnet resources reach the internet. However, NAT Gateways can be pricey: Hourly cost: ~₹3.75/hour (varies by region) Data transfer cost: Additional ₹3.75/GB on top of standard data transfer For small dev/test environments or personal labs, these costs can add up quickly. In contrast, a NAT Instance is just a normal EC2 instance configured to perform IP forwarding and NAT. It’s typically much cheaper to run a small instance (`t3.micro`) than a NAT Gateway, especially if your traffic volume is modest.

AWS
#aws#nat#gateway#instance#cost#savings
Why Senior Engineers Should Write Docs
6 min read

Why Senior Engineers Should Write Docs

Documentation is often treated as junior work. That's backwards. The most impactful documentation comes from senior engineers, and writing it is a force multiplier for your expertise.

#documentation#engineering-culture#leadership#career#technical-writing
The 10x Engineer is a Myth
7 min read

The 10x Engineer is a Myth

The idea of the 10x engineer has done more harm than good. What actually matters is team multipliers - engineers who make everyone around them better.

#engineering-culture#teams#leadership#career#productivity