Skip to content
View Moaz-Ash0ur's full-sized avatar

Block or report Moaz-Ash0ur

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Moaz-Ash0ur/README.md

Hello, I'm Moaz Mohammad 👋

Software Engineer | Backend .NET Developer


tools_I_use

C# .NET ASP.NET Core EF Core SQL Server LINQ Postman Git Visual Studio VS Code Swagger Unit Testing


// 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**  
- Implement **Authentication & Authorization** (**JWT**)  
- Database design, relationships, and transactions (**SQL Server / EF Core**)  
- Write **maintainable and testable code**  
- Unit Testing & Mocking (**xUnit, Moq**)  

## 🛠️ Next Goals
- **Docker** for containerization of applications  
- **CI/CD Pipelines** (GitHub Actions / Azure DevOps)
  • GIF   I'm currently a 4th-year university student, passionate about backend development.
  •   Always staying up to date with the latest advancements, best practices, and updates in the frameworks I work with.
  •  Find me on LinkedIn: Moaz Mohammad.
  • GIF  Check out My Resume.

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.

Pinned Loading

  1. Clinic_Management_System.API Clinic_Management_System.API Public

    Clinic Management System backend built with ASP.NET Core, Clean Architecture, CQRS, EF Core, and SQL Server — focused on real-world clinic workflows, time management, and scalable business rules.

    C# 3

  2. MechanicShopWorkshop.API MechanicShopWorkshop.API Public

    Mechanical Workshop Management System built with Clean Architecture, CQRS, EF Core, MediatR, JWT Authentication, role & policy-based authorization, Result Pattern, Background Services, and real-tim…

    C# 1

  3. Shipping Shipping Public

    Shipment & Subscription Management System built with ASP.NET Core (.NET 8), MVC & Web API, EF Core, SQL Server, ASP.NET Identity, PayPal integration, and N-Tier Architecture — focused on secure wor…

    C# 1

  4. E-Commerce-WebApp-MVC E-Commerce-WebApp-MVC Public

    Full-stack E-Commerce web application built from scratch with ASP.NET Core MVC, EF Core, SQL Server, N-Tier Architecture, Repository Pattern, ASP.NET Identity, AJAX, and role-based authorization.

    C#