Skip to content
View ilyaselhallaoui's full-sized avatar

Block or report ilyaselhallaoui

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

Ilyas El-Hallaoui

#!/usr/bin/env python3
# -*- coding: utf-8 -*-

class SoftwareEngineer:
    def __init__(self):
        self.name = "Ilyas El-Hallaoui"
        self.role = "DevOps Engineer & Lifelong Student"
        self.languages_spoken = ["German", "English"]

    def say_hi(self):
        print("Hello, I hope you find some of my work interesting!")

me = SoftwareEngineer()
me.say_hi()

🧠 Blogs & Links

🌐 Personal Website: https://ilyaselhallaoui.com (currently down)

✍️ Blog: https://substack.com/@ilyashallaoui

🔗 Other Socials: https://linktr.ee/ilyasdev

I work hands-on with Linux, Python, Docker, Kubernetes and Azure

Currently, I’m pursuing a dual degree in Business Informatics while working as a DevOps Engineer & IT Consultant at Sky-E Red GmbH.

I love this field because it never stands still and there’s always something new to build and learn.


🚀 Things I’ve Built

🧠 lab

Whenever I learn new technologies, I try to build and fail instead of read and watch. This is where my lab repo comes in handy. In this repo, I have a ton of projects, files unfinished and finished I did, not to build complete projects but just to learn and understand different technologies:

➡️ View on GitHub

Homelab

I’ve recently started exploring Kubernetes, as one of my main long-term projects is to build:

My personal self-hosted Kubernetes cluster — managed with FluxCD, Helm, and GitOps principles.

I’m currently working through a Kubernetes course to master the fundamentals before starting the full setup.

➡️ View on GitHub


👾 Pacman App (Docker-Compose Project)

A containerized Node.js + MongoDB application demonstrating:

  • Docker networking
  • Docker Compose

➡️ View on GitHub

I am currently enhancing the project, to make it a complete web app using Kubernetes, CI/CD and IaC. To view the progess go here:

💻 Linux & Bash Study Repo

In 2025 I did some more extensiv study of Linux and Bash-Scripting, to view all of my projects, go here:

➡️ View on GitHub


☁️ Microsoft Azure

I’m going all-in on the Azure ecosystem.
Previously, I worked with AWS while earning my AWS CCP (2024), but Azure simply felt more exciting and aligned with my DevOps path.

While my current focus is Containerization and Kubernetes, I also built a small Azure project:

Cloud Resume Challenge

➡️ View on GitHub (took it down)


🌐 Community & Content

I share practical DevOps insights and hands-on projects to help students and junior engineers gain real-world tech experience.


“There is nothing as important to understanding the technology of today,
but to use it and build with it.”
Ilyas El-Hallaoui


⚙️ Join My Work

I’m documenting my journey to become a world-class DevOps & Cloud Engineer,
building practical projects that anyone can learn from.

👉 Follow my progress, fork my projects, and build along.

Let’s make DevOps hands-on again.

Pinned Loading

  1. AzureResume AzureResume Public

    CSS

  2. ilyaselhallaoui ilyaselhallaoui Public

    This is my personal repository, showcasing my projects and experiments in DevOps and Cloud technologies. Here, you'll find tools, scripts, and resources that reflect my learning process. Feel free …

  3. lab lab Public

    JavaScript

  4. pacman-master pacman-master Public

    JavaScript