Skip to content
Tag7 articles1 course

REST

Everything on CoreConcept tagged with REST. Explore related tags below.

Related tags

Courses

Intermediate~4.5 hours

Master how microservices talk to each other — synchronous REST and gRPC, async messaging, event-driven patterns, resilience, and distributed consistency.

Articles

Selecting the communication protocol between clients, API gateways, and internal microservices impacts API latency, payload sizes, developer velocity, and syste

Aug 1, 20263 min read
Read

A travel checkout may call a public weather API, your own booking API, and a partner airline API. All three could use REST, but they should not share the same c

Jul 17, 20265 min read
Read

HTTPS and a valid JWT only prove the front door locked. Many real API incidents happen after authentication succeeds: a user changes /orders/42 to /orders/99 an

Jul 7, 20266 min read
Read

A well-designed REST API is a contract. Clients depend on its URLs, error shape, and pagination for years; an accidental breaking change can turn a routine rele

Jul 4, 20267 min read
Read

Your mobile team wants one round trip for a screen. Your partner wants a stable URL they can cache. Your services need typed calls inside the mesh. Those are th

Jul 4, 20265 min read
Read

A checkout call may hit REST at the gateway, a GraphQL BFF for the mobile screen, gRPC between order and inventory, and a webhook when the payment provider sett

Jul 2, 20265 min read
Read

A partner script scrapes your API with a leaked key. A mobile build ships a password in every header. A "Sign in with GitHub" button works until someone treats

Jul 1, 202612 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics