These projects represent end-to-end system design, from memory management to cloud deployment.
| Project | Architecture & Tech Stack | Engineering Impact |
|---|---|---|
| Thirty Distributed Geospatial Framework |
Engineered a location-bound attendance protocol using dynamic QR tokenization and geofencing. Implemented cryptographic verification for immutable audit logs. | |
| C V-Table Demo Polymorphic Runtime Engine |
A manual implementation of C++ Virtual Tables in pure C. Demonstrates deep understanding of ABI layout, function pointers, and dynamic dispatch mechanisms at the compiler level. | |
| IMS Enterprise Resource Planning |
Full-stack Insurance Management System. Features rigorous ACID compliance, Role-Based Access Control (RBAC), and optimized CRUD operations for high-volume transaction handling. |
A structured approach to solving NP-Hard problems and optimizing Space-Time complexity.
| Repository | Focus Area | Key Concepts Applied |
|---|---|---|
| leetcode-patterns | Algorithm Design | 150+ Solutions focusing on Sliding Window, DP, and Graph Topology. Includes |
| data-structures-fundamentals | ADT Implementation | Raw C implementations of Hash Tables, Binary Trees, and Graphs. Includes Dijkstra's Algorithm and Stack-based expression parsing. |
| searching-sorting | Performance Tuning | Comparative analysis of |
Foundational work in backend logic, database normalization, and client-side scripting.
- mysql-basics: Comprehensive documentation of Relational Modeling, Schema Normalization (1NF-3NF), and complex
JOIN/Constraint logic. - php-basics: Server-side logic implementation covering Session Management, Form Processing, and mathematical computation scripts.
- javascript-basics: Client-side DOM manipulation, Event Bubbling/Capturing, and asynchronous input handling.

