J Josue Gatica Odato

Latest Updates

Documenting code, one commit at a time.

Optimizing GitHub Actions: The Importance of Execution Zones

Project Context

The LucasLatessa/SDyPP-G3 project leverages GitHub Actions for its continuous integration and deployment workflows. A recent change focused on a crucial aspect of cloud deployments: adjusting the execution "zone" for an action. This might seem like a small detail, but in the world of cloud infrastructure and global applications, specifying the right zone can significantly impact performance, cost, and resilience.

The 'Why' Behind Zonal Deployments

When deploying

Read more

Achieving Complete Go Application Deployment with GitHub Actions and Kubernetes

Recently, in the LucasLatessa/SDyPP-G3 project, we reached a significant milestone: achieving a 'complete deployment' for our Go application. This isn't just about getting code to a server; it's about establishing an automated pipeline that takes our Go source code from a commit to a running, orchestrated application within a Kubernetes cluster, all managed by GitHub Actions.

The Journey to Complete Deployment

For many development teams, a 'complete deployment' means more than just a

Read more