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

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

Available for new opportunities -> feel free to contact me: [email protected]

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

  1. FlickrGallery FlickrGallery Public

    A Vue3 Gallery using Flickr

    Vue 2

  2. wordpress_k8s wordpress_k8s Public

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

    HCL

  3. rezepte rezepte Public

    Rezeptsammlung

    3

  4. image_indexer image_indexer Public

    Multi-threaded indexer for photos

    Python 2

  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. Vagrant on Apple Silicon for ansible... Vagrant on Apple Silicon for ansible development
    1
    # -*- mode: ruby -*-
    2
    # vi: set ft=ruby :
    3
    
    
    4
    Vagrant.configure(2) do |config|
    5
      config.vm.box = "centos/7"