Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 643 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 643 Bytes

I developed a backend application for an Aflam project using ASP.NET Core 7 API, which has been a fantastic journey.🔹 I applied Generic Repository and Unit of Work design patterns to maintain clean, maintainable,🔹 and testable code, ensuring separation of concerns and efficient data management. Additionally,🔹 I used AutoMapper to streamline object-object mapping, simplifying the conversion between data transfer objects and domain models. By following clean architecture principles and the Specification design pattern,🔹 I created a scalable and maintainable codebase that facilitates easier enhancements and feature additions.