How to export git history in PDF
In case you need to export your git history, because reasons.
ReadHow VS Code extensions update themselves and how to configure that.
ReadIf you constantly loose the file you had open because you clicked on another one, here's the solution.
ReadIf you wonder why your code is all grey, here's how to solve the problem.
ReadMy reflexions after a year of growing a new tech community in Montreal, Canada.
ReadA talk I gave at Node+JS Interactive 2019. We build together a VS Code extension that refactors code for you.
ReadToday, I learned how to stabilize a cutting board with a simple trick.
ReadToday, I learned how to go back to the previous branch with one simple command.
ReadI fixed a performance issue on a VS Code Extension I'm developing. Let me share with you what IÂ learned.
ReadInstead of using a regular presentation tool, I did everything from VS Code. And I really think this is a powerful format for technical talks.
ReadToday, I want to share with you the refactorings I use the most on VS Code!
ReadI built "Abracadabra", a VS Code extension to do automated refactorings.
ReadA talk I gave at ConFoo Montréal 2019 about Hexagonal Architecture.
ReadToday, I realized how not using an online tool could improve team engagement in a ceremony.
ReadToday, I learned how to easily retrieve a file from a distant server.
ReadToday, I learned how to easily make parchment paper fits a recipient.
ReadAn introduction to "Approval Testing" in JavaScript with Jest.
ReadIntroducing sass-graph-viz, a tool to draw a visual graph of Sass dependencies.
ReadHere is my feedback about how this meetup was, and what you could expect from it.
ReadIn this post, I’ll talk about a concrete use case in which Observables turn to be remarkably relevant to make our code cleaner and more maintainable.
ReadA concrete example of programming with Cycle.js & Rx.js.
ReadIntroducing a tool to analyze Kanban workflow on Trello, built with Cycle.js
ReadInsights from practicing a more functional approach to JavaScript.
ReadHow Kanban makes us efficient to build video games as a start-up? How do we use Trello to achieve that?
ReadMeet plop, a little node package which quickly bootstraps new files.
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.
ReadHow to properly rebase your repo, removing what should never have been in there without broking your history.
ReadWhat changed with Jekyll v1.5.1 if you want to build a multilingual blog.
ReadA JavaScript library, git trees, workflows modelisation… and a bit of Georges Michael.
ReadA little look around git-flow, GitHub flow and which one to choose regarding your needs.
ReadSimilarities, differences et equivalents between those two CSS preprocessors.
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.
Readinuit.css is a a powerful, scalable, BEM, OOCSS framework which doesn't impose you a design.
ReadJSBin, jsFiddle, dabblet, … If that doesn't sound familiar to you, you may have a look here and discover what are these "playgrounds" about.
ReadAs a first post, what about sharing the way I managed to build this blog? Having a both english and french Jekyll website is not that hard, but you have to care about some crucial points.
Read