Skip to content
View DiegoDeLaFlor's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@UPC-ING-SW @digital-ux-upc-open-source-2022-2 @Finanzas-e-Ingenieria-Economica-SI82 @AdventureHub-AplicacionesMoviles @fourdreamsupc @Diseno-de-Experimentos

Block or report DiegoDeLaFlor

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

Profile views


🎯 About Me

I architect AI-driven solutions that turn engineering bottlenecks into competitive advantages.

I'm a Full Stack & AI Developer with 2.7+ years of hands-on experience building production systems that scale — from QA automation and backend architectures to intelligent agents that ship faster.

My expertise lies at the intersection of LLMs, RAG pipelines, MCP integrations, and cloud-native systems. I transform slow, manual processes into autonomous workflows that free engineering teams to focus on impact.

Core Competencies:

  • Autonomous Agents & RAG: Building context-aware systems that integrate organizational knowledge (Jira, Confluence, Figma) with LLM reasoning
  • QA Intelligence: Reducing test authoring cycles by 70.9% through intelligent automation and DOM capture
  • Cloud Architecture: Designing microservices ecosystems with DDD principles, event-driven patterns, and independent deployment capabilities
  • AI & LLM Integration: Prompt engineering, structured outputs, retrieval-augmented generation, and MCP server development
  • Legacy Modernization: Migrating monolithic systems (PHP/Laravel) to modular, scalable architectures (NestJS, Angular)

🏆 Featured Engineering Projects

1️⃣ QA Intelligence Agent (RAG + MCP Integration)

Dimension Details
Challenge QA teams manually cross-referenced Jira tickets, Confluence specs, and Figma designs to author test cases — a bottleneck that slowed releases and introduced errors. Knowledge lived in silos.
Solution Built a RAG-powered autonomous agent that ingests and semantically indexes organizational knowledge across Jira, Confluence, and Figma via Google Cloud APIs. The agent generates context-aware Cypress E2E tests automatically, eliminating manual spec-gathering and reducing cognitive load.
Tech Stack MCP LangChain Anthropic API Python Jira API Confluence API Figma API Google Cloud Cypress RAG
Impact 70.9% reduction in test creation time (50h → 14.55h per sprint cycle). Zero manual context-switching. Tests are generated from the single source of truth.

2️⃣ Four Dreams — Cloud Architecture & Microservices

Dimension Details
Challenge Monolithic application prevented independent deployments, created tight coupling between features, and slowed time-to-market for new modules. Scaling was coupled; refactoring was risky.
Solution Architected a domain-driven design (DDD) migration to microservices on Azure. Modeled bounded contexts (Booking, Security, Profile, Management), deployed as independent services with async messaging. Implemented event-driven patterns for loose coupling.
Tech Stack Azure Domain-Driven Design (DDD) Microservices C# .Net SQL Server
Impact Independent deployments enabled 3x faster feature releases. Service ownership clarified; team velocity increased. Scaling became predictable per domain.
Repository github.com/fourdreamsupc

3️⃣ AdventureHub — Mobile & Fintech Integration

Dimension Details
Challenge Travel booking required a seamless, secure mobile experience with real-time inventory management, cart persistence, and PCI-compliant payment processing. Mobile-first users expected instant responsiveness.
Solution Developed a Flutter application with real-time cart synchronization, dynamic trip availability, and Stripe payment integration (PCI DSS compliant). Built a NestJS backend with event-driven order processing and WebSocket updates for live booking status.
Tech Stack Flutter Dart NestJS TypeScript Stripe API WebSockets PostgreSQL JWT Auth Firebase
Impact Sub-200ms payment processing. 99.5% uptime during peak bookings. Enabled 50K+ monthly transactions securely.
Repository github.com/AdventureHub-AplicacionesMoviles

4️⃣ Legacy-to-Modern Architect — AI-Powered Code Modernization

Dimension Details
Challenge Teams inheriting legacy codebases (PHP, VB.NET, old JavaScript) face manual, error-prone rewrites that take months. Automating modernization is underexplored.
Solution Built an LLM-powered CLI tool that parses legacy code, identifies anti-patterns, and generates modernized implementations aligned to target frameworks and coding standards. Supports batch processing and configurable output rules.
Tech Stack Python OpenAI API AST Parsing LLM Chains Click CLI
Impact Reduces modernization effort from weeks to days. Standardizes architectural decisions across the codebase. Fully open-source.
Repository github.com/DiegoDeLaFlor/Legacy-to-Modern-Architect

🔬 Professional Collaboration & Engineering Labs

Diseño de Experimentos (QA & DevOps Excellence)

Focus Advanced QA automation, CI/CD pipeline architecture, and performance engineering.
Key Projects Jenkins-based CI/CD pipelines, BDD testing with Cucumber, Load & Stress testing suites for backend validation.
Tech Jenkins Cucumber BDD JMeter Selenium Docker GitHub Actions
Repository github.com/Diseno-de-Experimentos

Digital UX — HealthTech Solution

Focus HealthTech web application for dermatology clinic management and patient scheduling.
Key Projects Dynamic calendar-based appointment booking, patient records system, secure credential management.
Tech React Angular Node.js PostgreSQL JWT Auth Responsive Design
Repository github.com/digital-ux-upc-open-source-2022-2

Finanzas e Ingeniería Económica (FinTech Analytics)

Focus Financial engineering platform for complex calculations and automated reporting.
Key Projects NPV/IRR calculations, sensitivity analysis, automated report generation, data export pipelines.
Tech Python Pandas NumPy Reporting APIs
Repository github.com/Finanzas-e-Ingenieria-Economica-SI82

💻 Tech Stack

AI & Automation

MCP LangChain RAG OpenAI API Python

Backend & Cloud

NestJS Node.js Spring Boot C# Azure Docker

Frontend & Mobile

React Angular Flutter TypeScript Responsive Design

Data & Databases

PostgreSQL MySQL MongoDB SQL Server Firebase

QA & DevOps

Jenkins Cucumber Selenium JMeter Cypress GitHub Actions


📊 GitHub Analytics

GitHub Stats Top Languages

Note: Public contribution metrics reflect open-source and personal projects. Significant production work resides in private organizational repositories (Mandü HR platform, enterprise QA tooling, client integrations) due to confidentiality agreements.


🎬 Technical Storytelling & Content

Beyond engineering, I run a YouTube channel exploring mystery, curiosity, and narrative-driven discovery. This creative practice sharpens my ability to:

  • Structure complex ideas into compelling narratives
  • Communicate technical concepts to non-technical audiences
  • Produce high-quality content from research to delivery

The same discipline that powers a well-edited documentary applies to a well-designed system architecture.

Watch on YouTube


🚀 Let's Build Something

I'm interested in:

  • End-to-end AI solutions that enhance engineering velocity
  • Cloud-native architectures solving complex business problems
  • Open-source contributions advancing QA automation and DevOps tooling
  • Technical mentorship helping teams scale intelligently

GitHub contribution snake


Built with passion for engineering excellence. Dark mode optimized. © 2026

Popular repositories Loading

  1. AventureHUB AventureHUB Public

    Java 1

  2. DevInsight-Platform DevInsight-Platform Public

    DevInsight: Plataforma SaaS de inteligencia de ingeniería que analiza repositorios de GitHub con AST (Roslyn) y genera insights accionables con IA.

    C# 1

  3. Legacy-to-Modern-Architect Legacy-to-Modern-Architect Public

    Herramienta de migración de código legado impulsada por IA que analiza repositorios y genera proyectos con Clean Architecture en Nest.js + Angular usando LangGraph + RAG.

    TypeScript 1

  4. SQL-Modul SQL-Modul Public

  5. Aplicaciones-Web-SI730-2202-WS52-Front-End Aplicaciones-Web-SI730-2202-WS52-Front-End Public

    Vue

  6. Aplicaciones-Web-SI730-2202-WS52-Back-End Aplicaciones-Web-SI730-2202-WS52-Back-End Public