I’m a first-year engineering student focused on building strong software fundamentals, with a long-term interest in systems and robotics.
Right now, I use software projects to understand how rules, constraints, and edge cases are enforced in real systems. I prioritize correctness, clarity, and reasoning over speed or polish at this stage.
I’m currently focused on:
- Learning C and C++ fundamentals
- Applying data structures and algorithms in practical programs
- Writing complete, testable code that handles edge cases and failure scenarios
- Improving code readability and documentation
A small C program that restricts access to a file until a specified point in time.
This project helped me:
- Work with system time and file I/O
- Enforce rules reliably in software
- Handle invalid input and boundary conditions
- Understand how design decisions affect correctness
- CS50x – Introduction to Computer Science (Harvard University)
- HackerRank Gold Badge – C Language
Most repositories here are learning-oriented and built independently.
They reflect experimentation, iteration, and a focus on understanding system behavior rather than being production-ready.
Over time, I expect this profile to shift toward more systems- and robotics-focused projects as my skills grow.