Project . 2023
Microservice Video Platform for TV 2
Bachelor project focused on service decomposition, integration, and deployment strategy in a video platform context.
Java Spring Boot Kubernetes Docker CI/CD
Context
This project was developed as a bachelor collaboration with focus on architecture quality and maintainability.
The system scope reflected real-world constraints around service communication, ownership, and deployment.
Key decisions
- Split responsibilities by bounded context instead of technical layers.
- Use explicit contracts for service communication.
- Treat observability and deployment consistency as first-class architecture concerns.
Result
The final system and report gave us hands-on experience with microservice trade-offs: autonomy versus operational complexity, and speed versus coordination.