Skip to content
View PGBmax's full-sized avatar
โšฝ
Hello
โšฝ
Hello

Block or report PGBmax

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
PGBmax/README.md

๐Ÿ‘‹ Hello, I'm Pierre (PGBmax)

๐ŸŽ“ Student at 42 Angoulรชme

Profile Views GitHub Followers


๐Ÿš€ About Me

  • ๐ŸŽฎ Passionate developer exploring the world of systems programming and graphics
  • ๐Ÿ”ญ Currently working on: Advanced C++ projects and network programming
  • ๐ŸŒฑ Learning: Modern C++ features, network protocols, and software architecture
  • ๐Ÿ’ก Interested in: Graphics programming, game development, and system-level programming
  • ๐ŸŽฏ Goal: Becoming a proficient software engineer with expertise in low-level programming

๐Ÿ’ผ Featured Projects

๐ŸŽฎ Cub3D

A 3D graphics project inspired by Wolfenstein 3D, built with C and raytracing techniques.

  • Tech Stack: C, MiniLibX, Mathematics
  • Features: Real-time 3D rendering, texture mapping, collision detection

๐Ÿ’ป Minishell

A Unix shell implementation with advanced features and built-in commands.

  • Tech Stack: C, Unix system calls
  • Features: Command parsing, pipes, redirections, environment variables

๐ŸŒ FT_IRC

An IRC server implementation following the RFC 1459 standard.

  • Tech Stack: C++98, Sockets, STL
  • Focus: OOP architecture, design patterns, network programming
  • Features: Multi-client handling with poll(), user authentication, channel management, and command parsing

๐Ÿ› ๏ธ Technologies & Tools

Programming Languages

C C++ Python

Tools & Technologies

Git Linux VS Code Makefile

Concepts & Methodologies

  • ๐Ÿ—๏ธ Object-Oriented Programming (OOP)
  • ๐Ÿ”— Data Structures & Algorithms
  • ๐Ÿ–ผ๏ธ Graphics Programming & Raytracing
  • ๐ŸŒ Network Programming & Protocols
  • โšก System Programming & Unix

๐Ÿค Let's Connect!


๐Ÿ“Š GitHub Analytics

GitHub Streak Stats
GitHub Trophies

โšก "Code is like humor. When you have to explain it, it's bad."

Thanks for visiting my profile! Feel free to explore my repositories and reach out if you'd like to collaborate! ๐Ÿš€

Pinned Loading

  1. cub3D cub3D Public

    cub3D

    C 1

  2. ft_irc ft_irc Public

    Server CPP

    C++

  3. Izzokz/42-minishell Izzokz/42-minishell Public

    C