Healthy breakfast muesli
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…
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…