SOLID applied – to REST API endpoints

I see an approach to REST APIs rather often, that isn’t exactly ideal, so here I want to show how to use SOLID to analyze the intended solution and hopefully reach the conclusion, that something else might be better. Our example For this example let’s say we have a Task management API, and our Task […]

Read More »