Workshop: Build your First VS Code Extension
A talk I gave at Node+JS Interactive 2019. We build together a VS Code extension that refactors code for you.
ReadA talk I gave at Node+JS Interactive 2019. We build together a VS Code extension that refactors code for you.
ReadFunction chaining and composition techniques to build efficient pipelines, why and how-to.
ReadWhy objects composition is preferable to inheritance in JavaScript? Most of all, how do you apply this technique with Backbone.js?
ReadWhat is a pure function and why should you consider it in JavaScript?
ReadWith JavaScript you get a more object-oriented, less procedural and error-prone alternative to the good 'ol switch … case.
ReadWhy and how to create private methods. How to concretely implement that while using Backbone.js.
ReadA JavaScript library, git trees, workflows modelisation… and a bit of Georges Michael.
ReadA story of immediately-invoked function expression (IIFE)… Know them, it could save your life!
ReadA few reminders about event listeners and the event delegation best practices in jQuery.
ReadBest practice and data manipulation with jQuery, no added colourings or preservatives.
ReadShort round up of best practices for selectors use in CSS and Javascript. What is sauce for the goose is not necessarily sauce for the gander.
Read