started out on a potato machine that forced me to care about how things actually work. spent a few years squeezing performance out of it, got it running faster than macbooks with three times the specs. that got me into linux, compilers, operating systems, and memory.
got into python and bash to automate whatever i could, which opened up an interest for data — manipulating datasets, optimizing queries, making constrained systems do more than they should. that experience turned into solving ctf challenges, algorithm problems and reasoning about systems at a lower level.
in college, worked on fullstack, architecture-focused projects for real users before ai tooling made that easier.
i've always leaned pure backend, but picked up fullstack during an internship and ended up going deep into rendering, caching, and performance. at some point took a page sitting at 6–7 second load times and brought it down to 800ms–1.2s. bragged about it a lot.
most of my interest sits around how things scale, how they break, and how to make them simpler and faster.
-
Pattern Inc. 2024 | 2025 - presentSummer Intern | Software Engineer I · Pune, India
Cut GitHub Actions usage by 50% — optimized CI/CD workflows from 4200 to 2000 minutes per week through source-build caching.
took a next.js web experience from roughly 5s load/lcp to around 500ms through targeted rendering, bundle, and data-loading optimizations.
drove key architecture decisions for knowledge base and redesigned it into a graph-based system to support adoption in claude code.
Reduced URI character length by 40% by implementing jsCrush, improving request reliability and compatibility with AWS WAF.
Optimized high-throughput data handling with Redux Toolkit for a fast, data-intensive SSE channel. Contributed to multi-state, project-based architecture with dynamic access controls.
-
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