This repository serves as a dynamic collection of small, self-contained programming projects. Each project is built to explore new technologies and solidify core concepts through practical application.
The primary objective is to foster continuous learning, demonstrate proficiency across various stacks, and provide concrete examples of solutions to focused technical problems.
| Project Name | Language/Stack | Description |
|---|---|---|
| Rust Calculator | Rust | A command-line utility implementing basic arithmetic operations (addition, subtraction, multiplication, division). Implemented shunting yard algorithm for processing the string input expressions. |
| Zig Invaders | Zig | A clone of the classic space invaders game built using Zig programming language and raylib library. |
| C Hexdump | C | Just a basic hexdump program in C. |
- Click on the project link in the table to navigate to its specific directory and view the detailed
README.mdfor build instructions and usage. - The source code for each project is fully contained within its respective folder.