Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: api-development

Technical writings, opinionated architectures, and development guides tagged with api-development.

Articles12
Est. Read Time106 mins
Categories5
Featured0
May 20265 min read
Tempest

The Reason I Love Tempest for APIs

Tempest makes API development feel lightweight by combining typed request objects, attribute-based validation, discovery-driven routing, and built-in mapping with minimal ceremony.

Jan 20268 min read
DevTools

Building a Claude Code skill

Create portable instruction manuals for Claude to teach domain-specific approaches, with a deep dive into building a production-grade Laravel API skill.

Dec 20257 min read
API Development

Automate local API testing with Bash

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

Nov 202531 min read
Laravel

API-First Laravel Projects

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

Nov 202318 min read
Laravel

API Versioning in Laravel - All you need to know

All you need to know about API Versioning. What is it, what types of versioning exist, how are they used and why you might need it?

Oct 20232 min read
PHP

Making APIs the Right Way

Discover why API Platform is a game-changer for building APIs in PHP and Symfony, challenging common misconceptions.

Aug 202215 min read
Laravel

How I develop applications with Laravel

Learn a unique Laravel development workflow building a to-do API with step-by-step guidance and systematic approach.

Aug 20224 min read
Laravel

JSON API Resources in Laravel

Master JSON API Resources in Laravel. Learn to create consistent, compliant API responses with Tim MacDonald's package.

May 20226 min read
PHP

Sauber PHP

Explore Sauber PHP, a clean micro-framework with routing, dependency injection, and custom Command Bus.

May 20223 min read
Laravel

Routing within our Domain

Learn how to manage routes in Laravel DDD by creating domain-specific route files and using service providers for cleaner and more organized code.

Jul 20203 min read
API Development

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.

May 20204 min read
PHP

ParameterBag - My latest open source package

Discover ParameterBag, a PHP package that simplifies data handling by replacing arrays on objects, making code cleaner and more efficient.