About Me
I'm a computer programmer who loves tinkering with computers, low-level systems programming, machine learning and AI. Having always been fascinated with computers since young, I've sought to pursue every opportunity to advance my understanding of computers, hardware and software. I am now well-equipped with technical skills like full-stack web development, machine learning, data structures and algorithms, databases and UI/UX design.
My Projects
Enclave
A full-stack web application developed for a local environmental non-profit aiming to boost community engagement in sustainability efforts. As one of the lead developers, I had to manage and teach the entire team on how to use the underlying technologies and frameworks for this project.
Brock's Kitchen
A Flask-based e-commerce platform for a sustainable meal kit service business. I led a team to create a user-friendly website that could handle orders, payments, and delivery scheduling of meal kit orders.
pythonwiz
A vanilla HTML/CSS/JavaScript static website that aims to teach the basics of Python to beginners. With its retro theme and modern feel, pythonwiz also includes a quiz system so that users can test their knowledge of Python.
MushroomPocket
A C# Console game based on Mario characters. Using objected oriented programming principles and Microsoft's Entity Framework, I created a game where Mario characters could fight each other to gain experience and level up. Players can collect, delete and upgrade their characters.
coolsnakegame
A very simple snake game implemented in less than 200 lines of Python code! coolsnakegame is a personal project where the main goal was to create a fully functional game of Snake while maintaining code efficiency and readability. The project was successful in meeting its goal, resulting in a compact yet fully playable Snake game.