TTY 01

AKASH MISHRA

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.

INDIA · REMOTE2 YEARS SHIPPINGOPEN TO WORK
STDOUTPlaceOrderHandler.cs
01// how a command gets handled
02public sealed class PlaceOrderHandler
03 : 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

INSTALLED

everything on the PATH, all of it used

C#
ASP.NET Core
TypeScript
Angular
EF Core
SQL Server
REST APIs
GraphQL
SignalR
DDD
CQRS
Event-Driven
SOLID
Azure
Service Bus
Blob Storage
Azure DevOps
GitHub Actions
Docker
CI/CD
C#
ASP.NET Core
TypeScript
Angular
EF Core
SQL Server
REST APIs
GraphQL
SignalR
DDD
CQRS
Event-Driven
SOLID
Azure
Service Bus
Blob Storage
Azure DevOps
GitHub Actions
Docker
CI/CD

REPOSITORIES

three repos, all shipped

REPO 01SHIPPED

E-Commerce Platform

Web store with catalog, cart, payments and an admin back-office.

REPO 02SHIPPED

KQJ Game

Real-time card game platform with live sessions and automated results.

REPO 03SHIPPED

Admin Management

Operator panel for users, accounts and live game control.

COMMIT LOG

git log --author=akash

  • AV Design Works

    Fullstack Developer

    ASP.NET Core services, Angular front-ends and Azure delivery.

    Jun 2025 — Present
  • BharatLogic Advisory Services LLP

    Software Engineer

    Backend features on C#, ASP.NET Core and SQL Server.

    Apr 2024 — May 2025
  • Punjab Technical University

    Bachelor of Computer Application

    Aug 2021 — Jul 2024

PING ME

the socket stays open