In the Netflix Pathways Bootcamp (January 2023 to April 2023), I focused heavily on backend systems.
Technical work included:
- Building RESTful APIs with Spring Boot and MockMVC.
- Integrating OAuth2 authentication/authorization for inventory systems.
- Testing API functionality and security with Insomnia and related tools.
- Deploying services and data infrastructure on AWS.
The final team project, Game Store Inventory, combined this stack into one production-style workflow:
- Java + Spring Boot service architecture.
- GraphQL + REST API support.
- Service/repository/controller layering with test-driven development.
- CI/CD with CircleCI and cloud deployment.
Repository: Final-Project