My name is Jason, I'm 26, and I'm a fullstack developer. From the start, I've been drawn to building — imagining a solution, designing it, coding it, seeing it work. This drive guides every project I take on.
Freshly graduated with a Master's in Web Engineering and Digital Innovation from IIM, with 4 years of experience as a developer through internships, I'm now looking for a new challenge. A team, a project where I can keep learning and building things that matter.
Below you can see all my current and completed projects.
I am creating a chess game inspired by Chess.com. My main objective with this project is to implement the complex rules of chess in an interactive web-based game. At the beginning, I am focusing on the movement of each piece and the two-player local game system. After that, I want to implement online multiplayer so you can play with friends, and possibly I will train an artificial intelligence for solo players.
This is my first artificial intelligence project, trained by myself using the PyTorch model "CIFAR-10" and its dataset for training and testing. I achieved around 75% accuracy with the provided dataset using a CNN (Convolutional Neural Network). The model is designed to recognize certain objects and animals, as stated on the website. Through this project, I learned that AI requires more data to train effectively than what a single dataset provides. This is because there is a lot of variation in objects and animals. For example, if the model is trained on specific dog breeds and encounters a new one, its accuracy will drop significantly. I will probably improve this model one day or create a new one based on a bigger idea :)