2 — OOP in Distributed Systems
Purpose
[stub: oop-in-distributed-systems]
- Microservices
- Service Boundaries
- DTOs
- Contracts
- APIs
See Service Decomposition and Microservices for the system-design view.
Metadata
| Author | Amit Singh |
| Scope | object-oriented-programming |
Local graph
Related notes
1 — Domain-Driven Design Basics
Examines Entities, Value Objects, Aggregates, Repositories, and Domain Services as DDD's core building blocks.
3 — OOP and Concurrency
Examines how Shared State, Synchronization, Immutable Objects, and the Actor Model interact with object design.
4 — OOP Anti-Patterns
Examines God Object, Blob, Anemic Domain Model, Shotgun Surgery, Spaghetti Objects, and Inheritance Abuse as the core sub-topics of oop anti-patterns.
Object-Oriented Programming for MAANG Interviews
A book-shaped table of contents for OOP: paradigm foundations, the four pillars, object relationships, SOLID/GRASP design principles, memory and runtime internals, GoF design patterns, language-specific OOP, and OOP at system scale — cross-linking existing pattern, concurrency, and low-level-design notes instead of duplicating them.