Articles

  • Getting Started with Astro

    Astro is a content-first web framework that ships zero JavaScript by default. Here's what makes it worth your attention and how to get a project off the ground quickly.

    • astro
    • frontend
    • ssg
  • Building Serverless APIs on AWS

    Lambda and API Gateway can take you a long way, but the sharp edges are real. Here's a practical guide to structuring a serverless API that's actually maintainable.

    • aws
    • serverless
    • backend
  • TypeScript Tips for Cleaner Code

    Five patterns I reach for regularly to keep TypeScript codebases readable, refactor-friendly, and free of the defensive boilerplate that accumulates over time.

    • typescript
    • dx