J Josue Gatica Odato

Latest Updates

Documenting code, one commit at a time.

Orchestrating Distributed Services: Bringing Your Python Cluster Up

The Challenge of Scaling Applications

In the SDyPP-G3 project, we're exploring robust ways to manage distributed systems. One of the fundamental challenges in building scalable applications is orchestrating multiple services to work together seamlessly. Moving from a monolithic application to a microservices architecture often introduces complexity, especially when it comes to service startup, communication, and overall cluster health.

Read more