A place for engineering notes, architecture decisions, and lessons from shipping.

The article system is intentionally lightweight: local MDX files, clear frontmatter, and a publishing flow that stays close to the codebase.

Publishing setup

Built for shipping thoughtful writing quickly, without separating it from the product and code it documents.

1 min read

Getting Started with Swift Vapor

A quick starter guide to install Vapor on macOS, create a new Swift backend project, and run it in Xcode.

SwiftVaporBackend