Posts
All the articles I've posted.
🇫🇷 Formation webpack gratuite et open-source
Published:webpack 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:webpack 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:En 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:What 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:In 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 ?
🇫🇷 Pourquoi devriez-vous utiliser le plugin Compression Webpack ?
Published:Si vous utilisez webpack comme bundler pour votre application, vous êtes probablement préoccupé par ses propres performances et son temps de chargement. Vous avez peut-être utilisé le code-splitting, le tree-shaking, l'uglification mais vous avez peut-être oublié une étape très importante.