Bouldering
What is bouldering? Bouldering is climbing without a rope and harness. You do it on blocks (boulders), rock walls and artificial climbing walls (indoor). Since you have no backup plan…
What is bouldering? Bouldering is climbing without a rope and harness. You do it on blocks (boulders), rock walls and artificial climbing walls (indoor). Since you have no backup plan…
Recently I was asked by a computer scientist who is new to Scrum what a retrospective is. He has already experienced it from an outsiders perspective and watched the meeting…
In this brief article I want to share some comments on the Twelve-Factor App. Twelve-Factor what? The Twelve-Factor App is a kind of manifesto for building web applications that was…
Since I was asked to share it, why not share it with all my readers: The recipe of my healthy breakfast muesli. A gluten- and sugar free* muesli recipe that…
Consumer-driven contract testing will prevent the APIs you provide and consume from breaking unexpectedly. Without requiring you to do any action (aside from looking at your tests/CI builds). This fosters…
Why I believe that small and medium sized companies should consider leveraging a PaaS What's PaaS? PaaS (Platform as a Service) is an approach to eliminate, or at least vastly…
Today I want to share a little JavaScript/React.js code with you: Improve rendering performance with React.memo. React.memo is a higher order component. It’s similar to React.PureComponent but for function components…
Since I sometimes need to argue with other developers about my understanding of the DRY (Don't Repeat Yourself) principle I want to share my thoughts about it here.(So I can…