Skip to content
View pin3dev's full-sized avatar
🏁
🏁

Highlights

  • Pro

Block or report pin3dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pin3dev/README.md
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€ ABOUT β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
β”œβ”€ ✍🏻 Currently working on ft_Transcendence project
β”œβ”€ πŸ”Ž Seeking partners in the 42SP school to develop the ft_Transcendence project	
β”œβ”€ πŸŽ“ 2023, I began studying Computer Engineering at UAb
β”œβ”€ 🀿 2022, I began studying Software Engineering via common core cursus at 42Porto
β”œβ”€ πŸŽ“ 2015, I completed my bachelor's degree in Architecture and Urbanism
└───────────────

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€ CONTACTS β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
β”œβ”€ 🌐 Linkedin
β”œβ”€ πŸ“« Email
└───────────────

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€ LANG β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
 

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€ TOOLS β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
 

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€ 42 PROJECTS β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
 

InceptionWebservCpp05-09Cpp00-04Cub3dNetpraticeMinishell PhilosophersSoLongPushSwapMinitalkBorn2BeRootPrintfGNLLibft

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€ 42 TUTORIALS β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€ 42 PROFILE β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ

ivbatist's 42 stats

Pinned Loading

  1. 42_Webserv 42_Webserv Public

    A simple HTTP/1.1 server written in C++, supporting GET, POST, DELETE methods, virtual hosting, CGI script execution, and custom error pages. Ideal for understanding the basic concepts of web servers.

    C++

  2. 42_Inception 42_Inception Public

    Docker infrastructure with NGINX, WordPress, and MariaDB, using Docker Compose and custom volumes. Includes dedicated containers and TLS security.

    Dockerfile 3

  3. 42_Minishell 42_Minishell Public

    A simple Unix shell written in C, replicating the basic functionalities of a shell, including command execution, pipes, and redirections. Designed to deepen understanding of system calls and proces…

    C

  4. 42_cub3D 42_cub3D Public

    Forked from clima-fr/cub3D

    A simplified RayCaster implementation using miniLibX, part of the 42 school curriculum. The project includes features like window management, map interpretation, player movement, and rendering with…

    C

  5. 42_PushSwap 42_PushSwap Public

    Algorithm challenge focused on sorting a stack of integers with the minimum number of operations. Implemented in C with a limited set of operations, ideal for understanding algorithm optimization.

    C