Skip to main content
← All Tags

REST

3 articles in this category

APIRESTPerformance

Stop Sending Nulls in Your API Responses

Why omitting null fields and empty arrays makes your REST APIs faster, cheaper, and cleaner. Personal opinions, not gospel.

Read more
APIRESTArchitecture

REST API Design: Beyond the Dogma

A pragmatic look at REST API design for developers who've already made mistakes and want to stop making them.

Read more
AI NewsGoREST

GoREST v0.1.0: Automating REST API Generation from Relational Databases

GoREST transforms relational databases into production-grade REST APIs with auto-discovery, DTOs, JWT auth, and hooks. Learn how it streamlines API development in Go.

Read more