All Projects

Check out my public github repos!

Filter by language: All

my-portfolio

This repository has been built to showcase the projects I have worked on but also to show my ability to learn new skills quickly.

TypeScript

web_server

A small custom HTTP server using kqueue for non-blocking I/O. Built to understand how real web servers handle connections and requests.

C++

react-essential-training

This repo is for linkedin learning course: React Essential Training

JavaScript

Cub_3D

A small raycasting engine inspired by Wolfenstein 3D, built entirely in C. It renders a 3D maze from a 2D map, with textured walls, collision detection, and smooth player movement.

C

productivityApp

A small productivity platform built as three Spring Boot microservices—user, auth, and todo—each running in its own Docker container. Authentication uses RS256 JWTs, and the todo service returns only the current user’s data.

Java

test-driven-dev-project

I followed through a LinkedIn learning tutorial to get to understand Test Driven Development. This is a basic task manager app.

Java

CPP_Projects

No description provided.

C++

react-linkedin-learning

This is a project following along to a React tutorial on LinkedIn learning to improve my react fundamentals.

JavaScript

friendSpace

FriendSpace is a full-stack learning project for a social app that keeps friend lists meaningful through periodic re-verification (QR scan or renewal request) while still allowing anyone to message anyone. Profiles can also include QR-verified activities to increase trust and authenticity.

Java, TypeScript

MiniShell

A small Bash-like shell written in C, implementing parsing, pipes, redirections, environment variables, and built-ins. It handles signals, processes, and file descriptors correctly to behave closely to real shell behavior.

C

fdf

No description provided.

C

pipex

No description provided.

C

42_transcendence

A full-stack multiplayer Pong platform built with a microservice architecture, including user auth, JWT tokens, and real-time chat. All services run in Docker with HTTPS enforced through NGINX and internal communication over HTTP.

Python, JavaScript

hedera-enterprise

Module for Spring that adds support to communicate with the Hedera network

Java

push_swap

No description provided.

C

inception_42

No description provided.

Shell, Dockerfile

articleChain

Web3 dapp, for submit news and articles

JavaScript, EJS

libft

No description provided.

C

RecipeReader

This app is going to scan old handwritten recipes and transform into a digital cookbook