PROJECT INDEX · 21 PROJECTS
Every project has its own record
Production contributions, open-source systems, and validated curriculum work. Select any project for its scope, implementation details, constraints, and technology stack.
Production work
Backend and full-stack systems built in real delivery environments.
Confidential Production Platform
Contribute across a complete confidential microservices SaaS platform using Laravel and Nuxt.js.
Laravel · Nuxt.js · MCP · RAG · Agno AgentOS
WhatsApp Marketing Automation
A full-stack messaging platform integrating the official WhatsApp Business API through Twilio.
Laravel · React · MySQL · Twilio API · Supervisor (Job Queue)
Call Center Management System
An operations dashboard for managing agents, tracking incoming leads, assigning work, and monitoring service-level status across teams.
Laravel · React · MySQL · Docker
Open source
Public tools with source code available for review.
NL-to-SQL Analytics Agent
A self-hostable analytics tool that translates natural-language questions into schema-aware SQL and structured visual results.
Python 3.11 · FastAPI · Node.js · PostgreSQL · OpenAI API (GPT-4)
GitHub Analytics Dashboard
An open-source agentic pipeline and React dashboard that ingests developer activity from the GitHub API and leverages AI to generate actionable insights regarding coding patterns, language diversity, and contribution streaks.
Python · Node.js · React · GitHub API · OpenAI API
1337 / 42 Network
Validated systems, networking, graphics, C, C++, and web projects.
Libft
A foundational C library that recreates selected standard-library behavior for strings, memory, conversion, and linked lists.
C · Makefile · POSIX Environments
Born2beRoot
A system-administration project focused on virtualization and secure server configuration.
Debian OS · Bash Scripting · LVM · SSH · UFW
get_next_line
A C function that reads input one line at a time while preserving unread state between calls.
C · File Descriptors
ft_printf
A C implementation of core `printf()` behavior using variadic arguments and format dispatch.
C · Variadic Functions
push_swap
An algorithm project that sorts integers across two stacks using a restricted operation set.
C · Advanced Sorting Algorithms
minitalk
A small client-server protocol that transmits strings between UNIX processes using only `SIGUSR1` and `SIGUSR2`.
C · UNIX Signals · Bitwise Operations
so_long
A 2D top-down game built with MiniLibX.
C · MiniLibX · Pathfinding Algorithms
Philosophers
A concurrency simulation based on the Dining Philosophers problem.
C · POSIX Threads · Mutexes
minishell
A small UNIX shell implementing command parsing, environment expansion, pipes, redirections, built-ins, process execution, and interactive signal behavior.
C · AST Parsers · UNIX Processes · File Descriptors
NetPractice
A networking exercise covering IPv4 addressing, subnet masks, routing tables, gateways, and connectivity troubleshooting across multiple network topologies.
Networking · Subnetting · Routing Tables · TCP/IP
cub3D
A Wolfenstein-inspired renderer that converts a 2D map into a textured first-person scene using raycasting.
C · MiniLibX · Raycasting Algorithms · Linear Algebra
CPP Modules 00–09
Ten C++98 modules covering classes, memory ownership, inheritance, polymorphism, exceptions, casts, templates, iterators, containers, and practical use of the Standard Template Library.
C++98 · Object-Oriented Programming · STL
Inception
A Docker Compose infrastructure project connecting NGINX with TLS, WordPress with PHP-FPM, and MariaDB.
Docker · Docker Compose · Alpine Linux · NGINX · MariaDB
ft_irc
An IRC server written in C++98 with non-blocking socket I/O.
C++98 · Network Programming · Sockets · Asynchronous I/O
ft_transcendence
A full-stack 42 capstone project combining real-time multiplayer Pong, chat, user profiles, authentication, and match statistics in a browser application.
TypeScript · React · Next/Nest.js · WebSockets · PostgreSQL
42 Collaborative Resume
A collaborative React project focused on shared component structure, Git branch workflows, integration discipline, and coordinated delivery across multiple contributors.
React · Git Pipelines · Collaborative Workflows