Posts
All the articles I've posted.
🇫🇷 Git - Pourquoi ne pas garder une branche master local à jour?
Published: at 12:00 AMQu'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 ?
🇫🇷 Formation webpack gratuite et open-source
Published: at 12:00 AMwebpack semble compliqué pour beaucou de monde. C’est pourquoi j'ai créé des ateliers pour apprendre ses concepts en partant de la base.
Learning webpack Step By Step
Published: at 12:00 AMwebpack bundler seems to feel really complicated to learn but it tend to be much more simpler now. I made up some workshops in order to learn concepts.
🇫🇷 Un Kata pour jouer avec Git
Published: at 12:00 AMEn tant que professeur d'informatique à temps partiel, je donne souvent des ateliers pour apprendre à utiliser des outils.
Why you should not publish content on Dev.to?
Published: at 12:00 AMWhat is the futur of dev.to, will it be as bad as Medium ? Will it steal your content under a paywall? Should you only publish your content on a third party site.
Creating an image lazy loading component with React
Published: at 12:00 AMIn the web world, we often have complex page structure. All the parts are not visible in the user viewport at first. Why should we load all the page content to be able to see it ?