← All articles

#api

2 articles

REST API Design That Developers Actually Like

How to design URLs, choose methods, handle errors, and version your APIs so other developers can use them without reading docs.

· 3 min read
backend api rest

Request Routing in Backend Architecture

How does your server know which function to call for each URL? Routing is pattern matching, and every framework does it the same way.

· 5 min read
backend routing api