You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π B.Tech Computer Science Engineer specializing in IoT, Cybersecurity, and Blockchain.
I thrive at the intersection of system design, backend architecture, and immersive iOS experiences.
π’ Recently served as Scrum Master & Backend Lead at Infosys, steering a 9-member team to build InFleet Expressβa high-performance Fleet Management system using Swift, Supabase, and Geofencing.
Core Strengths:
Backend: Supabase, SQL, Serverless Architectures.
Mobile: iOS (Swift), Clean Architecture, Custom Data Models.
Leadership: Agile/Scrum, Jira, Sprint Planning.
"I turn complex ideas into practical, real-world tools through relentless doing and observing."
π Connect with Me
Β Β
Β Β
Β Β
Β Β
π» Tech Stack
π Languages
π± Mobile & Frameworks
π οΈ Tools
π§ͺ DSA Foundation & Templates
π DSA-Playground
Β
Β
A comprehensive repository for mastering Data Structures and Algorithms with a focus on high-performance templates and competitive programming.
Segment Tree: Industrial-grade template with van Emde Boas (vEB) layout for 10-30% faster cache-local queries.
Self-Adjusting Trees: Complete implementation of Splay Trees with $O(\log n)$ amortized operations.
CP31-Sheet: Systematically solving curated problems (800-1900 difficulty) from Codeforces.
Graph Suite: Optimized Dijkstra, Kosarajuβs SCC, and MST templates.
π Featured Projects
β‘ SerDeLite
Β
Β
Β
A high-performance, zero-allocation C++11 serialization library designed for real-time systems and game engines.
17.6M ops/sec throughput with sub-60ns latency.
Purely stack-based memory management.
Verified linear scaling for complex nested data.
π LexiC
Β
A modular Lexical Analyzer for the C programming language that tokenizes source code into structured lexical units.
Automated log generation and Doxygen documentation.
Binary-safe File I/O (LexerIO) for chunked processing.
Comprehensive classification for keywords, literals, and preprocessors.