Skip to content
View bebyx's full-sized avatar

Block or report bebyx

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

Artem Bebik

Senior DevOps / Platform Engineer working with cloud infrastructure, Kubernetes and automation.

What I do

  • Build and operate cloud platforms (AWS / Azure)
  • Work with Kubernetes in production environments
  • Design CI/CD and infrastructure automation
  • Optimize systems for reliability and cost

What I'm exploring

  • Kubernetes internals and platform engineering patterns
  • Functional programming (Haskell) -- to better understand abstractions and system design
  • Observability and system behavior

Selected repositories

Here are some things I’ve been experimenting with:

  • runepal (Haskell) -- CLI tool written in Haskell to explore functional patterns and text processing
  • eluna (Rust) -- Rust-based experiment with date/time calculations
  • bebyx.zsh-theme -- custom Zsh theme focused on readability and developer UX
  • k8s-homelab -- kubeadm-based Kubernetes cluster with Ansible provisioning and Terraform/Helm-managed platform components

Tech

AWS Azure Kubernetes Terraform Docker
GitLab CI Jenkins Helm Kafka

Links

Pinned Loading

  1. eluna eluna Public

    Not-so-precise moon calendar for 1900-2100

    Rust

  2. runepal runepal Public

    Play with Elder Futhark runes in CLI

    Haskell

  3. bebyx.zsh-theme bebyx.zsh-theme
    1
    # bebyx.zsh-theme (classic bash improved)
    2
    
                  
    3
    local user_host="%{$fg_bold[green]%}%n@%m:%{$reset_color%}"
    4
    local path_p="%{$fg_bold[blue]%}%~%{$reset_color%}"
    5
    local cmd_sign="%{$reset_color%}%{$fg[magenta]%}$%{$reset_color%}"
  4. k8s-homelab k8s-homelab Public

    Personal Kubernetes homelab for infrastructure and platform experiments

    HCL