Skip to content
View Redalamtaoui's full-sized avatar
:shipit:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
:shipit:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Highlights

  • Pro

Block or report Redalamtaoui

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

๐Ÿ‘‹ Hi there, I'm Reda!

42 Badge

๐Ÿ” DevOps & DevSecOps Engineer | 1337 Student

I bridge the gap between secure infrastructure and reliable automation. My passion lies in building systems that are not only robust under the hood but also secured by design.

โœจ Current Focus

  • ๐Ÿ”’ Security-First Infrastructure: Building DevSecOps environments with HashiCorp Vault & container security
  • ๐Ÿณ Container Orchestration: Docker, Podman, and isolated development environments
  • ๐Ÿ“Š Observability: Implementing ELK Stack, Prometheus, Grafana, and Uptime Kuma
  • ๐Ÿš€ CI/CD Automation: Designing secure pipeline architectures
  • ๐ŸŽฏ Goal: Pursuing DevSecOps roles and contributing to open-source security tools

๐ŸŽฏ Highlights

  • ๐Ÿ† CodinGame Gold Tier - Ranked in top 200-400 globally
  • ๐Ÿ›ก๏ธ CTF Competitor - Active in cybersecurity challenges
  • ๐ŸŽฎ Game Engine Developer - Created Cub3D, a Wolfenstein-style engine in C
  • ๐Ÿงฉ Event Designer - Led technical design for UM6P campus-wide interactive events

๐Ÿ› ๏ธ Tech Stack

DevOps & Infrastructure

Docker Podman Kubernetes Linux Git

Security & Monitoring

Vault Prometheus Grafana Elastic

Networking

Burp Suite Postman

Programming

C C++ C# Bash

Creative Tools

Figma Unity Blender Photoshop Premiere Pro


Popular repositories Loading

  1. 1337-Piscine-42-2023 1337-Piscine-42-2023 Public

    These are my exercises and the methods I used in the exercises. pool 2023

    C

  2. libft libft Public

    This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your wโ€ฆ

    C

  3. ft_printf ft_printf Public

    This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future โ€ฆ

    C

  4. get_next_line get_next_line Public

    May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your โ€ฆ

    C

  5. ft_push_swap ft_push_swap Public

    This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and โ€ฆ

    C

  6. so_long so_long Public

    This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.

    C