Tag: backend
All posts with this tag "backend".
-
Database Modeling Fundamentals
Foundational database modeling notes for making more deliberate decisions about tables, relationships, and indexes.
#Databases -
Clarity in API Design
Ways to bring clarity to naming, error formats, and data models when designing a backend API.
#Backend -
Plain Backend Services in Go
Write understandable, fast, and easy-to-maintain backend services with Go's straightforward design.
#Go