Skip to content
View AudelDiaz's full-sized avatar
๐Ÿ‡จ๐Ÿ‡ด
๐Ÿ‡จ๐Ÿ‡ด

Block or report AudelDiaz

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

Hi!, I'm Audel.

import github
import build

class Profile(github):
    name = "Audel Diaz"
    country = "Colombia"
    profession = "Software Engineer"
    occupation = "DevOps Tech Lead"
    technologies = ['Python', 'Docker', 'Linux', 'K8s', 'Cloud', 'Jenkins', 'Bash']
    frameworks = ['Django', 'FastAPI', 'Flask']
    clouds = ['GCP', 'AWS']

class PC(build):
    cpu = "Ryzen 5 5600G"
    ram = "16GB 3600Mhz"
    gpu = "RX 6500 XT"
    nvme_m2 = "512 GB"
    sata_hdd = "2 TB"
    os = "EndeavourOS"
    desktop_environment = "Gnome Shell"
    shell = "fish + ohmyfish"
    terminal = "Tilix"

Networks

Pinned Loading

  1. FireAPI Public

    A base project with FastAPI, using Firebase Auth and GCP Firestore and Cloud Run services.

    Python 1

  2. kubeadm-cluster Public

    Deploy a testing k8s environment with vagrant and kubeadm.

    Makefile 2 1

  3. jenkins-docker-lab Public

    Deploy a Jenkins server with Docker

    Dockerfile 1 1

  4. teeworlds-srv-docker Public

    Teeworlds Server Docker Image

    Dockerfile 1

  5. docker-minecraft-server Public

    A basic and lightweight Minecraft Server over Docker.

    Dockerfile 1

  6. post-install-EndeavourOS.MD
    1
    # Post install EndeavourOS (Archlinux Based Distro)
    2
    
                  
    3
    ## Terminal and Shell
    4
    - `yay -S tilix fish`
    5
    - `chsh -s /usr/bin/fish`