Hello! I'm Luis, a software engineer from Canada.

I am passionate about developing new technologies and am eager to learn new skills.

I'm currently a student at Western University based in London, Ontario finishing my bachelor's degree in Software Engineering where I spent 5 years learning the fundamentals of engineering, design, and programming. Over the course of my studies, I've had the opportunity to work with both small and large, specialized and cross-functional teams and have developed the ability to lead, collaborate, and create.

My interests include artificial intelligence/machine learning, blockchain, and data cloud management. If you're here recruiting, you should hire me..?

View LinkedInDownload Resume
project-image

Experiences

I've gained valuable work experience from the following companies:

Software Engineering Intern
J.D. Power
May 2023 - August 2024
Software Developer Intern
Glendor, Inc.
May 2022 - August 2022
Computer Resource Training Assistant
ATN Access Inc.
May 2021 - Sep 2021

Projects

Some projects that I'd like to showcase. However, all my other repositories are on my GitHub.GitHub

projects.search('machine learning')
{ title: "Exploring Models: National Basketball Association ",
date: "August 2024",
description:
[ 'Developed a full pipeline for predicting NBA game outcomes, including
data scraping from basketball-reference.com using Playwright and BeautifulSoup,
data parsing with Pandas, and model training with XGBoost, Random Forest, and
Ridge Classifiers.', 'Enhanced model accuracy to 65% by refining datasets
through feature selection, normalization, and cross-validation, with a focus on
integrating rolling averages to assess team performance over the last 15 games.' ],
technologies: [ "Python", "Jupyter Notebooks" ] }
projects.pop()
{ title: "Western Waves",
date: "October 2022",
description:
[ 'Built a web application deployed on AWS that allows users to find and discover music from different artists, genres, and
tracks. Additionally, users can create new playlists and add tracks to it.',
'Developed and integrated a RESTful framework using Node.js to interface with a MongoDB database, enabling efficient fetching, manipulation, and deletion of data across thousands of entries.' ],
technologies: [ "JavaScript", "React", "MongoDb", "Node.js", "Amazon Web Services" ] }
projects[10]
{ title: "Xenos",
date: "April 2021",
description:
[ 'Created a 3D adventure game following an iterative software development life cycle model',
'Contained 3 different environments, 5 playable characters, ranged and melee combat, inventory selection, a currency system, and much more',
'Utilized Blender to enhance the effects and animations of pve combat' ],
technologies: [ "Unity", "Blender", "C#" ] }