Skip to content
View croguerrero's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report croguerrero

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
croguerrero/README.md

Hello There πŸ‘‹ I'm Christian

apiVersion: v1
kind: DevOpsEngineer
metadata:
  name: Marcelo "Christian" Guerrero
  role: Cloud & DevOps
spec:
  focus:
    - Google Cloud Platform (GCP)
    - AWS
    - MLOps & Automation
    - Algorithmic Trading (Gold/Nasdaq)
  sponsorship: My Wife & Son πŸ‘Ά
  locations:
    - type: Portfolio
      url: "https://portfolio.slopeit.com"
    - type: Company
      url: "https://www.slopeit.com"

  favorites:
    manga: Dragon Ball πŸ‰
    music: Trance 🎡
    sport: Running πŸƒ
    food: πŸ₯©
# Infrastructure as Code - Personal Stack

provider "google" {
  region  = "us-central1"
  project = "slopeit-infrastructure"
}

resource "christian_guerrero" "engineer" {
  ami           = "ami-devops-v2026"
  instance_type = "T-800-High-Performance" # Powered by high-end hardware

  tags = {
    Name           = "Christian Guerrero"
    CloudProviders = "GCP (Expert) | AWS"
    IaaC           = "Terraform, Ansible"
    Containers     = "Docker, Kubernetes"
    CI_CD          = "GitHub Actions, GitLab CI, ArgoCD"
    OS             = "Debian, Windows Server"
    Languages      = "Python, Bash, English (In Progress)"
  }
}

# Active Projects & Goals
module "current_status" {
  source = "./projects"

  objective       = "Financial Freedom"
  active_learning = ["MLOps", "English Proficiency"]

  project "trading_bot" {
    market   = ["NASDAQ", "Gold"]
    strategy = "Swing Trading"
    status   = "In Development πŸ“ˆ"
  }
}

locals {
  certifications = [
    "GCP DevOps Professional",
    "GCP Security Professional",
    "GCP Associate Cloud Engineer"
  ]
}
    flowchart LR
    subgraph CI/CD Pipeline
    Plan --> Code
    Code --> Build
    Build --> Test
    Test --> Deploy
    end

    subgraph Observability
    Deploy --> Operate
    Operate --> Monitor
    Monitor -->|Feedback Loop| Plan
    end

    style Deploy fill:#34A853,stroke:#333,stroke-width:2px
    style Monitor fill:#4285F4,stroke:#333,stroke-width:2px
    
    
Loading
#!/bin/bash
# Deploy your own infrastructure as simple as you want!

TARGET="Automation"
echo "πŸš€ Initializing DevOps sequence..."

if [ "$1" == "--contact" ]; then
    echo "Let's build something great together."
fi

Linkedin: Christian Guerrero

Pinned Loading

  1. kubernetes kubernetes Public

    Projects, examples.

    HCL

  2. terraform-templates terraform-templates Public

    HCL

  3. apppython apppython Public

    HCL

  4. gcp-projects gcp-projects Public

    HCL