Good Code Is Invisible

We all try to create good and clean code, projects that are maintainable and easy to change and yet, we don’t appreciate when we have one. Do you remember the last time you easily change something in your code? Maybe it was a simple constant that was only in one place, or a new parameter in an API endpoint that was fast to test. You might remember but I bet you didn’t stop to appreciate how easy the change was.

February 19, 2020

How to schedule a post in Hugo with Gitlab

I’ve recently used a nice feature in Gitlab to automatically post my articles scheduled in the future in Hugo and I share how I did it in this article.

November 19, 2019

Why I Keep a Personal Log of Bugs

When creating software, you’ll make mistakes. Sometimes they’ll be huge, sometimes they’ll be small but you can always learn from them if you spend some extra time documenting them. In order to learn from those mistakes and try to avoid them in the future you can develop a bug log. We’ll see here what that is and how it works but I promise it helps.

October 24, 2019

How to render a React component in Hugo

In order to render a React component in the static generator framework Hugo, we need to do some adjustments to our theme. In this guide we’ll see all the steps to use JSX too.

October 17, 2019

How to be a better remote worker

The current scene, with so many companies working remotely, leaves the employees with some changes in how things work in a company when there’s no office that are not obvious. Dynamics, habits and workflows change to some extent in a remote organization. Here I share some of the things I’ve learnt in the last few years that helped me from the perspective of a regular employee in a fully remote company.

October 14, 2019