E-Commerce Platform
Web store with catalog, cart, payments and an admin back-office.
$ ./hello --world
FULL STACK SOFTWARE ENGINEER
I build production backends in C# and ASP.NET Core, wire them to Angular front-ends, and ship them on Azure. Loosely coupled by design — DDD, CQRS, event-driven, SOLID.
01// how a command gets handled02public sealed class PlaceOrderHandler03 : IRequestHandler<PlaceOrder, Guid>04{05 public async Task<Guid> Handle(06 PlaceOrder cmd, CancellationToken ct)07 {08 var order = Order.Create(cmd.Items);09 await _repo.AddAsync(order, ct);10 await _bus.PublishAsync(11 new OrderPlaced(order.Id), ct);12 return order.Id;13 }14}15
everything on the PATH, all of it used
three repos, all shipped
Web store with catalog, cart, payments and an admin back-office.
Real-time card game platform with live sessions and automated results.
Operator panel for users, accounts and live game control.
git log --author=akash
AV Design Works
Fullstack Developer
ASP.NET Core services, Angular front-ends and Azure delivery.
BharatLogic Advisory Services LLP
Software Engineer
Backend features on C#, ASP.NET Core and SQL Server.
Punjab Technical University
Bachelor of Computer Application
the socket stays open