↓ Saltar al contenido principal

Guate-jug

Navegación principal

  • Inicio
  • Comunidad
  • Planet
  • Las Aventuras de Duke
  • Grupos de Estudio
  • Patrocinadores
  • ¿Guatejug?
  • Certificaciones
  • Live Chat
  • Contacto

Autor: Henry Xiloj Herrera

🧩 Building a Multi-Datasource Go Application

Por Henry Xiloj Herrera Publicado el 6 octubre, 2025 Publicado en Planet

In many enterprise systems, you may need to work with multiple databases — for example, customer data in PostgreSQL, legacy records in Oracle, and transactional data in MySQL. Managing these connections efficiently while keeping the code clean can be c…

Leer más ›

Event-Driven Architecture on GCP with Pub/Sub & Spring Boot

Por Henry Xiloj Herrera Publicado el 8 septiembre, 2025 Publicado en Planet

Event‑Driven Architecture (EDA) decouples producers from consumers using an event broker. You get independent scaling, resilience, and faster iteration.1) Why EDA?Loose coupling: Producers don’t know who consumes; consumers don’t care who produced.Elas…

Leer más ›

🚀 Understanding O(1) vs O(n) – With Practical Code Examples

Por Henry Xiloj Herrera Publicado el 6 agosto, 2025 Publicado en Planet

When writing efficient Java code, algorithmic complexity matters—a lot. In this post, I’ll walk you through two fundamental time complexities: O(1) and O(n), using clear Java 21 examples, and explain which one is more efficient for common search operat…

Leer más ›

🚀 Streaming PostgreSQL Changes to BigQuery using Cloud Run Jobs + Cloud Scheduler 🔄

Por Henry Xiloj Herrera Publicado el 19 mayo, 2025 Publicado en Planet

This lightweight Change Data Capture (CDC) pipeline streams PostgreSQL logical replication events to BigQuery — no Debezium, no Kafka, just native GCP tools.🧩 Architecture Overview[Cloud SQL (PostgreSQL)]
└─ Logical replication via wal2json plugin
…

Leer más ›

Dataflow + Terraform: Secure Cloud SQL to BigQuery via PSA/PSC

Por Henry Xiloj Herrera Publicado el 2 mayo, 2025 Publicado en Planet

 IntroductionTwo fully automated, production-grade pipelines demonstrate secure data ingestion from Cloud SQL PostgreSQL into BigQuery, using Apache Beam (Python) and Dataflow Flex Templates — all without public IP exposure.✅ 1. Private Service Ac…

Leer más ›

Navegación de entradas

1 2 3 … 13 Siguiente

Lista de Correo

Patrocinadores

manning
wundermanthompson
mangochango

Contribuciones

  • Las Aventuras de Duke
  • Blog de Gerardo Arroyo – Compartiendo experiencias reales con AWS
  • CesarHernandezGT
  • GuateJUG Grupos de Estudio
  • JAVA
  • java – Open Fecks
  • Juan Pablo Chaclan
  • RDebug
  • TechNotes Central
  • The J*
  • Tips estupidos de java – El abismo de tux
© 2025 Guate-jug | Funciona con Tema Responsive