Skip to content
View jorgealves's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jorgealves

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

About Me

Hi! 👋 I'm a passionate Python Engineer and DevOps Developer with years of experience designing, building, and optimising scalable solutions. My journey spans from backend development with frameworks like Django and Flask to managing cloud infrastructures, CI/CD pipelines, and container orchestration. 🚀

As a mentor and tutor, I lead aspiring developers towards mastering web programming and cloud technologies. I created and teach a comprehensive 2-year course at ETIC_Algarve, where I combine practical, hands-on learning with real-world use cases. 💡

My expertise includes:

  • Backend Development: Python (Django, Flask), REST APIs, Celery
  • DevOps: CI/CD, Docker, Kubernetes, Terraform, Monitoring & Logging
  • Cloud Platforms: AWS, Azure, GCP
  • Mentorship & Education: Empowering the next generation of developers

I am also exploring entrepreneurial projects, focusing on innovative platforms that impact everyday lives, combining technology, efficiency, and creativity. 🌍✨

Let’s build something amazing together!

Pinned Loading

  1. pseudoscript pseudoscript Public

    PseudoScript: Uma Linguagem de Programação para quem quer aprender lógica

    9

  2. .dotfiles .dotfiles Public

    Shell 1

  3. dummy_db_writer dummy_db_writer Public

    Python

  4. python-random-logger python-random-logger Public

    Application that creates a random log file and/or sends into stdout

    Python 1

  5. Install bare minimal software to sta... Install bare minimal software to start your journey as a fullstack developer on ubuntu
    1
    sudo apt update && sudo apt upgrade -y
    2
    sudo apt install wget gpg git -y
    3
    # Remove Older versions of docker
    4
    for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do sudo apt-get remove $pkg; done
    5
    # Add Docker's official GPG key:
  6. nix-home-manager nix-home-manager Public

    My NIX Home-Manager configuration

    Lua