Articles

3

Showing 3 article(s) about "RESTful APIs"



GraphQL Schemas vs. RESTful DTOs
GraphQL schemas serve a similar purpose to RESTful DTOs. One of the main differences is tooling. In this post, I aim to strengthen...
GraphQL's Greatest Architectural Advantages
There's a lot of advantages to using GraphQL instead of REST on your server, and there's a lot of advantages to using Apollo Clien...
REST-first design is Imperative, DDD is Declarative [Comparison] - DDD w/ TypeScript
A comparison between designing Node.js applications using REST-first design and Domain-Driven Design.