// tools_I_use organized for Backend
class About extends Me {
const myTools = {
"ProgrammingLanguages" : { "C#", "C++" },
"Database" : { "SQL Server", "SQLite" },
"Frameworks" : { ".NET", "ASP.NET Core" },
"ArchitecturePatterns" : { "Clean Architecture", "N-Tier"},
"Editors" : { "Visual Studio", "VS Code" },
"OtherTools" : { "Git", "Postman", "Swagger" }
};
}
💡 What I do:
- Design **RESTful APIs** with ASP.NET Core
- Apply **Clean Architecture** & **SOLID principles**
- Database design, relationships, and transactions (**SQL Server / EF Core**)
- Write **maintainable and testable code**
- Unit Testing & Mocking (**xUnit, Moq**)
- Implement **Authentication & Authorization** (**JWT**)
## 🛠️ Next Goals
- **Docker** for containerization of applications
- **CI/CD Pipelines** (GitHub Actions / Azure DevOps)
I'm currently a 4th-year university student
Always exploring new backend tools and technologies.
Find me on LinkedIn: Moaz Mohammad.
I love learning continuously, exploring new technologies, and understanding the inner workings of systems in depth.
I believe that every project is an opportunity to grow, improve, and write better code.