Architect: Lakshya Singh Kushwah
Objective: A rigorously maintained, version-controlled repository documenting the mastery of core computer science primitives, backend architecture, and algorithmic problem-solving.
This repository operates on a strict "Fundamentals over Frameworks" mandate. Every file within this project is written from a blank screen to enforce raw mechanical understanding.
The focus is squarely on:
- Algorithmic Efficiency: Deep mastery of C++ memory management and Big-O complexity.
- System Architecture: Strict adherence to Object-Oriented Programming (OOP) principles in Java.
- Data Flow & Routing: Building standalone backend systems utilizing pure Python, RESTful API design, and relational SQL databases.
This workspace is strictly categorized to separate algorithmic logic from system design and independent project builds.
Engineering-Portfolio/
├── 📁 cpp-dsa/ # C++ Algorithmic problem-solving and data structures
│ ├── 01_Arrays_and_Hashing/
│ ├── 02_Two_Pointers/
│ ├── 03_Sliding_Window/
│ └── 04_Binary_Search/
├── 📁 java-oop/ # Enterprise architecture and system simulations in Java
├── 📁 python-backend-api/ # RESTful API design, data routing, and FastAPI backends
├── 📁 projects/ # Standalone, end-to-end data pipelines and SQL databases
└── 📁 research/ # Technical documentation and system design notes