Writing

Guides and repo documentation that actually teach something.

Some of the most useful writing already lives inside the public repositories. This page points developers to the pieces that are worth reading now, plus the topics I still want to explain more directly on the site.

Read now

Public guides already worth opening.

01

AWS infrastructure guide

Best starting point if you want the clearest picture of the network, storage, IAM, serving, and monitoring layers.

Open repo
02

Glue jobs and CDC reconciliation guide

Good for understanding how multiple raw change events become one clean current-state Silver row per key.

Open repo
03

Natural-language analytics agent guide

Shows how the Gold layer is made accessible through plain-English questions, SQL safety checks, charts, and reporting.

Open repo
04

Session lifecycle and cost-aware operations

Useful if you want to study a platform that is designed to be brought up for work sessions and destroyed afterward.

Open repo

Planned writing

Topics I still want to explain more directly on the site.

The repo READMEs are already doing useful work, but the site itself should gradually hold more focused essays. The aim is not to sound complex. The aim is to make cloud and platform ideas easier to reason about.

How enterprise GCP authentication actually works

Browser login, CLI auth, ADC, service accounts, impersonation, and federated CI/CD in one clear story.

When Silver should stay in object storage

Why governed external access can sometimes be better than moving every validated dataset into the warehouse.

How to build once and deploy across environments

A simple but strict explanation of reusable logic, controlled variables, and environment discipline.