Skip to content
View a1010s's full-sized avatar

Block or report a1010s

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

❖ About Me

I am a passionate DevOps Engineer with expertise in Kubernetes, Docker, Terraform, Golang, Ansible, and more. I have experience in cloud infrastructure automation, maintenance, troubleshooting, security and system administration.

Some of my work experience includes: DevOps Engineer@TKD Solutions Gmbh (currently), Cloud Engineer@IONOS SE Berlin.


💫 Certifications

  • CKS: Certified Kubernetes Security Specialist (The Linux Foundation 2023)
  • CKA: Certified Kubernetes Administrator (The Linux Foundation, 2022)
  • PCA: Prometheus Certified Associate (The Linux Foundation, 2023)
  • PCAP 31-03: Certified Associate in Python Programming (Python Institute 2023)
  • HashiCorp Certified: Terraform Associate (HashiCorp, 2022)
  • LPIC1: Linux Professional Institute (LPI, 2022)
  • DF01: MongoDB Developer Training (MongoDB University 2023)
  • DF300: MongoDB Design Skills / Advanced Features (MongoDB University 2023)

⚙️ Tech Stack

DevOps/IaaC: Kubernetes, Terraform, Ansible, Docker, Grafana, CloudInit, Vagrant
Operating Systems: Linux (Debian, Ubuntu, Redhat, CentOS, Kali, Alpine), MacOS
Scripting/Programming: Python, Golang, C++, Unix Shell Scripting, YAML
Virtualization: KVM, vSphere, HyperV, VirtualBox
Cloud Providers: Azure, IONOS, Hetzner, AWS, GCP
CI/CD: GitLab, GitHub, Jenkins, Azure DevOps
Databases: MongoDB, MySQL, MariaDB, PostgreSQL
Networking: OpenVPN, pfSense, IoT, Routing, HTTP/S

✨ Education

  • Master in Composition and Electronic Music, Staatlichen Hochschule für Musik und Darstellende Kunst Stgt.
  • Bachelor in Composition and Electronic Music, Hochschule für Musik Bukarest

🚀 Projects

Sound Design Programming

  • Psychoacoustic and Acoustic Research with IRCAM Software.
  • Computer-aided Composition (CAC) and Computer-generated Composition (CGC) with IRCAM Software.

✉️ Contact

LinkedIn GitHub

snake

Pinned Loading

  1. aspwgen aspwgen Public

    Modern and conform Password generator

    Go

  2. kube-board kube-board Public

    kube-board is a web-based utility built with Golang and Kubernetes client libraries to monitor and display information about pods and deployments in a Kubernetes cluster.

    Go

  3. macbook-dev-ansible macbook-dev-ansible Public

    This playbook installs most of the tools needed for DevOps and configure your Macbook accordingly

    2

  4. go-vote-app-v2 go-vote-app-v2 Public

    Golang webserver hosting a voting app, modular approach.

    Go 1

  5. wp-ha-setup wp-ha-setup Public

    Wordpress High Availability Deployment on Hetzner Cloud

    HCL

  6. Machine and Network Infos (Linux & m... Machine and Network Infos (Linux & macOS)
    1
    #!/bin/bash
    2
    
                  
    3
    # Check if the script is running on Linux or macOS
    4
    if [[ $(uname) == "Linux" ]]; then
    5
        # Linux-specific commands to get system information