Projects

This is a collection of projects I’ve built—some to solve real-world problems, others simply to get under the hood and explore how different technologies work.

Work

Side projects

A simple http webserver in C

This is a simple HTTP web server implemented in C. It serves static files (e.g., HTML, CSS, JavaScript) from the current directory and handles basic GET requests.

Links
Built with
C

Tic tac toe C

This is a simple implementation of a modified Tic-Tac-Toe game written in the C programming language. The game is played in the terminal and supports two players taking turns to drop their tokens into a 3x3 grid.

Links
Built with
C

Personal website

My home on the web. This site works as a portfolio, a place to share code and thoughts.

Links
Built with
Next.js, TypeScript, Tailwind CSS, Markdown, React

Contractor Dashboard

Web app designed to help contractors manage clients, track invoices and analyze earnings

Built with
Next.js, TypeScript, Tailwind CSS, React, PostgreSQL, Prisma, Redis