Worked collaboratively within a team to develop a modular project management API that enables users
to create projects, manage related tasks, and assign users to both projects and individual tasks. The
backend was structured using Vertical Slicing with CQRS, and followed clean architecture principles
using the Repository Pattern. Core services were implemented with AutoMapper for object mapping,
Autofac for dependency injection, and JWT for secure authentication. The solution was built using
ASP.NET Core, with a focus on scalability, maintainability, and team collaboration