Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: rest-api

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

Articles11
Est. Read Time116 mins
Categories2
Featured0
Jun 202613 min read
API Development

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.

May 202610 min read
Laravel

When CRUD Isn't Enough: How Real APIs Outgrow Their Design

Most Laravel APIs start as clean CRUD systems. This article walks through why that breaks down, and how an action-based design fixes the mess.

Apr 202610 min read
Laravel

Building Modern Laravel APIs: Lead Scoring and Prioritisation

Building a configurable lead scoring engine in Laravel 13 - config-driven weights, query objects for prioritised retrieval, rescoring commands, and a top leads endpoint.

Apr 20269 min read
Laravel

Building Modern Laravel APIs: The Action Pattern

Building a lead enrichment and scoring pipeline in Laravel 13 using the AI SDK, structured agents, composable Action classes, and PHP enums for type-safe status management.

Apr 20268 min read
Laravel

Building Modern Laravel APIs: Authentication with JWT

Add JWT auth to a Laravel API with register, login, refresh, and logout flows using Form Request DTOs, Action classes, and auth:api middleware.

Apr 202610 min read
Laravel

Building Modern Laravel APIs: Foundations and Project Structure

Start the Modern Laravel APIs series by structuring Pulse-Link for production with clear layers, ULIDs, action classes, DTO requests, and versioning.

Apr 20267 min read
Laravel

Building Modern Laravel APIs: Ingesting Leads

Implement lead ingestion in Laravel with Form Request validation, typed DTO payloads, Action classes, and JSON:API responses for POST /v1/leads.

Apr 20266 min read
Laravel

Building Modern Laravel APIs: Routing, Versioning, and API Contracts

Learn how to version Laravel API routes, signal deprecations with Sunset headers, and keep API contracts aligned with your implementation.

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?

Jan 202314 min read
Laravel

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.

Jul 202011 min read
API Development

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.