Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: backend-development

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

Articles3
Est. Read Time35 mins
Categories2
Featured0
May 202610m read

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.

Jan 202314m 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.

Jul 202011m 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.