Skip to content
View 0hlov3's full-sized avatar
😇
😇

Organizations

@gematik @akquinet-nx2-GmbH

Block or report 0hlov3

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

Hi there 👋

I'm 0hlov3, a passionate DevOps engineer and developer from Germany

✏️ Blogs posts

🗣️ Connect with me

0hlov3 0hlov3 0hlov3 @0hlov3

🛠️ Technologies & Tools

linux macos
bash zsh
IntelliJ IDEA VS Code vim
microsoftazure hetzner digitalocean
postgresql MariaDB Cassandra
go python vue.js html5 css3 sass
docker kubernetes red-hat-open-shift helm terraform ansible vagrant elasticsearch Prometheus grafana jenkins postman

Pinned Loading

  1. charts charts Public

    This is where the HELM charts we need to deploy our applications are created.

    Smarty 2 2

  2. matrix-charts matrix-charts Public

    This repository contains personal Helm charts for deploying and managing components of the Matrix ecosystem.

    Smarty 1

  3. DOCKER PRUNE EVERYTHING DOCKER PRUNE EVERYTHING
    1
    #!/bin/bash
    2
    
                  
    3
    echo 'Stop Containers'
    4
    docker stop $(docker ps -a -q)
    5
    echo 'Remove Containers'