Enterprise HR System
REST APIs powering employee management, attendance, leave and permissions for enterprise HR teams.
- Employee Management
- Attendance
- Leave Management
- Roles & Permissions
Backend Software Engineer | ASP.NET Core & C# Developer
Backend Software Engineer with production experience building scalable ASP.NET Core Web APIs across Fleet Management, HR, and Service Marketplace platforms. Experienced in Clean Architecture, CQRS, MediatR, JWT Authentication, RBAC/ABAC, PostgreSQL, SQL Server, MongoDB, Azure deployment, and performance optimization.
var builder = WebApplication.CreateBuilder(args);
builder.Services
.AddCleanArchitecture()
.AddMediatR(cfg => cfg.RegisterFrom<Program>())
.AddJwtAuthentication(builder.Configuration)
.AddPostgres("Default")
.AddHostedService<AnalyticsWorker>();
var app = builder.Build();
app.UseSerilog()
.UseExceptionHandling()
.UseAuthorization()
.MapControllers();
app.Run(); // Ship it 🚀Focused on writing maintainable server-side software that scales, ships fast, and stays boring under load.
Projects Completed
Years Experience
REST APIs Developed
Technologies Used
I build production-grade backend systems in the .NET ecosystem — from fleet management pipelines to multi-tenant SaaS platforms. My work emphasizes clean architecture boundaries, careful data modeling, and performance under real workloads.
A modern .NET backend toolkit, with adjacent database, DevOps and frontend skills.
Roles across fleet management, enterprise HR, and marketplace platforms.
FixEasy — Final Year Project
Malind Tech
Web Flet Tech
Production APIs and platforms combining Clean Architecture, CQRS, and modern data layers.
REST APIs powering employee management, attendance, leave and permissions for enterprise HR teams.
Enterprise fleet APIs with driver scoring, vehicle maintenance, and monthly analytics pipelines.
Rental Car Management APIs with booking workflow, vehicle inventory, and SQL Server optimization.
Multi-tenant SaaS platform for academies with organization management, feature entitlements, and layered authorization.
Household service booking platform connecting customers and providers with a mobile-first experience.
Responsive WordPress builds with theme customization, page builders, and sports-industry focus.
hikotech.io/
differentointernational.com
acticsports.com
corinoindustries.com
arkana-sports.com/arkana-site
Responsive WordPress development · Theme customization · Page builders · Business & sports industry websites
University of the Punjab
2021 – 2025
Four-year degree focused on software engineering, databases and distributed systems, complemented by continuous self-study of the .NET ecosystem and modern architecture patterns.
Clean Architecture Expert
Enterprise REST API Development
Performance Optimization
Multi-Tenant SaaS Development
Azure Deployment
Database Optimization
Secure Authentication
Team Collaboration
Open to remote backend engineering roles and freelance API work worldwide.
usmantanveer.dev@gmail.com
Phone
+92 347 6858934
Location
Sialkot, Punjab, Pakistan
muhammad-usman-tanveer
GitHub
MuhammadUsman1052