DevOps Projects

๐Ÿš€ Professional Journey Overview Infrastructure as Code | Cloud Native Solutions | Continuous Delivery With 8+ years in DevOps engineering, I specialize in building scalable, resilient infrastructure and automating complex deployment pipelines. My expertise spans across multi-cloud environments, container orchestration, and implementing robust DevOps practices. ๐Ÿ’ผ Featured Projects ๐Ÿ”ฅ Current Active Projects Project: Hetzner Cloud Microservices Platform Timeline: 2024 - Present Type: Personal Technologies: Ansible, Terraform, Hetzner Cloud, GitLab CI, Podman, Packer, Devbox tool, Task framework ...

2026-02-28

My Career Journey

๐Ÿš€ Career Timeline Each branch represents a role, and commits represent key skills or achievements acquired during that period. gitGraph commit id: "๐ŸŽ“ CS Degree" branch "junior-dev@StartupX" checkout "junior-dev@StartupX" commit id: "Python" commit id: "Django" commit id: "PostgreSQL" commit id: "Git & CI/CD" checkout career merge "junior-dev@StartupX" tag: "2018-2020" commit id: "๐Ÿ“ˆ Growth" Legend Branch Color Role Period ๐ŸŸข career Main career timeline โ€” ๐Ÿ”ต junior-dev@StartupX Junior Developer 2018โ€“2020 ๐ŸŸ  backend-dev@MidCorp Backend Developer 2020โ€“2022 ๐ŸŸฃ data-eng@AllianzTech Data Engineer 2022โ€“2024 ๐ŸŸค side-projects Side Projects Ongoing ๐Ÿ”ด sr-data-eng@SchwarzIT Sr. Data Engineer 2024โ€“Now

2026-02-28

Linux on Business

Why Linux ๐Ÿง? the question isnโ€™t why Linux ? the real question is why not ? did you try it? Linux is widely regarded as the best option for development, DevOps, hybrid cloud solutions, and even as a desktop for home and office environments due to its open-source nature, robust ecosystem, scalability, security, and cost-effectiveness. Its flexibility allows seamless integration across diverse platforms, from small IoT devices to large-scale cloud infrastructures, making it the backbone of modern technology stacks. ...

2025-11-07

How setup a Gitlab Runner (CI)

Part I - Iโ€™m learning Gitlab Runner and how them works on CI implementation. GitLab Runner is an application that works with GitLab CI to run jobs in a pipeline, they are written in GO Summary the task I will do: Install Gitlab-runner as container(podman). Runner registration. Enter the GitLab instance URL registration token. runner description. tags. Select an executor. Create a gitlab-ci.yml Install runner: Create the Volume: podman volume create gitlab-runner-config Pull and start the container by register command, then we will prompt the data need for register the runner into the project. ...

2021-12-08