Posts
All the articles I've posted.
React/Redux: pitfalls and best practices
Published:We 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:A story of performance optimization and application of the Pareto principle to a webpack build that has become far too long.
😰 Optional chaining trap !
Published:Sometimes a new feature for ES should not be used immediately. Polyfill can sometimes be very heavy.
Discover Jest hidden feature: Automock
Published:Testing 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:What is a local branch, what is a remote branch ? Why keeping up to date local branch is a waste of time ?
🇫🇷 Git - Pourquoi ne pas garder une branche master local à jour?
Published:Qu'est-ce qu'une branche locale, qu'est-ce qu'une branche éloignée ? Pourquoi la mise à jour de la branche locale est-elle une perte de temps ?