Posts
All the articles I've posted.
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 ?
🇫🇷 Pourquoi devriez-vous utiliser le plugin Compression Webpack ?
Published: at 12:00 AMSi 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.
Why you should use Compression Webpack Plugin?
Published: at 12:00 AMIf you are using webpack as module bundler for your application, you probably are concerned by its own performance and loading time. You may have used code splitting, tree shaking, uglifyfication but you may have forgot a very important step.
Webpack : an unexpected journey
Published: at 12:00 AMNarration of my discover of webpack insideouts based of the hobbit path.
Angular basics
Published: at 12:00 AMAs a teacher in Polytech Lyon, I had the opportunity to give course about Angular as an initiation. Here are the slides made with RevealJS.