JORM (Json Object-Relational Mapping) is not REST
The article critiques JORM-style APIs, explaining why they are not true REST and how hypermedia-driven design solves coupling and evolvability issues.
The article critiques JORM-style APIs, explaining why they are not true REST and how hypermedia-driven design solves coupling and evolvability issues.
An introduction to GraphQL, explaining what it is, its key concepts, and how it compares to REST architecture.
A tutorial on building a RESTful CRUD API using TypeScript with the NestJS and FoalTS frameworks, covering setup, controllers, and routes.
An explanation of REST (Representational State Transfer) architectural style, its six constraints, and how to design RESTful web APIs.
A guide to organizing and decoupling API calls in a Nuxt 2 application for better maintainability and scalability.
An overview of GraphQL, exploring its advantages like declarative data fetching and disadvantages compared to REST.
A case study on using Angular for a production educational app, covering tech stack decisions, TypeScript benefits, and lessons learned.
A developer's introduction to the ASP.NET MVC framework, highlighting its advantages over WebForms and providing a basic sample photo album application.