Engineering Notes

Blog

Hands-on notes on software architecture, observability, cloud systems, AI-assisted development, and the small engineering decisions that make production work easier to reason about.

Comparison of bloated and lean Docker image sizes

Being Lean Is Good In Docker

In this short blog, I wanted a sample that made Docker image bloat visible without requiring a complicated application to explain it, so I built one tiny Node service, packaged it two different ways, and measured the result. The bloated version is at 1.12GB. The lean version is at 138MB.

Read Article
secox scan output showing detected hardcoded AWS secrets in a Windows terminal

secox, the Rust Secret Scanner

A Windows-first walkthrough for installing the Rust secret scanner secox, testing it with fake AWS credentials, and reading the scan output without extra ceremony.

Read Article