spent years squeezing performance out of my first computer, got it running faster than macboos with 3× the specs. that rabbit hole went deep: linux, compilers, memory, then python and bash to automate everything, then data, ctf challenges, and systems thinking.
in college, built fullstack projects for real users. picked up rendering and caching during an internship and took a page from 6–7 second loads down to 800ms. bragged about it a lot.
most of what i care about is still the same: how things scale, how they break, and how to make them faster.
-
Pattern Inc. 2024 | 2025 - presentSummer Intern | Software Engineer I · Pune, India
took a next.js web experience from roughly 5s load/lcp to around 500ms through targeted rendering, bundle, and data-loading optimizations.
Reduced URI character length by 40%, improving request reliability and compatibility with AWS WAF. Also supported 10k search terms compatibility for OpenSearch with 23 indexes.
Optimized high-throughput data handling with Redux for a fast, data-intensive SSE channel. Contributed to multi-state, project-based architecture with dynamic access controls.
drove key architecture decisions for core knowledge base and redesigned it into a graph-based system to support adoption in claude code.
-
SDS COEP 2023 – 2024Project manager · software engineer · Pune
Led industry projects with COEP Tech, including one with the Indian Medical Association managing 10,000+ doctors' accounts and processing various payment schemes.
Designed and implemented AWS-based architecture using EC2, MongoDB, and SES for scalable transactions and secure email communication. Engineered M.Tech admission workflows serving 15,000+ applicants.
-
xtrc jan 2026 – present
low-latency, editor-agnostic ai-powered codebase navigation tool. indexes repos using tree-sitter and semantic embeddings, enabling fast natural-language search and jump-to-code across projects. runs locally with a lightweight api. plugins for neovim and vs code.
python tree-sitter semantic search neovim vscode -
cloxis apr 2026 – present
enterprise-grade api token governance and access control platform built as a multi-service control plane. combines a next.js dashboard, go-based api + gateway, and a security-first token lifecycle with delegation, policy simulation, key rotation, and full auditability.
architected across postgresql, clickhouse, and redis for transactional integrity, high-volume analytics, and low-latency edge checks. supports rate limiting, revocation caching, regional traffic observability, and policy-driven request decisions at gateway scale.
go next.js postgresql clickhouse redis ed25519 -
taasika v2 nov 2024 – presentcoep technological university
scalable, graph-theoretic timetable scheduling platform using set-based hierarchy graphs for conflict-free allocation in multi-department universities. real-time conflict detection across students, faculty, rooms, and courses. supports nested batch hierarchies, inter-departmental course scheduling, and variable-length sessions (30/45/60/90 min). snapshot and rollback for version control, role-based interfaces for admins, departments, and faculty, excel/pdf exports and interactive dynamic views.
flask react.js mongodb nginx pm2 -
vimguardian plugin mar – may 2023coep technological university
vim plugin with clipboard history manager, atomic-level version control, and buffer-independent operations. rpc event listener in python. ui elements via plenary.nvim.
c python rpc vim plenary.nvim -
acadassist mar – may 2023coep technological university
all-in-one academic toolkit for students — grade calculation, timetable management, course materials, predictive analytics. flask backend, mysql, rest apis, and a clean low-friction ui.
python flask mysql mariadb -
bc mar – apr 2023coep technological university
arbitrary precision calculator in c. a replica of the unix
bcutility — handles numbers well beyond native integer and float limits.
c data structures numerics -
coep technological university
implementation of hamming error detection and correction in c with explicit parity-bit generation and decoding paths. supports locating and correcting single-bit errors and flags double-bit errors using parity/position checks, with both combined and separate parity/data workflows.
c hamming code error correction parity bits -
feedback management system jul – sep 2022cusrow wadia institute of technology
web app managing 5000+ feedbacks per season for a multi-department institution. deployed on-premise with a lamp stack. backend in php and python, frontend with bootstrap and js.
php python mysql bootstrap lamp -
consumer electronics e-commerce jan – jul 2022cusrow wadia institute of technology
e-commerce architecture for buying, selling, and order management of consumer electronics. google oauth, payment gateway, multi-role admin/seller access. apis for third-party vendor coordination.
php python flask mysql firebase gcp
-
ios safari locked me out of my own websiteweb drafting
-
the last query param problemweb drafting
-
getting next.js under 200ms: a recipeperformance drafting
-
how much state is too much state in the url?web drafting
-
route handlers vs server actions: when it actually mattersnext.js drafting
-
the query factory patternpatterns drafting
-
my claude code + tmux workflowtooling drafting
-
how do spreadsheets highlight cells they don't own?ui internals drafting
-
delegation keys: scoped authority via cryptosecurity idea
-
pre-commits are broken by designtooling drafting
-
what optional chaining does to your codebase, over timejs drafting