Skip to content
daniel@cosenza:~/blog

Deep Dive

Conceptual, architectural explainers — how a subsystem actually works underneath.

SRE & DevOpsDeep Dive February 22, 2026 4 min read

Building Minimal, Secure Container Images

How multi-stage builds, distroless base images, and layer discipline combine to produce smaller, more secure container images without sacrificing developer ergonomics.

#containers#docker#security
Read more
FreeDOSDeep Dive February 19, 2026 3 min read

Writing Batch Files on FreeDOS

A practical tour of FreeDOS batch scripting: variables, control flow, argument handling, and the quirks that differ from a modern shell.

#batch-files#scripting#freedos
Read more
WindowsDeep Dive February 16, 2026 3 min read

Automating Windows with Task Scheduler

How Task Scheduler's triggers, actions, and conditions work together, and how to build and inspect scheduled tasks from the command line.

#task-scheduler#automation#windows
Read more