Skip to content
View katzefudder's full-sized avatar
😼
I invented a timemachine next week
😼
I invented a timemachine next week

Block or report katzefudder

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

Snake animation

Hello - I am a Software Engineer and Photographer from 🇩🇪 doing ☁️ things

Working for Netlution

Did you know you can hire me as a photographer?

Go see my 📷 Portfolio on my personal web page -> Photography Portfolio

Python Shell PHP  

Docker Kubernetes AWS Azure Terraform Ansible Elasticsearch nginx

Git GitHub GitHub Actions Gitlab Bitbucket MySQL PostgreSQL

Visual Studio Code IntelliJ Linux MacOS 

Find me here

Pinned Loading

  1. terragrunt_demo terragrunt_demo Public

    A demo project I once used to introduce Terragrunt as a wrapper for Terraform

    HCL

  2. FlickrGallery FlickrGallery Public

    A Vue3 Gallery using Flickr

    Vue 2

  3. wordpress_k8s wordpress_k8s Public

    Deploying Pods with Terraform and Terragrunt on Minikube, testing with GitHub Actions

    HCL

  4. rezepte rezepte Public

    Rezeptsammlung

    3

  5. AWS CLI dockerized with Alpine Linux AWS CLI dockerized with Alpine Linux
    1
    FROM alpine:3.14
    2
    
                  
    3
    ENV AWSCLI_VERSION "1.20.7"
    4
    
                  
    5
    RUN apk add --update \
  6. just in case you are working on mult... just in case you are working on multiple projects (multiple git repositories) - you might have come across the need to have multiple identities regarding GIT. This is my approach
    1
    # ~/.gitconfig
    2
    # Different users per project/directory
    3
    
                  
    4
    [includeIf "gitdir:~/Code/private_project/"]
    5
    	path = ~/Code/private_project/.gitconfig-private