Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: rest-api

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

Articles10
Est. Read Time104 mins
Categories2
Featured0

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

laravelapi-designapi-architecturerest-api

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?

laravelapi-developmentversioningrest-api
2023-01 · 14 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.

laravelapi-designrest-apibackend-development
2020-07 · 11 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.

golangrest-apidockerbackend-development