Pinned Repositories
coding-interview-university
A complete computer science study plan to become a software engineer.
cub_3d_42
Raycasting is a rendering technique to create a 3D perspective in a 2D map (rows, columns), that‘s what exactly i used in order to made the CUB3D game, This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever.
ft_transcendence42
inception-42
As part of my system administration skill development, I built three Docker images for WordPress, Nginx, and MariaDB. I utilized these images to gain practical knowledge of system administration and enhance my virtualization skills.
kafka-stack-docker-compose
docker compose files to create a fully working kafka stack
mini_shell_42
I designed and developed a basic shell program that allowed users to interact with their operating system using a command-line interface. I implemented the ability to execute basic commands and handle input/output redirection using my knowledge of C programming and the Unix shell.
Net_Practice-1
push_swap_42
Developed a program to sort data on a stack using a limited set of instructions and optimized data sorting algorithms. Gained problem-solving skills and practical experience with data sorting techniques
real
Dynamic social media project: Our platform supports posting, liking, and commenting on content. Engage in real-time chats and connect with friends. Built with React, Node.js, and WebSockets.
watch
Discover the world of anime with our MERN stack project. Watch the latest episodes daily and explore a vast collection.
jalloulmohamed's Repositories
jalloulmohamed/cub_3d_42
Raycasting is a rendering technique to create a 3D perspective in a 2D map (rows, columns), that‘s what exactly i used in order to made the CUB3D game, This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever.
jalloulmohamed/ft_transcendence42
jalloulmohamed/inception-42
As part of my system administration skill development, I built three Docker images for WordPress, Nginx, and MariaDB. I utilized these images to gain practical knowledge of system administration and enhance my virtualization skills.
jalloulmohamed/mini_shell_42
I designed and developed a basic shell program that allowed users to interact with their operating system using a command-line interface. I implemented the ability to execute basic commands and handle input/output redirection using my knowledge of C programming and the Unix shell.
jalloulmohamed/Net_Practice-1
jalloulmohamed/push_swap_42
Developed a program to sort data on a stack using a limited set of instructions and optimized data sorting algorithms. Gained problem-solving skills and practical experience with data sorting techniques
jalloulmohamed/real
Dynamic social media project: Our platform supports posting, liking, and commenting on content. Engage in real-time chats and connect with friends. Built with React, Node.js, and WebSockets.
jalloulmohamed/watch
Discover the world of anime with our MERN stack project. Watch the latest episodes daily and explore a vast collection.
jalloulmohamed/coding-interview-university
A complete computer science study plan to become a software engineer.
jalloulmohamed/kafka-stack-docker-compose
docker compose files to create a fully working kafka stack
jalloulmohamed/nestjs-microservices-example
A working example of microservice architecture implementation using nestjs framework
jalloulmohamed/Posts
jalloulmohamed/webserv_42
Created custom HTTP server using C++ to gain hands-on experience with the HTTP protocol. Tested the server with various browsers to ensure reliability and compatibility.