Intermediate Vocabulary #backend #API #database #middleware

Backend Development Vocabulary

5 exercises — core backend terms: middleware, caching, ORM, idempotency, and the N+1 query problem. Essential vocabulary for backend interviews and team discussions.

Key backend vocabulary clusters
  • API design: endpoint · REST · GraphQL · idempotency · rate limiting · versioning · pagination
  • Database: ORM · migration · index · transaction · ACID · sharding · replication · N+1
  • Performance: caching · cache hit/miss · TTL · connection pool · lazy loading · eager loading
  • Architecture: middleware · service layer · repository pattern · dependency injection · queue · worker
0 / 5 completed
1 / 5
In backend development, middleware is best described as: