Designing and building backend systems, networking software, and developer tooling.
I build software with a focus on concurrency, thread safety, performance and first-principles thinking.
About Me
I am an Information Technology student at Mumbai University (CGPA: 8.6), graduating in 2027.
I am particularly interested in backend systems, networking, and low-level software. Most of my projects involve building protocols, concurrent applications, APIs, and tools that emphasize reliability, performance, and understanding systems from first principles.
Core Stack
Projects
Yarn — Secure Multithreaded Chat System
A client-server chat platform featuring a custom JSON protocol with packet framing, secure TLS communication with SHA-256 certificate pinning, and thread-safe state management. Sustained 3,500+ concurrent TLS connections during load testing.
NetSentinel — Windows Firewall Tool
A network monitoring application built to sniff real-time packet data using Scapy and dynamically map traffic back to active system processes. Features automated rule orchestration directly interacting with Windows Defender Firewall via PowerShell.
Scaffold — Directory Orchestrator
Implemented a custom Domain Specific Language (DSL) to describe folder layouts alongside an expression-based recursive descent parser that compiles layouts into an Abstract Syntax Tree (AST) for automated deployment.
JotItDown — Secure Journal REST API
A robust REST API designed with relational models using SQLModel, featuring secure JWT-based authentication pipelines, password hashing infrastructure, and strict per-user database ownership constraints.