Posts
All the articles I've posted.
Personal tribute to "Game of Life"
Published: at 12:00 AMTrying to implement the Game of Life in Javascript in the browser and without framework.
React/Redux: pitfalls and best practices
Published: at 12:00 AMWe use React and Redux for almost 4 years at Bedrock on our video platform named 6play. Good practices and mistakes to be avoided have been gathered in this article.
How to boost the speed of your webpack build?
Published: at 12:00 AMA story of performance optimization and application of the Pareto principle to a webpack build that has become far too long.
😰 Optional chaining trap !
Published: at 12:00 AMSometimes a new feature for ES should not be used immediately. Polyfill can sometimes be very heavy.
Discover Jest hidden feature: Automock
Published: at 12:00 AMTesting is quite complicated. Even for JS app, libraries. But Jest helps a lot.
Git TIP - Why you should not keep a local master branch ?
Published: at 12:00 AMWhat is a local branch, what is a remote branch ? Why keeping up to date local branch is a waste of time ?