First steps in management

Is it a classic developer path? Moving into a management role after a few years? Well, my path is certainly going in that direction. So, what am I learning?

December 2, 2022 · 3 min

Git blame should be called git credit

We often like to use negative language in our statements, even though they are more harmful are more likely to be ill-perceived. Let’s replace git blame by git credit/

July 5, 2020 · 2 min

Technology is never neutral

Software and computers are only a subset of technology. All technology is non-neutral. This article will go over the creation and effects of technologies.

July 3, 2020 · 4 min

What cooking taught me about software engineering

In this article, I’ll list everything that my hobby has taught me about software engineering. Because that’s how hobbies work right?

July 1, 2020 · 1 min

Accessible hiding and hidden-aria

As developers, accessibility should not be an after thought. We should write our code with accessibility in mind from the start. In this article, we’ll talk about accessible hiding and the hidden-aria attribute.

June 18, 2020 · 3 min

Replacing the master branch from git

Words have power. Words have meaning. We must keep in mind the history, the experiences of the most vulnerable people when we choose name for concepts in order to do no harm. The term master must disappear from tech.

June 13, 2020 · 4 min

How to protect a Netlify branch behind a password

A common workflow is to have a branch production and a development or test branch. You might not want to let anyone check out the development branch to see all the cool stuff you’re cooking. Netlify lets you do that.

June 12, 2020 · 4 min

How to create custom Hooks in React

React gave us a lot of freedom with Hooks. In this article, we will see how we can write our custom Hooks to abstract logic and reduce duplicate code.

June 7, 2020 · 6 min

Object.seal vs Object.freeze in Javascript

Ever wondered what were the differences between Object.seal() and Object.freeze() in Javascript? This article is for you!

June 2, 2020 · 4 min

All guilty, all responsible

What can you do, as a white person, to fight the systems of oppressions design to support white supremacy? Get to work…

May 30, 2020 · 5 min