Immutability in JavaScript (without library)
Last month, I gave a talk about Immutability for functional JavaScript in the DublinJS meetup (slides). I discovered Immutability almost 2…
Last month, I gave a talk about Immutability for functional JavaScript in the DublinJS meetup (slides). I discovered Immutability almost 2…
I recently realize a POC with Vue.js. I was confronted to this problem: how to apply an unknown number of filter to a collection? My…
A few months ago, I start moving my Javascript code from an Oriented Object/unorganized code to something much more close to Functional…
Depuis quelque temps, j’entends de plus en plus parler d’un autre paradigme de programmation : la programmation fonctionnelle (ou PF pour…