Skip to main content
WritingSpeakingCodeAboutNow
Category Archive

Articles: API Design

Technical writings, opinionated architectures, and development guides focusing on API Design.

Articles43
Est. Read Time436 mins
Tags97
Featured1
Feb 202621 min read

Building production ready APIs with kit

A practical guide to shaping production-ready APIs using kit, from contracts and validation to observability and rollout.

Feb 20265 min read

Building a Go microservice using gRPC for image metadata extraction

Learn how to build a production-grade Go microservice that extracts EXIF and image metadata using gRPC, complete with S3/R2 integration.

Feb 20267 min read

Relay: Building a Fiber-Native HTTP Layer for Modern PHP

Explore the design and implementation of Relay, a new HTTP transport layer for PHP 8.5+.

Jan 202612 min read

Streaming responses in Laravel without WebSockets

Learn how to implement server-sent events (SSE) in Laravel for streaming AI responses, avoiding the complexity of WebSockets.

Dec 20257 min read

Automate local API testing with Bash

This article shows how to automate a complete authentication workflow using Bash, curl, and jq.

Dec 202532 min read

Building A TypeScript API That Doesn't Suck

Learn how to build a TypeScript SDK the right way: ditching axios for ofetch, using factory patterns, and creating production-ready code.

Nov 202531 min read

API-First Laravel Projects

Beginner-friendly, API-first Laravel path: 10 progressive projects covering resources, auth, search, multi-tenancy, webhooks, rate limits, and GraphQL.

Oct 202510 min read

Building APIs that scale with Nitro, Drizzle, and unstorage

Discover how Nitro, Drizzle ORM, and unstorage create a modern TypeScript API stack that's faster to build, easier to scale, and ready for edge deployments.

Oct 202511 min read

Building a production-ready Go service with Go Blueprint

Learn how Go Blueprint transforms your workflow for building production-ready microservices.

May 202513 min read

Sevalla on the Command Line

Build a beautiful Go-powered CLI tool to manage your Sevalla apps directly from the terminal - no browser, just clean, fast, TUI driven control.

Dec 20248 min read

The definitive Guide to Webhooks in Laravel

Master webhooks in Laravel with this definitive guide. Learn setup, security, event handling, and more to build powerful real-time integrations.

Jul 20243 min read

API Experience

Discover how API Experience affects adoption and why you should prioritize it for your APIs.