Project portfolio

> 14 projects

WelfareIsOn - 1
Company2024

WelfareIsOn

42RomaLuiss x Leonardo S.p.A partnership for the creation of a webApp. Welfare system for managing employee benefits and services

MicroservicesSpring BootAngularDocker+1
ML Challenge - 1
Company2024

ML Challenge

Challenge 42RomaLuiss x Engineering Group: Anomaly detection (unsupervised) e NILM problem (supervised)

PythonMachine LearningScikit-learnPandas+2
Eventify - 1
Company2023

Eventify

42RomaLuiss x Leonardo S.p.A partnership for the creation of a webApp. Event creation and management platform for communities and social groups

Spring BootAngularPostgreSQL
PanAI - 1
Personal2025

PanAI

Project for ETHRome2025 - hackathon Web3.The world’s first protocol for AI notarization. Notarize any message — human or AI — on-chain with privacy.PanAI makes provenance free, smart, and autonomous with AI-driven notarization that costs near zero.

Next.jsNode.jsHackathonWeb3
Webserv - 1
422024

Webserv

A fully custom-built HTTP server in C++, designed to replicate the behavior of Nginx. Supports advanced CGI handling, network communication, and is highly configurable through Nginx-style configuration files.

C++HTTPCGINetworking+1
Minishell - 1
422024

Minishell

A simple Unix shell, built from scratch in C. Implements core shell features such as command execution, piping, redirection, environment variable handling, and basic signal management. The project requires implementing process management with `fork()`, handling input and output redirection, managing child processes, and interpreting commands from the user. A great exercise for understanding the fundamentals of how a shell works in a Unix environment, including system calls and process control.

CBashUnixSystem Calls+1
cub3D - 1
422024

cub3D

A 3D game engine inspired by Wolfenstein 3D, using raycasting to render a pseudo-3D environment from a 2D map. Developed using MiniLibX for graphics rendering, this project involves creating a basic game engine that simulates 3D visuals on a 2D plane. Key concepts include raycasting, wall detection, and implementing basic player movement within the virtual world.

CMiniLibXRaycastingGraphics+1
Philosophers - 1
422024

Philosophers

A simulation of the classic dining philosophers problem, implemented using threads. This project focuses on multithreading, mutexes, and concurrency management to avoid deadlocks and ensure synchronization between philosophers. As a bonus, the project can be extended to use processes instead of threads, involving process forking, inter-process communication (IPC), and synchronization using shared memory and semaphores.

CThreadsMutexesConcurrency+5
Push Swap - 1
422024

Push Swap

An algorithm for sorting stacks with a limited set of operations. Focuses on optimizing the number of moves to achieve the correct order, using efficient sorting techniques.

CAlgorithmsSortingOptimization
So Long - 1
422024

So Long

A 2D graphical game developed with MiniLibX. The player navigates through maps, collects items, and aims to reach the exit. Involves basic game development mechanics such as collision detection and object interaction.

CMiniLibXGame Dev2D Graphics
Minitalk - 1
422024

Minitalk

A client-server communication system using Unix signals. Implements inter-process communication (IPC) with a minimalist approach under strict coding standards, focusing on bitwise operations and signal handling.

CUNIX SignalsIPCBitwise Operations
Ft_printf - 1
422024

Ft_printf

Reimplementation of the standard C `printf` function. Supports various format specifiers, flags, width/precision, and variadic arguments to simulate the behavior of `printf` in C.

CVariadic FunctionsString Formatting
GNL ~ get_next_line - 1
422024

GNL ~ get_next_line

A function for reading lines from a file descriptor. Manages multiple file descriptors and dynamic memory, adhering to strict coding standards and ensuring efficient memory handling.

CFile I/OMemory ManagementStatic Variables
Libft - 1
422023

Libft

A custom C library created as part of the first project at 42. Includes reimplementations of standard functions, utilities, and data structures like linked lists and dynamic memory management.

CData StructuresLinked Lists

> Do you want to collaborate on a project? Contact me