
· Manikandan · System Design
8 REST API Design Laws
A comprehensive guide to the 8 REST API design laws, focusing on designing around resources, predictable URLs, proper HTTP method usage, and consistent error handling.

A comprehensive guide to the 8 REST API design laws, focusing on designing around resources, predictable URLs, proper HTTP method usage, and consistent error handling.

A practical, real-world engineering guide to Microservices: exploring service types, taxonomy, core principles, and an exhaustive pattern-to-problem-solving matrix in table format.

Learn the basics of Gang of Four design patterns, their three major types, and practical ways to implement them in a .NET Core API.