REST
2 posts

gRPC is 10x Faster Than REST? Why Your Team Hasn't Switched
gRPC can indeed be much faster than REST, but most teams are right to stick with REST. Let’s talk about the real cost behind the speed.
December 29, 2025 · 7 min · 1329 words · Dream Beast Programming

Rust + Axum, from zero to hero: build a high‑performance Web server the LEGO way
A step‑by‑step Axum guide to build a modern high‑performance Web service: routing, path and query parameters, JSON, shared state, and middleware (tracing, CORS) with complete code samples and best practices.
August 14, 2025 · 2 min · 404 words · Rexai Programming