Skip to main content
ArticlesProjects
Category Archive

Articles: API Development

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

Articles10
Est. Read Time108 mins
Tags38
Featured2
Jun 202613 min read

The Tips Behind API Artisan: Building Laravel APIs Developers Actually Want to Use

Practical tips for building Laravel APIs developers trust: contract-first design, versioning, RFC 9457 errors, idempotency and more. Free book inside.

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.

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.

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.

Jul 20243 min read

API Experience

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

Apr 202416 min read

API Ops

Discover how API Ops revolutionizes API development, deployment, and management, fostering efficiency, collaboration, and excellence in the digital world.

Jul 202011 min read

Building a REST API in GoLang

Discover the process of building a REST API in GoLang, from setting up Docker containers to structuring and scaling your application effectively.

Jul 20203 min read

My First Go Module - go api problem

Explore the journey of building the first Go Module for error handling in APIs. Simplify error handling in GoLang with this module.