I'm a self-taught developer with a strong interest in web development, software engineering, and cybersecurity. I love solving problems and finding creative ways to bring ideas to life, whether it's a unique website, designing a game from scratch, or replicating existing tools to understand how they work under the hood.
My journey started at 42 Adelaide, where I learned C and built a solid foundation in programming. Since then, I've been diving into personal projects like this website, with plenty more ideas in the queue. I've been working full-time in a non-tech field while learning on the side, and now I'm looking to transition into tech full-time. I'm keen to join a team where I can grow fast, contribute meaningfully, and keep learning every day.
mini_rt is a raycasting engine written in C. It renders a 3D scene from a plain text file that describes the 3d scene.
minishell is a simple shell written in C. It is a basic implementation of a shell that allows you to execute commands and navigate the file system.
push_swap is a program written in C that sorts a list of integers with Tower of Hanoi-style limitations. Its efficiency is measured by the number of operations required.
fdf is a program written in C, that renders a 3D isometric wireframe model from a plain text file that describes the height of each point in the scene.