How to export git history in PDF
In case you need to export your git history, because reasons.
ReadToday, I learned how to go back to the previous branch with one simple command.
ReadA talk I gave at ConFoo Montréal 2019 about Hexagonal Architecture.
ReadToday, I learned how to easily retrieve a file from a distant server.
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.
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