coldwa.st
All guidesProgrammingWebDataToolsDatabasesHaskellConceptsCabal & buildsToolchainCompilerPerformanceEditor & HLS

Coldwast wrote

gRPC vs REST: Which API Style, and When (2026)

Jun 18, 2026 in Programming, Web, APIs — REST uses HTTP + JSON (human-readable, universal); gRPC uses HTTP/2 + Protocol Buffers (fast, typed, streaming) for service-to-service calls. Performance, streaming, browser support, and when to pick each.

Read more…
📅 8 min read↬ Updated 2026

Coldwast wrote

REST vs GraphQL: Which API Style, Honestly (2026)

Jun 17, 2026 in Programming, Web, APIs — REST and GraphQL are two ways to build a web API: REST uses many endpoints with fixed responses; GraphQL uses one endpoint where the client asks for exactly the fields it needs. Over/under-fetching, caching, and when to choose each.

Read more…
📅 8 min read↬ Updated 2026

Coldwast wrote

What Is a Webhook? How They Work, with Examples (2026)

Jun 17, 2026 in Programming, Web, Concepts — A webhook is an automated HTTP request a service sends you when an event happens — the reverse of an API call you make. How webhooks differ from polling an API, how to receive one safely, and real examples (Stripe, GitHub, Slack).

Read more…
📅 7 min read↬ Updated 2026