Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
9

Latest Updates

Documenting code, one commit at a time.

0 GitHub Actions

Streamlining CI/CD: Refactoring GitHub Actions Workflows

The CI/CD Bottleneck

Maintaining automated pipelines should be as seamless as writing code, but we often find ourselves wrestling with workflow configuration. In the nuevo_ejercicio-calculadora_pedidos project, a recent push towards optimization highlighted how fragile CI configurations can become as complexity grows.

Automated pipelines are the heartbeat of modern development, yet small

0 Python GitHub Actions

Optimizing Python CI Pipelines with GitHub Actions

Improving Workflow Reliability

Maintaining a robust CI pipeline is essential for any Python-based automation project. In the ejercicio-demo_selenium project, we recently refocused our attention on streamlining our automated testing workflows. By refining our GitHub Actions configuration, we ensure that every test run is predictable, repeatable, and fast.

Streamlining the Pipeline