Intro

I studied at Algonquin College located in Ottawa where I received my diploma in Computer Science. You can also find some of my Projects Here! You can also contact me here!
Welcome to my portfolio. I am a software developer with a passion for coding.
I studied at Algonquin College located in Ottawa where I received my diploma in Computer Science. You can also find some of my Projects Here! You can also contact me here!
Below you will find some of my coding Projects.
This is my biggest project to date. I created a website for our Kings hockey team. The website is a full stack application that allows users to view the team's schedule, roster, and stats. Official Kings Hockey also contains Vitests to ensure the website can avoid as little downtime as possible. The website is built using React, CSS, JavaScript, AWS, and MySQL.
You can visit the website here.
Source Code here
This project allows users to search for a League of Legends summoner and display their statistics. The application fetches data from the Riot Games API and displays information such as the summoner's rank, recent match history, and champion statistics. The project is built using React, CSS, JavaScript, and the Riot Games API.
You can try the application soon.
Source Code here
This is a Discord bot that I created for my discord. The bot is used to help manage the server and provide some fun commands . It is connected to a mongoDB database to store user information and server settings. More specifically one of its features is allowing users to earn daily credits which they can gamble againts each other with. This can be useful if some of the server members are watching UFC and would like to have a friendly competition. The bot is built using Node.js, Discord.js,Discord APIs, and MongoDB.
Im currently graduated and looking for a job in the software development field. I graduated from Algonquin College Computer Science program in 2024
and keep busy by working part time and creating side projects.
I have a passion for coding and computers and have always found myself in the tech field as early as elementary school
where I was interested in how mods were made for Minecraft. Now I am interested in working with programs and applications
that work on a larger scale and have an impact in the world.
When I am not coding I enjoy playing video games, Motorcycling, Hockey, Golf and sometimes making new side Projects.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }
. Finally, this is a link.
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';