Engineering notes

Writing about cloud systems and code.

Practical notes from building on AWS, designing backend systems, improving developer workflows, and working through algorithms.

Latest writing

4 posts · RSS

AWS

Feb 11, 2024 · 6 min read

AWS AppRunner

Containers are one of the most reliable ways to build and ship services, and AWS alone gives you more than a dozen ways to run them. Rather than walk the entire catalog, this note zooms in on one: AWS AppRunner — where it sits next to ECS, why it shines for small auto-scaling services, and a CloudFormation template to spin one up. First, a quick look at the popular ways to run containers on AWS:

Continue reading →

TECH

Jan 3, 2024 · 2 min read

Pre-commit hook setup with husky

Keeping code consistent and tested gets harder the more people touch a repo, and sooner or later some unlinted code or a failing test slips through. Husky heads that off by running linting, formatting, and tests automatically before a commit lands. This note sets up pre-commit hooks with Husky and lint-staged in a fresh NestJS project.

Continue reading →

AWS

Dec 25, 2023 · 3 min read

AWS S3 storage tiers

S3's appeal isn't only durability — it's the range of storage tiers that let you trade retrieval time for cost. This note breaks down each S3 storage class and shows how to use Lifecycle Configuration to automatically transition objects between tiers as they age, so you keep availability where it matters and trim cost where it doesn't.

Continue reading →

AWS

Nov 20, 2023 · 3 min read

Serverless Cloudformation Parameters

Infrastructure as code is second nature on AWS, and CloudFormation Parameters are what keep templates flexible across environments and stages. This note walks through defining and passing those parameters when deploying with the Serverless Framework — and why I reach for it over AWS SAM.

Continue reading →

© 2026 Rajan Kalwar

Privacy: analytics load only after consent.