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
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.

Nov 202318 min read

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?

Nov 20235 min read

What are the different parts of a URL?

We all use URLs in our day-to-day lives, whether we are technical or not. But what are the different parts of a URL? Read on the learn more.

Oct 20232 min read

Making APIs the Right Way

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

Mar 20236 min read

Laravel Response Classes

Laravel Response Classes; Simplify API responses, maintain code quality with custom response classes.

Feb 20233 min read

Testing JSON:API Endpoints with PestPHP

Efficient JSON:API Endpoint Testing with pestPHP - Learn how to effectively test JSON:API endpoints in Laravel using pestPHP.

Jan 202314 min read

Building APIs in Laravel

Explore effective API design in Laravel; Learn to focus on integration, eliminate pain points, and create user-centered, scalable APIs with practical examples.

Oct 20227 min read

Automating your OpenAPI Documentation

Learn to automate API documentation in Laravel with a design-first approach using OpenAPI, Scribe, and efficient pagination in this practical tutorial.

Aug 20224 min read

JSON API Resources in Laravel

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

Jul 202221 min read

Working with Data in your API Integrations

Enhance your API experience with contextual data objects. Learn how to build clean and developer-friendly integrations with third-party APIs using PHP.

Jun 202218 min read

API Integrations using Saloon in Laravel

Discover easy API integration in Laravel with Saloon; a tutorial on creating a GitHub API connection to manage workflows from the command line.

May 20226 min read

Testing API responses in PestPHP

Efficient API Response Testing in Laravel with pestPHP - Learn to test Laravel API responses effectively using pestPHP and fixtures.