Skip to content
View ehzdev's full-sized avatar

Block or report ehzdev

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ehzdev/README.md

Hi, I’m Edgar Haro 👋

Full Stack Engineer & Tech Innovator

LinkedIn Portfolio Email


🌟 About Me

I’m a Software Engineer based in México 🇲🇽, passionate about building digital ecosystems that integrate web, mobile, automation, AI, and data-driven solutions. My goal is to transform how businesses operate and how people connect through technology. I specialize in designing scalable, end-to-end solutions that deliver real impact.


🚀 My Journey

I graduated as a Software Engineer (2010–2015) from Tecnológico Nacional de México. My career began in mobile development, where I built native Android applications using Java and Kotlin. Over time, I transitioned into full stack development, adopting technologies like .NET and Blazor, and expanding my expertise into cloud architectures. My curiosity led me to explore automation and AI, where I developed chatbots, RAG pipelines, and workflow automation tools to optimize operations. I also discovered a passion for data and business intelligence, creating predictive models, ETL processes, and interactive dashboards. Today, I focus on designing end-to-end digital solutions, including web platforms, mobile apps, ERP customizations, and AI-driven tools.


🛠️ Tech Stack

Languages: C#, Java, Kotlin, Dart, JavaScript, TypeScript, Python, SQL
Frameworks: .NET (Blazor, Razor Pages, Minimal APIs), Angular, Next.js, Astro, Flutter, Laravel
Databases: SQL Server, PostgreSQL, MySQL, MongoDB, Firestore
Tools: Docker, Podman, Git, n8n, Firebase, Supabase
Cloud: DigitalOcean, AWS (basics), Azure (basics)
AI/ML: LLM Integration (GPT, Gemini), RAG, Embeddings, Flowise

💡 Strengths

  • Problem-Solving: Analyzing complex systems and delivering efficient solutions
  • Lifelong Learning: Self-taught in AI, BI, and automation
  • Collaboration: Bridging technical and business needs

🔗 Let’s Connect

"Innovation is not about tools—it’s about mindset."

Pinned Loading

  1. Generic extensions to sort and optim... Generic extensions to sort and optimize lists of objects with geographic coordinates using proximity algorithms and route optimization (based on Haversine distance and 3-opt method).
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Linq;
    4
    
                  
    5
    public static class GeoListExtensions