Building Code and Cloud with Astro
A blueprint for turning the site into a fast, static-first publication that is easy to read and easy to grow.
- astro
- cloudflare
- static-sites
Articles
Evergreen posts, architectural essays, and practical walkthroughs with enough breathing room for context.
Featured article
A blueprint for turning the site into a fast, static-first publication that is easy to read and easy to grow.
A short editorial on why local Angular state should stay direct, typed, and boring until complexity genuinely arrives.
A reminder that TypeScript pays off most when it protects inputs, outputs, and state transitions instead of every internal detail.
Building a simple Angular app with Genkit flows, a Gemini model, and a few adjustments that made the tutorial work in practice.
A walkthrough for configuring Angular environments and using environment-specific API URLs cleanly.
A practical introduction to JavaScript's `call()`, `apply()`, and `bind()` utilities with simple examples.
A practical guide to keeping personal and work GitHub accounts side by side on Windows with separate SSH keys.
A practical introduction to JavaScript promises, including a simple example and an `async` and `await` rewrite.
How `Partial<T>` helps with type-safe updates and constructor-style object initialization.