Tag
#backend
4 engineering articles about backend, implementation choices, and operational trade-offs.
Backend
Backend API and Data System Design Foundations
A backend design note covering API boundaries, data ownership, validation, transactions, caching, and operational observability.
Platform
Docker-Based Local Development and Database Container Operations
A practical review of Docker images, containers, volumes, networks, Docker Hub, and local PostgreSQL/MySQL development environments.
Backend
Backend Data Layer Design and SQL/NoSQL Operations
A backend-focused review of relational modeling, SQL, NoSQL choices, transactions, indexing, and operational data boundaries.
Backend
Spring Boot Backend Application Structure and Data Access Flow
Notes on Spring Boot application structure, controller-service-repository boundaries, dependency injection, and data access flow.