Book Review: API Design Patterns
API Design Patterns lays out a set of design principles for building internal and public-facing APIs.
API Design Patterns lays out a set of design principles for building internal and public-facing APIs.
does a great job addressing and providing the relevant information needed to deliver effective web API’s. Spoiler alert, that audience is not exclusively software developers. The information in this book will be of immense value to a number of roles in a project. Business Analyst, Product Owners, Project Managers, Quality Assurance etc.
Cake is a build automation system for .NET Developers to script their build processes using a C# Domain Specific Language (DSL). In this post, we’ll explore the benefits of Cake and its major features with a concrete working example to achieve a flexible, maintainable, automated build process.
Details on how to reverse engineer a MySql database using EF Core and resolve exceptions generated.
The microservice architecture enables the rapid, frequent and reliable delivery of large, complex applications. It also enables an organization to evolve its technology stack.