Building REST APIs
backend·4 min
Building REST APIs in Laravel with Sanctum - a complete guide
Learn how to build professional REST APIs in Laravel with Sanctum authentication. Validation, resources, rate limiting, and testing.
3 posts
Building REST APIs
backendLearn how to build professional REST APIs in Laravel with Sanctum authentication. Validation, resources, rate limiting, and testing.

Learn proven methods for API versioning in .NET. URL versioning, header versioning, and content negotiation. Examples with ASP.NET Core.
GraphQL REST API
porownaniaGraphQL vs REST API comparison - architecture, over/under-fetching, caching, versioning, N+1 problem and tooling. Learn when to choose GraphQL and when REST.