Available for collaborations

Hi, I'm Keshav.
I build things that scale.

>
Full-Stack EngineerSolutions ArchitectTechnical LeadAspiring Product ManagerGen-AI ExplorerSystems Architect

I write the schema, design the API, and ship the React UI — 3.5 years building the production systems running higher education across India.

<>{ };
↓ Scroll
0
Enterprise Modules
0+
Years Experience
0
State Workflow Engine
0
RBAC Permission Verbs
Keshav Krishan Sharma
About

A builder who never stops learning.

Full-stack engineer, 3.5 years. I build the systems that run higher education across India — four enterprise modules on Samarth, the Ministry of Education's national university platform, owned end to end from PHP/Yii2 backends and MySQL to the React UI that university staff use every day.

My work is the full stack: I gather requirements directly from institutions, translate complex rules into clean data models and state machines, then ship the UI. Multi-tenant from day one, RBAC-secured, audit-grade by design — one codebase, zero forks, every university.

Now I'm growing. I want to move into Product Management — I've spent 3.5 years at the intersection of user needs, engineering tradeoffs, and real deployment; I'm ready to own the product, not just the code. I'm also diving into Gen AI and LLMs as a beginner, and I'm completely fine with that — I learn by building, breaking, and going again. Eat, sleep, learn, repeat. And rest. The path never ends.

Full-Stack Engineer · 3.5 years

I build production systems end to end — PHP/Yii2 backends and MySQL schemas to React 19 TypeScript frontends. Four enterprise modules on Samarth, running 100+ universities across India.

Growing into Product

3.5 years at the intersection of user needs, engineering tradeoffs, and real deployment. I gather requirements, design the system, ship the code, then watch it run. I'm ready to own the product, not just the code.

Gen AI Beginner. Deliberately.

Diving into LLMs and agentic AI as a beginner — and completely fine with that. I learn by building, breaking, and going again. Eat, sleep, learn, repeat. And rest. The path never ends.

Now

Currently at

IIITD · Samarth national platform

Building

Gen AI side projects + this site

Learning

LLMs · agentic AI · product thinking

I believe

The engineer who understands the product is the most valuable one in the room

Experience

Where I've been shipping.

National-scale platforms, mission-critical systems, and the cross-functional work that makes them ship on time.

  • 2023 – Present · 3 years

    Smarth eGov × Ministry of Education (Samarth)

    Full-Stack Engineer & Solutions Architect · Growing into Product & Gen AI
    • Built four enterprise modules end to end (schema, API, React UI) from scratch — MPDD, Affiliation, Estate, and Residence Allocation — for India's national university platform, owning every layer from requirement discovery to production.
    • Designed a multi-tenant foundation (institution-scoped data isolation) so a single codebase serves universities across India with zero cross-institution data leakage.
    • Built a FIFO inventory engine with a 4-bucket stock invariant routed through a single atomic mutator — eliminating stock corruption and double-allocation under high-volume load (200+ daily issues).
    • Engineered an 11-state allocation workflow with append-only audit logging and idempotent, time-boxed reservations; designed a 14-verb RBAC system with cloneable role templates and a "view-as-role" inspector.
    • Drove direct client & stakeholder requirement-gathering, then led a v1→v2 re-architecture that removed years of technical debt and standardised UX for non-technical operators.
    • Mentored junior engineers, ran code reviews, and set documentation and architecture-decision standards across modules.
  • Jan – Jun 2022 · 6 months

    Smarth eGov

    Software Engineering Intern · Backend
    • Developed backend modules in PHP (Yii2) and optimised complex SQL queries — improved API response times by ~30%.
    • Collaborated with the product team to design RESTful endpoints powering real-time institutional dashboards.
Case Studies

Systems I've architected.

Four enterprise modules built from the schema up for a national university platform — plus client work. Each one is a problem, an architecture, and a decision trail. Tap any card for the full story.

Flagship
Enterprise · Multi-tenant SaaS

MPDD — Material Distribution Platform

End-to-end university kit procurement, inventory, allocation, and dispatch — rebuilt from the schema up as a multi-tenant platform for institutions across India.

Yii2React 19TypeScriptMySQLRBACMulti-tenant
Built from scratch Multi-tenant · national scale Audit-grade workflows 200+ daily issues
Read the case study →
Flagship
Enterprise · Workflow Automation

Affiliation & Compliance Platform

Affiliation lifecycle and regulatory-compliance platform turning complex university statutes into configurable, multi-stage approval workflows with full auditability.

Yii2ReactPostgreSQLRBACWorkflow Engine
100+ universities Faster approvals Full audit trail
Read the case study →
Flagship
AI · Computer Vision

Multi-Modal Evidence Review

An AI system that verifies insurance damage claims by reasoning over submitted photos, the claim conversation, and user history — deciding whether the image evidence supports, contradicts, or is insufficient for the claim, and classifying the damage type, part, severity, and fraud/quality risks.

PythonClaude Vision (VLM)OpenCVRule EngineEvaluationInjection-safe
Vision-LLM + deterministic engine One cached call per row 14-field structured output Eval: precision / recall
Read the case study →Visit live
Enterprise · Resource Allocation

Estate & Resource Management

Institutional estate and resource-allocation engine with automated conflict detection — managing physical assets and bookings across departments.

ReactNext.jsYii2MySQL
Conflict auto-detection Faster allocation
Tap for details →
Enterprise · Allocation Engine

Residence Allocation (eHousing)

Hostel and residence allocation system — eligibility, room inventory, and rule-driven assignment for university housing at scale.

ReactYii2MySQLRBAC
Rule-driven Session-aware Auditable
Tap for details →
Client Work

MavenEstate.in — Real Estate Platform

Premium real-estate site delivered for a freelance client — property listings, lead capture, and a responsive landing experience tuned for conversions.

ReactTailwindNode.js
Live in production Mobile-first
Tap for details →Visit live
Frontend · Firebase

Social Posting App

A social posting app with authentication and realtime data — create, view, and manage posts backed by Firebase.

ReactFirebaseFirestore
Live Realtime data
Tap for details →Visit live
Frontend Build

Car Rental Site

Car-rental booking interface — vehicle listings, filtering, and a clean responsive booking flow.

ReactFirebaseCSS
Live Responsive
Tap for details →Visit live
UI Replication

Airbnb Landing Clone

A pixel-faithful, fully responsive clone of the Airbnb landing experience — an exercise in precise layout and component fidelity.

ReactTailwindResponsive
Live Pixel-accurate
Tap for details →Visit live
Architecture & Engineering

How I think about systems.

The principles behind every module I build — the difference between code that works once and a platform that holds up at national scale.

01

Multi-tenant by default

Every table is institution-scoped and auto-isolated. One codebase serves many universities with zero cross-tenant leakage — scale without forking.

02

Atomic, never corrupt

All stock changes flow through a single mutator inside DB transactions, holding a strict invariant. Idempotency keys make retries and double-clicks safe.

03

Configurable, not hard-coded

A dynamic property registry and per-institution rule engines mean new fields and policies ship without code changes or redeploys.

04

Audit-grade by design

State transitions are explicit and append-only logged. Every approval, dispatch, and permission change is attributable and inspection-ready.

05

RBAC you can reason about

A 14-verb permission matrix with cloneable role templates and a "view-as-role" inspector — institutions customise access without touching code.

06

Built for real operators

Designed for non-technical staff on low-res screens: plain language, readable type, drawer-based flows, and errors that explain what to do next.

Allocation lifecycle

live workflow engine
Reserved
Label Generated
Confirmed
Pending Dispatch
Dispatched
Delivered

An 11-state machine with audit logging at every transition — simplified to the happy path here.

Skills

What I ship & what I'm studying.

Honest split: production-tested stack on the left, side-quest stack on the right. The list on the right is where I spend my evenings.

At Work

What I architect and ship in production

Architecture & Leadership
System DesignMulti-tenant SaaSRBAC & Access ControlState Machines & WorkflowsRequirement DiscoveryClient & Stakeholder Delivery
Backend
PHP (Yii2)Node.js / ExpressREST APIsMySQL / PostgreSQLRedisService / DTO layering
Frontend
React 19TypeScriptNext.jsTailwindCSSHTML5 / CSS3
Cloud & DevOps
AWS (EC2, RDS, S3)DockerJenkins CI/CDGit / GitHub ActionsVite
Methodology
Agile / ScrumTechnical RoadmappingCode ReviewArchitecture Decision Records

Personal & Always Learning

Side projects, certifications, and what's next

Gen AI & Prompt Engineering
Prompt EngineeringLLM App DesignEvals & IterationRAG patterns
Agentic AI · learning now
Tool-using agentsMulti-step orchestrationMCPAgent evals
Creative Frontend
Three.js / R3FFramer MotionGSAPWebGL basics
Design & UX
UI/UX DesignProduct Design FundamentalsDesign Thinking
Certifications

Receipts for the learning.

Tap any card to preview the credential. The list grows — I'm always picking up a new track.

Education

B.Tech, Computer Science & Engineering

Krishna Engineering College, Ghaziabad (AKTU University)

2018 – 2022First Division with Honors
Leadership & Honors
  • Winner — Inter College Innovative Idea Competition (Smart Campus solution)
  • Core Member — IEEE IDC Initiative · led tech workshops for 200+ students
  • Technical Presenter — IIT Varanasi TechFest (GovTech research track)
  • Outstanding Technical Contribution Award — Smarth eGov (Q2 2024)
Let's build something

Got an idea worth scaling?

I'm open to architect-level roles, freelance builds, and Gen-AI collaborations. The fastest path to me is email.

Ghaziabad, India GitHub LinkedIn
The card
Keshav Krishan Sharma
Solutions Architect · Technical Lead
keshavkrishansharmaofficial@gmail.com
+91-9911220507
KK
The doors