Skip to content
View baseely's full-sized avatar
🐧
Break and Build
🐧
Break and Build

Organizations

@IBM

Block or report baseely

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

Hello, World! I'm Shady! πŸ‘‹

I'm an experienced OSS Engineer passionate about open source software and crafting high-quality architectural solutions to tackle complex problems.

snake_svg Open Source Helpers

πŸ› οΈ Skills

  • Languages: Python, Java, Go, Bash
  • Frameworks: Flask, React, Kubernetes
  • Tools: Docker, Terraform, Ansible
  • OS: Linux (Debian, Fedora), Unix (FreeBSD)

🌍 What I Do?

I love breaking and building lab systems, embracing the chaos to create resilient architectures. As a Linux/Unix nerd, I thrive in the terminal and enjoy exploring new technologies.

πŸ“« Let's Connect!

Feel free to reach out:

Thanks for visiting my GitHub profile β€” let's build something amazing together!

Pinned Loading

  1. kubernetes/minikube kubernetes/minikube Public

    Run Kubernetes locally

    Go 29.6k 4.9k

  2. awx awx Public

    Forked from ansible/awx

    AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.

    Python

  3. Shell script to quickly install a VN... Shell script to quickly install a VNC server on a CentOS 8 / RHEL 8 node.
    1
    dnf groupinstall -y "Server wuth GUI"
    2
    systemctl set-default graphical
    3
    set -p "Reboot and proceed"
    4
    echo "WaylandEnable=false" >> /etc/gdm/custom.conf
    5
    setenforce 0
  4. SeleniumBase SeleniumBase Public

    Forked from seleniumbase/SeleniumBase

    A Python framework that inspires developers to become better test automation engineers. πŸ§ πŸ’‘

    Python

  5. uncurl uncurl Public

    Forked from spulec/uncurl

    A library to convert curl requests to python-requests.

    Python