Projects
Here are some of my projects. You can find more on my GitHub profile.
-
cli-toolbox
A collection of CLI tools and utilities that I've explored and built. Handy scripts for everyday terminal tasks.
-
sha-256
A simple implementation of the SHA-256 hash function in Python. Built to understand the internals of cryptographic hashing.
-
fastapi
Exploring FastAPI framework for building modern, high-performance APIs with Python.
-
python
A repository documenting Python concepts, from basics to advanced topics. Useful as a learning reference.
-
dsa
Data Structures and Algorithms implementations — practice problems and concept explanations.
-
c-programming
C programming exercises and examples. Covers fundamentals, pointers, memory management, and more.