Tag
#backend
4 engineering articles about backend, implementation choices, and operational trade-offs.
Backend & Distributed Systems
Backend API and Data System Design Foundations
A backend design note covering API boundaries, data ownership, validation, transactions, caching, and operational observability.
Cloud & Platform Engineering
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 & Distributed Systems
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 & Distributed Systems
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.