hi, yazeed here. 

Computer Science student building projects across web, AI, and systems. I like turning ideas into working software — from games to trackers to full apps.

✉ Say hi!

/ about me

I am currently a CS student focused on building real projects instead of just following tutorials. I've built a chess game, a weather app, an online store, and an F1 tracker that pulls live race data.

Here is some language i working with:

Outside of code, I work as a Barista — pulling shots and learning how to stay sharp and consistent under pressure, which carries over pretty well into debugging at 2am.

/Projects

View all Projects

F1 Tracker

An F1 tracker built with C# and SQLite, pulling live race data from the OpenF1 API. Tracks drivers, constructors, and race results across the 2026 season.

C#, SQLite, OpenF1 API

Live Score Tracker

A real-time football score tracker built with Node.js and Express. Live matches update automatically via Server-Sent Events, pulling data from a live sports API with team logos.

Node.js, Express, Server-Sent Events, REST API

Chess Game

A two-player chess game built in vanilla JavaScript, with full legal move validation, check and checkmate detection, castling, and en passant.

JavaScript, HTML, CSS

Weather App

A weather web app integrating the OpenWeatherMap API, with dynamic icons and day/night detection based on real time.

JavaScript, API, CSS

Tic Tac Toe

A classic two-player tic tac toe game built in vanilla JavaScript, with win detection and a restart option.

JavaScript, HTML, CSS