Skip to content
View socrabytes's full-sized avatar

Block or report socrabytes

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

Hi, I'm Socrates

πŸš€ DevOps Engineer | ☁️ Cloud Enthusiast | βš™οΈ Automation Aficionado

Welcome to my GitHub profile! Here’s a snapshot of what I’m working on and what drives me professionally and personally.

  • πŸ”­ What I'm Working On:

    • Optimizing Workflows: Continuously refining CI/CD pipelines and enhancing container orchestration to drive efficiency and reliability in my projects.
  • 🌱 What I’m Exploring:

    • Expanding My Home Lab: Experimenting with NAS setups and exploring hardware options for running Kubernetes clusters at home.
    • Exploring AI with LLMs: Building the infrastructure needed to run and fine-tune large language models using GPUs, integrating advanced AI capabilities into my personal tech stack.

πŸ–₯️ Beyond Work: I enjoy πŸš΄β€β™‚οΈ cycling, β˜• quality coffee, and staying updated on tech trends. Always on the lookout for the next challenge.

#!/usr/bin/env python3
class DevOpsEngineer:
    def __init__(self):
        self.name = "Socrates Lopez"
        self.role = "DevOps Engineer"
        self.skills = ["Python", "Docker", "Kubernetes", "Terraform", "CI/CD Pipelines"]

    def say_hi(self):
        print("πŸ‘‹ Hello, and thanks for checking out my profile.")
        print(f"I specialize in cloud infrastructure and automation using tools πŸ› οΈ like {', '.join(self.skills)}.")
        print("If your πŸ‘€ have made it this far, let me know by hitting that ⭐ button!")

    def invite_collaboration(self):
        print("I’m always open to collaboration. Let’s connect 🀝 and build something great together!")

# Instantiate the DevOpsEngineer class and call its methods
if __name__ == "__main__":
    socrates = DevOpsEngineer()
    socrates.say_hi()
    socrates.invite_collaboration()

Website Live GitHub Followers Total stars across all repositories Profile views LinkedIn

Languages and Tools

Python

Linux

Bash

Jenkins

Docker

Terraform

Kubernetes

AWS

Ansible

Prometheus

Grafana

Git

GitHub

YAML


πŸ“Š Stats and Contributions

3D GitHub Contributions github-snake
GitHub Streak Language Distribution (Public)

Pinned Loading

  1. socrabytes.github.io socrabytes.github.io Public

    This repository hosts my personal website, built using Hugo (static site generator) and the Congo theme. It showcases my DevOps projects, automation insights, and tech experiments, covering topics …

    HTML 1

  2. mass-calculator-helm-chart mass-calculator-helm-chart Public

    A Kubernetes Helm Chart for deploying a mass calculator application. This project demonstrates the deployment of a Go application using Docker and Helm, with configurations for both development and…

    Go

  3. socrabytes socrabytes Public

    Dynamic GitHub profile with personalized Python intro, automated visuals (3D contribution graph, Snake Game), real-time status badges. Powered by GitHub Actions, showcasing CI/CD, automation, and c…

  4. bash-scripts bash-scripts Public

    A collection of Bash scripts for automation, configuration, and productivity.

    Shell