All Tags

#Rest api

Tag

#Rest api

tRPC: End-to-End Type-Safe APIs in TypeScript Without Codegen

tRPC: End-to-End Type-Safe APIs in TypeScript Without Codegen

The line between the frontend and the backend has always been a place where types go to die. In a normal REST setup you define the shape of a request and a response on the server, then you write those

REST API vs RESTful API: Architecture and Constraints Explained

REST API vs RESTful API: Architecture and Constraints Explained

Introduction REST API and RESTful API get used interchangeably, but they aren't quite the same thing. This post covers the difference, REST's constraints, and what they mean for how you design an

Introduction to Spring Boot Framework

Introduction to Spring Boot Framework

Introduction Many developers use the Spring Boot framework to build web apps and microservices. It's built on top of the Spring Framework and adds a number of conveniences that make it a popular c