Blog

Articles, Announcements, and More

Blog posts on software, systems, and side projects—everything I'm building, learning, or thinking about.

How to Create a Raid Profile

Published
Author
Alex Salerno Portrait
Alex Salerno

Create a Raid CLI profile five ways: interactive wizard, hand-written YAML, an existing raid.yaml, a Git URL, or a raw file URL. With trade-offs and a decision guide.

Read more

How to Wire Raid into CI

Published
Author
Alex Salerno Portrait
Alex Salerno

Run Raid in CI without prompts or hangs: `--yes` / `--headless` flags, `--json` output, exit-code categories, and patterns for GitHub Actions and friends.

Read more

Building Uppy: A Technical Deep Dive

Published
Author
Alex Salerno Portrait
Alex Salerno

A silly co-op multiplayer browser game built entirely on the Cloudflare edge stack. Why Durable Objects are the right primitive for multiplayer state, the math behind the cooldown that makes the game cooperative instead of competitive, and what it taught me about WebSockets at scale.

Read more

Building Raid: A Technical Deep Dive

Published
Author
Alex Salerno Portrait
Alex Salerno

A year after the design proposal, an honest retrospective on _Raid_ — the multi-repo workflow orchestrator I built to escape my own toil. Architecture, key design decisions (including agent-native MCP integration), what got cut, and what I learned along the way.

Read more