Skip to content
View Kirotan's full-sized avatar

Highlights

  • Pro

Block or report Kirotan

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
Kirotan/README.md

Hi, I'm Guillaume 👋

Typing SVG

Software engineer trained at 42, with a strong foundation in C/C++ and hands‑on DevOps experience.
Passionate about low‑level programming, scalable architecture and clean code.


🛠️ Tech toolbox


✨ Featured projects


🗣️ About me

  • 🔭 Current focus: Actively seeking an internship/apprenticeship to validate my RNCP Level 6 title.
  • 🧠 Learning path: Deepening DevOps (Kubernetes, Docker, CI/CD) and modern web (JavaScript).
  • 🤝 Collaboration: Open to interesting C/C++ or DevOps projects.

📫 Reach me

visitors


🎮 Fun side projects
  • Proxmox Server – Set up a Proxmox server with a Debian Docker stack.

Popular repositories Loading

  1. Irc Irc Public

    A tiny IRC server in C++98: channels, modes, PMs, JOIN/PART/TOPIC, PING/PONG; non-blocking I/O.

    C++ 1

  2. Kirotan Kirotan Public

  3. Libft Libft Public

    Re-coding several standard C library functions from scratch.

    C

  4. Push_swap Push_swap Public

    Minimal-operation sorting of integers with two stacks and a custom instruction set.

    C

  5. Fdf Fdf Public

    A lightweight 3D wire-frame viewer that turns height-map data into interactive isometric landscapes with MiniLibX

    C

  6. Philosophers Philosophers Public

    Dining Philosophers solved with POSIX threads, no deadlocks.

    C