3 Posts

Github

Farewell ShipIt, Hello Merge Queue!

Farewell ShipIt, Hello Merge Queue!

On a previous post on my block I talked about "ShipIt" a GitHub Bot we built when I was at Intuit to improve DevEx. Here I explain how achieve the same without any bot

Avoid breaking the main branch

Avoid breaking the main branch

We all know the feeling when the main branch is broken, and you need to run to fix. To be hones who broke doesn't matter but the fact is that no one can deploy does. In this article I'll share a way I use to try to avoid it and enable everyone to release something when they need to.

Hello Hugo

Hello Hugo

I'm pretty sure everybody already knows gohugo. They claim is 'The world’s fastest framework for building websites' and to be honest I can't complain! Today I'll briefly write about how to install and customize your hugo website and host them on GitHub pages.