Skip to content
View ZioGuillo's full-sized avatar
🦇
Working from my cave ...
🦇
Working from my cave ...

Organizations

@IBrainLLCx @FunPythonEC

Block or report ZioGuillo

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

📊 Stats

zioguillo

Pablo's Photo About Me

class AboutMe:
    def __init__(self):
        self.role = "Senior Site Reliability Engineer"
        self.transition = "MLOps"
        self.specialties = [
            "System Monitoring", 
            "Disaster Recovery", 
            "Automation"
        ]
        self.goal = "Leverage DevOps and Infrastructure skills to build scalable ML systems."

    def __str__(self):
        return f"I'm a {self.role} transitioning towards {self.transition}.
        Specializing in {', '.join(self.specialties)} with the goal to {self.goal}."
    
about_me = AboutMe()
print(about_me)

Resume

Linkedin: Pablo G. Cisneros Twitter: Pablo G. Cisneros Docker Dashboard

class PabloCisneros:
    def __init__(self):
        self.social_links = {
            "LinkedIn": "https://www.linkedin.com/in/pablocisneros/",
            "GitHub": "https://github.com/ZioGuillo",
            "Docker Hub": "https://hub.docker.com/repositories/pcisnerp"
        }
        self.certifications = [
            "AWS Certified Solutions Architect",
            "AWS Certified SysOps Administrator",
            "HashiCorp Certified Terraform Associate",
            "GitHub Foundations Certified",
            "Intel® Certified Developer - MLOps Professional"
        ]

pablo = PabloCisneros()
print(pablo.social_links)
print(pablo.certifications)

Certifications

AWS Certified Solutions Architect AWS Certified SysOps Administrator

HashiCorp Certified Terraform Associate GitHub Foundations Certificated

Intel® Certified Developer - MLOps Professional

Tech Stack & Tools

class TechStack:
    def __init__(self):
        self.languages_frameworks = ["Python", "Docker", "Kubernetes"]
        self.cloud_providers = ["AWS", "Azure", "Google Cloud"]
        self.tools = ["Prometheus", "Grafana", "Terraform", "Jenkins", "GitHub Actions"]

    def __str__(self):
        return f"Languages & Frameworks: {', '.join(self.languages_frameworks)}
        Cloud Providers: {', '.join(self.cloud_providers)}
        Tools: {', '.join(self.tools)}"
    
stack = TechStack()
print(stack)

Prometheus Grafana Kubernetes Terraform Jenkins GitHub Actions

CI/CD

Projects

class ProjectsAndAchievements:
    def mlops_pipeline_optimization(self):
        return "Enhanced MLOps pipeline with CI/CD, real-time data validation, and model versioning."

    def observability_platform_overhaul(self):
        return "Developed an observability platform using Prometheus, Grafana, and ELK stack."

    def cloud_native_monitoring(self):
        return "Engineered a microservices monitoring solution, improving system visibility."

    def cloud_disaster_recovery(self):
        return "Automated disaster recovery framework for fast, compliant recovery."

    def performance_optimization(self):
        return "Increased throughput by 25% through system performance optimization."

    def terraform_infrastructure_modernization(self):
        return "Spearheaded infrastructure modernization with Terraform."

    def kubernetes_orchestration_scalability(self):
        return "Led Kubernetes orchestration and scalability efforts."

    def security_and_compliance(self):
        return "Directed security compliance for critical infrastructure."

projects = ProjectsAndAchievements()
print(projects.mlops_pipeline_optimization())
print(projects.observability_platform_overhaul())
print(projects.cloud_native_monitoring())
print(projects.terraform_infrastructure_modernization())

Contact

class Contact:
    def __init__(self, email):
        self.email = email

    def reach_out(self):
        return f"Feel free to reach out at {self.email} to discuss tech, MLOps, or collaborations."

contact = Contact("pabloc@ibrain.dev")
print(contact.reach_out())

Pinned Loading

  1. PYPASS PYPASS Public

    PyPass: A self-service password change utility for Active Directory

    CSS 46 5

  2. robocontrol robocontrol Public

    Small program to control robocar

    HTML

  3. Sys-Admin-PS Sys-Admin-PS Public

    Several scripts for different tasks to be able to automate certain resources and services in a windows server environment using powershell.

    PowerShell 7 3

  4. pypass-dockerize pypass-dockerize Public

    Active Directory Password Reset Service

    Dockerfile 9

  5. vm-vsphere-ansible vm-vsphere-ansible Public

    Using Ansible to deploy a new VMware vSphere VM

    4 6