I build for speed.
Everywhere it counts.

Hello, I'm Ashutosh Kumar And full-stack products that actually ship.

Software EngineerFull Stack DeveloperCompetitive ProgrammerLeetCode Knight · 1929985+ Solved
AK
Partnership

I prioritize client success, fostering open communication

Get in touch

I'm highly adaptable across global time zones

GB UKIN IndiaUS USA
Achievements

Competitive Programming

LeetCode Knight (1900+); AIR 70 in Naukri EROH; 900+ problems solved across LeetCode, Codeforces & CodeChef.

Contest Performance

Top 3% in LC Weekly 492 & 493 (837/41K+); CodeChef Global Ranks 75, 136, 271.

AlgoUniversity Graph Camp

Selected among top 2.5% of 40,000+ applicants nationwide.

Inter-IIIT Rank 19

OPTIGO'26 Inter-IIIT Coding Competition – Coding Club CODAME, IIIT Bhopal (2026).

ashutoshkumariiitb@gmail.com

Focused on latest digital
innovations

C++
TypeScript
JavaScript
Python
SQL
Next.js 14
React.js
Express.js
Zustand
~/portfolio
$ ashutosh --stats
dept_rank: #1
cpi: 8.79
lc_rating: 1933 (Knight)
p50_latency: 102ns
status: building...
$
CRAFTING MODERN EXPERIENCES

VENTURE SHOWCASE

01
LOBE view 2
github.com/CodeCenturian/Low-latency-Order-Book-Engine
LOBE screenshot
01
May 2026 – Jun 2026

Low-Latency Limit Order Book & Matching Engine

A price-time priority (FIFO) order book matching engine in C++17 achieving P50 latency of 102ns and P99 of 378ns across 100K operations, with a live TypeScript/Node.js WebSocket feed server bridging the engine via IPC.

  • Engineered a price-time priority (FIFO) order book matching engine in C++17 achieving P50 latency of 102ns and P99 of 378ns across 100K operations.
  • Designed core data structures using std::map for O(log N) price-level access and std::unordered_map for O(1) order cancellation by ID, supporting Limit, Market, and Cancel order types.
  • Built a real-time WebSocket feed server in TypeScript/Node.js bridging the C++ engine via stdin/stdout IPC, broadcasting live trade events and order book snapshots to connected clients.
  • Wrote a Python benchmarking harness using std::chrono-timed C++ output to profile latency distributions across 100K operations, validating P50/P99 targets under simulated order flow.
C++17TypeScriptNode.jsPythonCMakeWebSocket
View on GitHub
02
LeetCode Sound FX view 2
github.com/CodeCenturian/LeetCode-Sound-FX
LeetCode Sound FX screenshot
02
Jun 2026

LeetCode Sound FX — Chrome Extension

A Manifest V3 browser extension that gamifies LeetCode by playing customizable sound effects for Run and Submit actions, processing local audio using the Web Audio API.

  • Engineered a Manifest V3 browser extension to play custom audio feedback on LeetCode Run/Submit actions and Wrong Answers.
  • Architected a non-intrusive dual-content-script setup, utilizing an injected script to intercept page-context fetch/XHR events and communicate them to isolated content scripts.
  • Implemented high-performance, low-latency audio playback using the Web Audio API to bypass browser CORS restrictions and eliminate bulky DOM dependencies.
  • Designed a popup interface with options for file upload, active toggle buttons, and independent volume sliders utilizing Chrome extension local storage.
JavaScriptChrome ExtensionsWeb Audio APIHTML5CSS3
View on GitHub
03
Finance Backend view 2
github.com/CodeCenturian/Finance_Manager
Finance Backend screenshot
03
Mar 2026 – Apr 2026

Finance Data Processing & Access Control Backend

A production-ready REST API built with Node.js, TypeScript, Express, Prisma ORM, and SQLite/PostgreSQL, featuring secure JWT-based login, role-based permissions (RBAC), transactional CRUD, soft deletes, and automated Swagger documentation.

  • Engineered a production-ready financial management REST API in TypeScript, implementing secure JWT stateless authentication and bcrypt password hashing.
  • Designed and implemented fine-grained Role-Based Access Control (RBAC) supporting VIEWER, ANALYST, and ADMIN permissions for transaction management and user administration.
  • Integrated Prisma ORM with SQLite for local development and PostgreSQL support for production, deploying soft deletes (isDeleted) to maintain data audit trails.
  • Developed custom dashboard analytics endpoints to calculate real-time category breakdowns, transaction summaries, and monthly/weekly trend charts.
  • Authored comprehensive integration tests using Jest and Supertest to validate authentication logic, access control barriers, and database transactions.
Node.jsTypeScriptExpressPrisma ORMPostgreSQLSQLiteJestSwagger
View on GitHub
04
Baskit view 2
github.com/CodeCenturian/Baskit
Baskit screenshot
04
Apr 2025 – May 2025

Baskit – Scalable E-Commerce Platform

A full-stack e-commerce platform engineered for high concurrency with a Redis caching layer, Stripe payment integration, and decoupled modular architecture.

  • Architected a high-concurrency e-commerce backend handling 500+ daily transactions with strict data consistency via MongoDB.
  • Engineered a custom caching layer using Redis, reducing database read load by 40% for high performance and reliability.
  • Implemented secure payment pipelines using Stripe Webhooks and ensured data consistency with MongoDB transactions.
  • Designed with decoupled modules to support future feature extensions without changes to core business logic.
ReactNode.jsExpressMongoDBRedisStripe
View on GitHub
WORKING ON LOBE

Focused on latest digital
innovations

View Recent work
A QUICK GLANCE

I build systems that run at nanosecond scale.

Final-year CSE undergrad at IIIT Bhopal, currently Rank 1 in my department. I build low-latency systems in C++ and ship full-stack products that work in production — not just in demos.

My flagship project LOBE is a C++17 limit order book engine with a real-time WebSocket market feed, clocking P50 latencies of 102ns across 100K ops. I care deeply about how code interacts with hardware, and I think most software is far slower than it needs to be.

Outside of code I grind competitive programming (LeetCode Knight, 1933 rating, AIR 70 nationally, 900+ problems solved), prep system design, and actively hunt for SDE roles at companies where performance actually matters.

ashutosh@iiitb ~ %
cat about.json
{
"name": "Ashutosh Kumar",
"role": "Full Stack & Low Latency Engineer",
"cpi": 8.79,
"dept_rank": 1,
"leetcode": 1933,
"badge": "Knight ⚔",
"air": 70,
"status": "Always building."
}

Key Accomplishments

Competitive Programming

LeetCode Knight (Rating: 1900+); AIR 70 nationally in Naukri Engineers’ Ring of Honour; solved 900+ problems (LeetCode, Codeforces, and CodeChef) with emphasis on graphs, dynamic programming, and trees.

Contest Performance

Ranked 837/41,000+ (top 3%) in LeetCode Weekly Contest 492 and 887/40,000+ (top 3%) in Weekly Contest 493; Global Ranks 75 (Starters 181), 136 (Starters 176), and 271 (Starters 230) on CodeChef.

AlgoUniversity Graph Camp

Selected among top 2.5% of 40,000+ applicants nationwide for specialized graph theory and network algorithms training.

Inter-IIIT Competition

Rank 19 from 1000+ students, OPTIGO’26 Inter-IIIT Coding Competition – Coding Club CODAME, IIIT Bhopal (2026).

SYSTEMS.ENGINE
v2.0.0

The Magic Method

A comprehensive toolkit of modern frameworks and architectures that enable high-performance, scalable web products.

Languages
C++
TypeScript
JavaScript (ES6+)
Python
SQL
Frameworks
Next.js 14
React.js
Express.js
Zustand
Redux Toolkit
Tailwind CSS
Prisma ORM
Databases
PostgreSQL
MongoDB
Redis
Upstash
cr-sqlite
Tools
Git / GitHub
GitHub Actions (CI/CD)
Docker
Postman
Apache JMeter
Vercel
AWS
WSL
RECOMMENDATIONS

What people say about working with me

I had the opportunity to work with Ashutosh Kumar at QuickIntell, where we collaborated as part of the same development team. Ashutosh is a highly skilled Full Stack Developer with a strong understanding of both frontend and backend technologies. He consistently demonstrated the ability to build scalable and efficient solutions, and his problem-solving skills really stood out when tackling complex challenges. Whether it was debugging issues or implementing new features, he approached every task with clarity and dedication. One of his key strengths is his collaborative nature—he communicates effectively, supports team members, and contributes positively to the overall team environment. His attention to detail and commitment to delivering quality work make him a reliable developer. I would highly recommend Ashutosh to any organization looking for a talented and dependable software engineer.

MA

Mohd Ayaan

Digital Specialist Engineer @ Infosys | Ex-SDE @ Quickintell, Xelron AI

To whom it may concern, I highly recommend Ashutosh, who worked under my supervision as a Full Stack Developer. He demonstrated strong technical skills across both frontend and backend, delivered quality work on time, and showed great problem-solving ability. He is proactive, quick to learn, and a reliable team player who collaborates effectively. I am confident he will be a valuable addition to any team. ~ Mohit Bhalotia, Sr. Developer @QuickIntell

MB

Mohit Bhalotia

Building @Veqiro || SDE Intern @QuickIntell || Senior @IIITN

Ashutosh's understanding of data structures, algorithms, and systems engineering is truly outstanding. We worked closely on multiple development projects where his ability to design highly optimized backend architecture and lead the frontend implementation kept our team ahead of schedule. He is a brilliant problem solver and a reliable partner in any codebase.

SY

Saurav Yadav

Software Engineer Intern | IIIT Bhopal

Ashutosh is a highly skilled engineer who excels at bridging complex system architecture with elegant frontend interfaces. His commitment to writing clean, performant, and modular code is inspiring. Whether implementing low-latency C++ engines or robust React features, he brings unparalleled depth and dedication to the team.

PP

Pranay Porwal

Full Stack Developer | IIIT Bhopal

Having collaborated with Ashutosh on several hackathons and development tasks, I've seen firsthand his exceptional engineering caliber. His deep-dive technical range spans from low-latency high-concurrency systems to beautifully responsive frontend layouts. He is proactive, communicates transparently, and consistently delivers premium-quality solutions.

PY

Priyanshu Yadav

Full Stack Engineer | IIIT Bhopal

REMOTE · INDIA

Building Worldwide

I'm currently based in India but collaborate with teams and startups globally. Shipping robust code across timezones.

Fast Execution

From idea to deployment in record time without compromising quality.

Scalable Systems

Designing architectures that support thousands of concurrent users.

Global Support

Flexible working hours to sync perfectly with your timezone.

Get in touch

Let's build
something real.

Whether you have a startup idea or need to scale an existing product, I'm here to help you execute fast.

Start a Project