Jun 26, 2026

A full-stack streaming web app: search legally distributable torrents, watch them as they download, with adaptive-bitrate playback, subtitles, comments, and an OAuth2-secured REST API...

NextJs
Redux Toolkit
HLS.js
Spring Boot
Postgresql
HyperTube

May 14, 2026

A minimal introduction to Kubernetes using K3s, K3d, Vagrant, and Argo CD — completed with the full bonus (local GitLab replacing GitHub as the GitOps source)....

k3s
k3d
vagrant
argocd
gitlab
Inception-Of-Things

Feb 24, 2024

IRC Server in C++ with Sockets This project is a fully functional IRC (Internet Relay Chat) server developed in C++ using socket programming. The server handles multiple simultaneous client connections, enabling real-time text communication in a lig...

cplusplus
Ft-IRC

Jul 18, 2024

A Docker-Based Infrastructure Project This project focuses on Docker and containerization, aiming to build an infrastructure application using multiple Docker containers. The primary requirements include: • Running an Nginx container with TLS for s...

docker
nginx
mariadb
wordpress
Inception

Jan 26, 2023

Sorting Algorithm with Stack Data Structure This project focuses on implementing a sorting algorithm with an emphasis on learning the **stack** data structure. The main task involves reading a series of numbers from the command line arguments (`argv...

C
Push-Swap

Apr 20, 2023

This project focuses on threads and processes, with the primary goal of simulating the Dining Philosophers Problem using both threads and processes. The program should: - Accept a positive number of philosophers. - Specify the time for each philoso...

C
Philosophers

Jan 29, 2025

Full-Stack Web Application: React, Django, and Docker This project involves building a full-stack single-page application (SPA) using **React** and **TailwindCSS** for the frontend, with **Django** as the backend. The app offers a range of interacti...

react
python
postgresql
tailwindcss
Ft-trancendence

Jul 23, 2023

Simple Shell Implementation This project focuses on creating a **simple shell** that supports both built-in commands and external command execution. Key features include: - **Built-in commands** such as `cd`, `echo`, `pwd`, `env`, `export`, and `un...

C
Minishell

Sep 21, 2023

Raycasting Game Development This project involves creating a **raycasting game** using **C** and the **minilibx** graphics library. The primary goal is to explore the concept of raycasting while building a simple game environment. The program start...

C
Cub3D