Skip to content
View sihbher's full-sized avatar

Block or report sihbher

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

Β‘Hola! Hello there πŸ‘‹

visitors Open Source Love

using System;
using System.Collections.Generic;

public class CloudArchitect
{
    public string Name { get; } = "Gerardo Reyes";
    public string Role { get; } = "Senior Cloud Solutions Architect @ Microsoft";
    public string Team { get; } = "Azure Core | Global Customer Tech Success";
    public string Location { get; } = "Fort Lauderdale, FL 🌴";
    public List<string> LanguagesSpoken { get; } = new() { "es_MX", "en_US" };
    
    public List<string> Certifications { get; } = new()
    {
        "Azure Solutions Architect Expert",
        "Azure Network Engineer Associate",
        "Azure IoT Developer Specialty", 
        "HashiCorp Terraform Associate",
        "Microsoft Certified Trainer (MCT)"
    };

    public void SayHi()
    {
        Console.WriteLine("Β‘Hola! πŸ‘‹ Thanks for stopping by!");
        Console.WriteLine("I'm passionate about building cloud-native solutions,");
        Console.WriteLine("helping teams adopt AI-powered workflows, and sharing");
        Console.WriteLine("knowledge through workshops and technical content.");
        Console.WriteLine();
        Console.WriteLine("Let's connect and build something awesome together! πŸš€");
    }
}

var me = new CloudArchitect();
me.SayHi();

🎯 About Me

Senior Cloud Solutions Architect at Microsoft with 18+ years of hands-on experience in software engineering, cloud architecture, and DevOps. I help CTOs, engineering managers, and developer teams modernize their SDLC, adopt AI-assisted workflows, and build resilient multi-region platforms on Azure.

Builder's mindset: From 15 years writing code and leading engineering teams to architecting enterprise-grade cloud solutions, I bring a pragmatic, developer-first approach to every engagement.

πŸ”₯ Current Focus

  • πŸ€– AI-Native Engineering & GitHub Copilot workflows
  • πŸ—οΈ Building Azure Verified Modules (AVMs) for field teams
  • πŸ“Š Oracle Database@Azure migrations & modernization
  • πŸ” Secure Landing Zones & Well-Architected frameworks
  • 🌐 Multi-region resilient architectures

πŸ† Key Achievements

  • πŸš€ 50% faster deployments: Created Terraform-based accelerators and GitHub Actions pipelines for Oracle Database@Azure migrations
  • πŸ“š 200+ engineers trained: Delivered internal workshops, OpenHacks, and hands-on training across Microsoft field teams
  • πŸ”§ Azure Verified Modules (AVMs): Published reusable infrastructure modules adopted across the organization
  • πŸ“– Microsoft Learn contributor: Authored guidance for well-architected Oracle@Azure implementations
  • ⚑ 40%+ latency improvement: Designed enterprise networking architectures with Private Link, ExpressRoute, and vWAN

πŸ› οΈ Tech Stack

Cloud Platforms & Infrastructure:

Azure Kubernetes Docker Terraform Bicep

AI & Developer Experience:

GitHub Copilot Azure AI Search Azure OpenAI Prompt Flow

Programming & Scripting:

C# Python PowerShell Bash TypeScript

DevOps & Automation:

GitHub Actions Azure DevOps GitOps

Databases & Data:

Oracle Database Cosmos DB SQL Server PostgreSQL MySQL

Networking:

ExpressRoute vWAN Private Link Azure Firewall

πŸ† GitHub Trophies

trophy

πŸ“Š GitHub Stats

GitHub Streak

πŸ”₯ Featured Projects & Contributions

πŸ—οΈ Azure Verified Modules (AVMs)

Repository: bicep-samples | Language: Bicep

Developing standardized, secure infrastructure modules for Azure resources that follow best practices and Well-Architected Framework principles.

🐘 Oracle Database@Azure Solutions

Repository: Migrate-VM-To-AZ | Language: HCL/PowerShell

Terraform modules, migration accelerators, and architectural patterns for seamlessly migrating Oracle workloads to Azure.

🌐 Azure Front Door + WAF Solutions

Repository: AzureFrontDoor-AppServices | Language: Shell

Complete examples showcasing Azure Front Door with Web Application Firewall for secure, global application delivery.

πŸš€ GitOps & CI/CD Workflows

Repository: GitOps-Flux-Samples | Language: Shell

Enterprise-scale GitOps implementations with Flux for automated Kubernetes deployments and configuration management.

🎯 DAPR Microservices Architecture

Repository: Dapr-TelemetryResender | Language: C#

Cloud-native microservices using DAPR for telemetry processing and inter-service communication.

πŸ“Š IoT Data Pipeline Solutions

Repository: kafka2IoTHub | Language: Python

Real-time data streaming pipeline connecting Kafka clusters to Azure IoT Hub for edge-to-cloud data flow.

πŸ“ Latest Blog Posts & Resources

πŸŽ“ Certifications & Learning

Azure:
  - Solutions Architect Expert
  - Network Engineer Associate  
  - Administrator Associate
  - IoT Developer Specialty
  - AI Fundamentals

Infrastructure as Code:
  - HashiCorp Terraform Associate

Teaching:
  - Microsoft Certified Trainer (MCT) - Active

πŸ’‘ Open to

  • 🀝 Collaborating on Azure architecture and IaC projects
  • 🎀 Speaking at conferences and meetups (English/Spanish)
  • πŸ“š Contributing to open-source cloud infrastructure projects
  • πŸ’Ό Technical advisory and architecture reviews
  • πŸŽ“ Mentoring engineers transitioning to cloud roles

πŸ“« Let's Connect


Profile views

"Building the future, one infrastructure deployment at a time" πŸš€

⭐️ From sihbher - Transforming ideas into scalable cloud solutions!

Pinned Loading

  1. Dapr-TelemetryResender Dapr-TelemetryResender Public

    This code component is designed to act as a mediator between two Dapr endpoints

    C#