Work

Projects

Production systems, open source tools, personal experiments, and academic work.

Levo Platform

Production

Multi-tenant digital experience platform

2021 – Present

Engineered distributed platform serving 2M+ users with 100k+ pages and 85+ PageSpeed scores. Agentic AI layer: MCP server enabling natural language orchestration of 15+ microservices — a single intent triggers content generation, audience segmentation, email campaign creation, and social scheduling. First-party analytics engine with identity stitching (anonymous → authenticated) and real-time ClickHouse ingestion, processing 50M+ events. Dynamic schema modeling with 20+ field types. Real-time collaborative studio with WebSocket editing and page locking. Automated SSL for thousands of custom domains.

GoTypeScriptKubernetesClickHouseMongoDBRedisHatchet

Monklore

In development

First principles learning engine

2024 – Present

Break any topic down to its foundations. Monklore generates structured learning paths and interactive visualizations powered by AI — so understanding builds from the ground up, not from memorization.

AILearningVisualisation

Monk Lang

Open Source

A complete programming language — lexer to package manager

2023 – Present

Built a complete programming language from scratch: lexer, Pratt parser, static type system with inference, tree-walking interpreter with a Rust-inspired borrow checker for memory safety in a dynamic language. REPL, CLI, VSCode extension with LSP (real-time diagnostics, code completion, hover info). 491 tests. 7 releases. Cross-platform: Homebrew, APT, Chocolatey, Scoop, Flatpak, Snap.

TypeScriptBunCompilersLanguage DesignLSP

Rewards Platform

Production

High-performance gamification at scale

2020 – 2021

Concurrent reward distribution across streaks, referrals, tiers, and activity-based campaigns. PostgreSQL queue handling 10k+ parallel reward claims without blocking. Row-level locking for atomic balance management — zero race conditions. Replaced materialized views with incremental PL/pgSQL tables: 90% latency reduction, 7s → sub-200ms. Event-driven via AWS EventBridge.

GoPostgreSQLRedisAWS EventBridge

@theinternetfolks/snowflake

Open Source

Distributed Snowflake ID generation for Node.js

2022 – Present

4,096+ unique IDs per millisecond. 10× throughput over UUID. 243–244 nanoseconds per operation. Twitter-compatible Snowflake format with custom epoch support. Time-sortable for chronological queries. Used in production distributed systems.

TypeScriptNode.jsDistributed Systems

@theinternetfolks/context

Open Source

AsyncLocalStorage context propagation for Node.js

2022 – Present

Eliminates prop drilling across async call chains in Node.js using AsyncLocalStorage. Works with all async primitives: Promises, Timeouts, TCPWrap, UDP. 40+ production adoptions. Zero runtime overhead. Full TypeScript support.

TypeScriptNode.jsAsyncLocalStorage

Afiya

Personal Project

Personal finance platform

2023

Full-stack fintech platform with real-time analytics dashboard, OAuth 2.0 authentication, JWT session management, interactive data visualizations with ECharts, sub-80ms dashboard rendering, and atomic database operations for transactional integrity.

Next.jsExpress.jsPostgreSQLRedisDockerECharts

The Kindle Way

Personal Project

Organise your Kindle highlights

Dec 2021 – Present

Keep all your book highlights in one place without the clutter. Search by title or author. Edit and annotate. Built for personal use, open to all readers.

PersonalReading

Vida

Hackathon

AI-enabled transliteration keyboard

Nov 2018

Won 1st place at NIT Bhopal Version Beta Hackathon — Central India's largest 36-hour hackathon run by ISTE MANIT. AI-powered keyboard enabling transliteration across scripts in real-time.

AINLPHackathon

NLP Depression Detection

Academic

Detecting depression signals in social media text

Jan – Feb 2020

Sentiment analysis on the Sentiment140 dataset (1.6M tweets). Implemented and compared Logistic Regression, SVM, Random Forest, and Multinomial Naive Bayes with stemming/lemmatisation and uni/bi/n-gram feature extraction.

PythonNLPMachine Learningscikit-learn

SpotRental & Spotwash

Startup

Vehicle rental marketplace and on-demand washing service

Feb 2018 – Dec 2019

Vehicle rental marketplace with inventory management, booking system, and partner portal. Spotwash: on-demand vehicle washing via a custom-built mobile service unit. Government incubated at Atal Incubation Centre. 2nd Runner Up — Samriddh MP state innovation competition. Featured on DD Madhya Pradesh and Dainik Bhaskar.

PythonFlaskPostgreSQLAWS