rparodi's 42 cursus
This project is an introduction to computer security. Snow Crash will help you discover security in various sub-domains, with a developer-oriented approach. You will become familiar with several languages (ASM, Perl, Php, etc.), develop a certain logic to understand unknown programs, and become aware of problems related to simple programming errors.
Updated 2026-03-09 20:01:56 +01:00
Design, develop, and organize a full-stack web application with complete creative freedom. Choose your project concept, select from a wide range of technical modules, and make key architectural decisions. This highly flexible project allows you to explore modern web development while demonstrating your technical skills and creativity through a modular approach.
Updated 2026-03-09 19:57:02 +01:00
Broaden your system administration skills by working with Docker. In this project, you'll set up a complete infrastructure using Docker Compose, creating and managing multiple containerized services including NGINX with SSL/TLS, WordPress with php-fpm, and MariaDB. You'll gain hands-on experience with containerization, networking, volume management, and secure web service deployment within your own personal virtual machine.
Updated 2026-03-09 19:45:23 +01:00
This piscine of C++ is designed to help you understand the specificities of the language when compared to C. Time to dive into Object-Oriented Programming!
Updated 2026-03-09 19:39:10 +01:00
This project aims to teach concurrent programming, focusing on multithreading and multiprocessing.
Updated 2026-03-09 19:37:42 +01:00
This project involves sorting data on a stack, with a limited set of instructions, and using the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
Updated 2026-03-09 19:32:30 +01:00
Whether it's a file, stdin, or even later a network connection, you'll always need a way to read content line by line. It's time to start working on this function, which will be essential for your future projects.
Updated 2026-03-09 19:26:19 +01:00