logo

Welcome to My Portfolio

Software Engineer | Master Student

Fabio Pecora
About Me

Projects


Microsoft Immigration Research🌍

Replication study at Microsoft, building upon existing research by verifying its findings and extending its scope through the introduction of novel features.

Repository Replication

Munch Magic🍕

A react web application recipe making app created for users with the need to publish recipes in a friendly online space.

Repository Demo

Spin and Learn🏓

A web application built along with the national champion Yasiris Ortiz to promote Table Tennis programs around New York.

Repository Demo

No Man's Land🤖

A 3D maze game built in Unity where players control a robot to find keys, avoid enemies using NavMesh pathfinding, and tackle parkour challenges. The game uses design patterns like object pooling for shooting, a singleton for audio management, and the observer pattern for enemy behavior, ensuring smooth gameplay and an immersive experience.

Repo & Demo

CNN-Based Multi-Class Animal Classification👾

A Convolutional Neural Network model for classifying animal images into multiple species categories.

Repository

Taxi Trip Duration Prediction🚕

A model predicting the duration of taxi trips in New York, enhanced with features like weather, rush hours, weekend days, and speed. Built using Pandas for data manipulation and a Random Forest Regressor for prediction.

Repository Article

Shmup++🚀

A space battle game where the hero faces five unique AI enemies, uses various weapons, and features realistic movement and shield mechanics.

Repository

VIM clone🖥️

A line editor that enables file modification with features like arrow navigation, character and line deletion, adding lines, keyword highlighting, and an undo function. All functionalities are powered by data structures implemented from scratch.

Repository