Serve your static website in Github

2019-01-29 | 4 min read

GitHub pages offers some great examples that are really easy to follow, but if you want to know how I configured everything for this blog continue reading...

Automatic terraform linting with reviewdog and tflint

2020-05-21 | 2 min read

In this article we will test how to lint and get automatic checks in our github pull requests for our terraform code using reviewdog...

Did you know that you can have up to 10000 Github self-hosted runners?

2024-08-31 | 3 min read

In this article we will quickly explore how easy it is to configure a new runner, to build or automate any task within github actions

DevOps from Zero to Hero: Version Control for Teams

2026-04-27 | 6 min read

We will explore branching strategies, pull request best practices, conventional commits, and how to set up protected branches for team collaboration...