Skip to content
View liocle's full-sized avatar

Block or report liocle

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

👋 Hi, I'm Lionel!

🚀 DevOps Engineer and Software Developer
At Hive Helsinki (42 Network), I’ve developed scalable and reliable solutions using technologies like Docker, NGINX, and C/C++. My focus lies in containerization, modular software design, and DevOps practices.

🌟 Skills & Technologies Used

  • 🖥️ Programming: C C++ Python
  • 💾 Databases: MariaDB PostgreSQL
  • 🖧 System Administration: Linux Windows Server
  • 📊 Monitoring and Logging: Elasticsearch Logstash Kibana
  • 🔧 Tools: Git Docker Catch2 Cypress

💡 Explore my pinned repositories below, featuring projects like an IRC server, a 3D raycasting simulator, and a portfolio site built with Docker. Also, the Transcendance project—a modular multiplayer game platform deployed with Docker, monitored in real-time using the ELK stack.

📬 Feel free to connect with me on LinkedIn.

Pinned Loading

  1. 42_transcendence 42_transcendence Public

    Forked from BeePong/42_transcendence

    Developed a modular multiplayer game platform using Python, with Dockerized deployment and real-time log monitoring via ELK 🏓

    Python

  2. ft_irc ft_irc Public

    Forked from mxafi/ft_irc

    Built an IRC server in C++ following RFC 1459 standards. Implemented core functionalities like message handling, private messaging, and user management. Focused on code structure, reliability, and …

    C++

  3. minishell minishell Public

    Forked from mxafi/minishell

    Developed a minimal Unix shell in C, featuring command parsing, syntax validation, pipes, redirections, and built-in commands. Emphasized modular design, error handling, and teamwork in a collabora…

    C 1

  4. cub3D cub3D Public

    Forked from xafilabs/cub3D

    Created a Wolfenstein 3D-style walking simulator using raycasting techniques in C. Implemented map parsing, validation, and error-handling routines to enhance stability and user experience. Collabo…

    C

  5. libft libft Public

    Implemented a custom C library featuring standard functions like string manipulation, memory allocation, and linked list operations. Developed as part of Hive Helsinki's curriculum to reinforce und…

    C

  6. Inception Inception Public

    Built from scratch a secure and scalable environment using Docker, incorporating NGINX, MariaDB, and WordPress containers. Configured TLS encryption and persistent storage to ensure security and re…

    Shell