InMiro EngineeringbyGonzalo·Sep 16, 2021Paying technical debt in the front-endWe all love to hate technical debt. It’s one of the main reasons projects don’t reach their milestones on time. Tasks take longer than…
Gonzalo·Sep 10, 2021Working with priorities that changeOne thing you learn from working at a B2C company is the following…
Gonzalo·Jan 6, 2020Hiring a team or hiring resources?On what makes up a team, different ways of growing teams, and the role of engineering managers.
Gonzalo·Jun 21, 2019A story on React, refactors and reuseI want to build a React sign in form. I’m a very experienced developer, so I know stuff like SOLID and DRY. Let’s see where that takes me.
InDAZN EngineeringbyGonzalo·Apr 15, 2019Jest: Our journey into performant unit testsWe recently migrated all of our unit tests from AVA to Jest. Our tests are 11 (eleven) times faster now that we are done.
Gonzalo·Jan 3, 2019How public writing helps me become a better professionalAnd why you should try it out, too.
InUX CollectivebyGonzalo·Dec 27, 2018Why Instagram’s app redesign (now reverted) made total senseI don’t work at Instagram. These are just my opinions as a user (I don’t even have the update yet, just basing this on some twitter…
Gonzalo·Nov 27, 2018Something to thunk about…For the last couple of months, I’ve been involved in some discussions trying to find the “best way to write components while using…
Gonzalo·Nov 5, 2018Reimplementing React hooksThis weekend I came around a very interesting talk by Max Gallo where he shows two pieces of code: one using Mobx and the other one using…A response icon1A response icon1
Gonzalo·Oct 25, 2018Investing in your team: communal growthA single point of failure (SPOF) is a part of a system that, if it fails, will stop the entire system from working. SPOFs are undesirable…