Pinned Repositories
42_authentication_tutorial
Learn how to make your website more secure in a simple way using 42 auth ! This tutorial will show you step by step, how to implement it using NestJS, Prisma, and Passport.
42_CPP_Modules
Many languages are recommended to learn OOP, The goal of these modules is to introduce us to Object-Oriented Programming.
anti_lock_screen
locking screen if any key is pressed or moving the mouse
CRUD
Exploring the capabilities of Nest.js and Prisma in this CRUD app
CUB3D
Our first RayCaster with miniLibX, This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting.
DRAWING-SHAPES
Drawing Shapes using MiniLibx Library
ft_transcendence
"ft_transcendence" is a real-time multiplayer Pong web project with a chat system. Built with NestJS backend, TypeScript frontend, and PostgreSQL database. Secure authentication, user profiles, and Docker deployment. Enjoy multiplayer Pong and chat with others in a user-friendly interface.
LatinToTifinagh
A simple Web Project that converts Latin Alphabets to Tifinagh Alphabets
LIBFT_42
This project is about coding a C library. It contains a lot of general functions of C, and it's about understanding the way these functions work
tifinagh-OCR
TIFINAFH-OCR service: Converts images or scanned documents into editable text for digital use. ***IN PROGRESS***
hamza-bouqssim's Repositories
hamza-bouqssim/42_authentication_tutorial
Learn how to make your website more secure in a simple way using 42 auth ! This tutorial will show you step by step, how to implement it using NestJS, Prisma, and Passport.
hamza-bouqssim/CUB3D
Our first RayCaster with miniLibX, This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting.
hamza-bouqssim/LatinToTifinagh
A simple Web Project that converts Latin Alphabets to Tifinagh Alphabets
hamza-bouqssim/42_CPP_Modules
Many languages are recommended to learn OOP, The goal of these modules is to introduce us to Object-Oriented Programming.
hamza-bouqssim/anti_lock_screen
locking screen if any key is pressed or moving the mouse
hamza-bouqssim/tifinagh-OCR
TIFINAFH-OCR service: Converts images or scanned documents into editable text for digital use. ***IN PROGRESS***
hamza-bouqssim/CRUD
Exploring the capabilities of Nest.js and Prisma in this CRUD app
hamza-bouqssim/ft_transcendence
"ft_transcendence" is a real-time multiplayer Pong web project with a chat system. Built with NestJS backend, TypeScript frontend, and PostgreSQL database. Secure authentication, user profiles, and Docker deployment. Enjoy multiplayer Pong and chat with others in a user-friendly interface.
hamza-bouqssim/LIBFT_42
This project is about coding a C library. It contains a lot of general functions of C, and it's about understanding the way these functions work
hamza-bouqssim/DRAWING-SHAPES
Drawing Shapes using MiniLibx Library
hamza-bouqssim/FRACT-OL
hamza-bouqssim/ft_printf
The goal of this project is pretty straightforward. we have to recode printf(). we will mainly learn about using a variable number of arguments
hamza-bouqssim/get_next_line_42
This project is about programming a function that returns a line read from a file descriptor.
hamza-bouqssim/Minitalk
Minitalk Project
hamza-bouqssim/ft_irc
This project is about creating your own IRC server. You will use an actual IRC client to connect to your server and test it. Internet is ruled by solid standards protocols that allow connected computers to interact with each other. It’s always a good thing to know.
hamza-bouqssim/Inception
The purpose of this project is to expand our understanding of system administration through the utilization of Docker