Flux de publication sans friction
Bien envie de recommencer à bloguer de façon régulière, mais plus en mode quick’n dirty destructuré.
More …Bien envie de recommencer à bloguer de façon régulière, mais plus en mode quick’n dirty destructuré.
More …One of the best features of pure functional programming languages like Elm is their ability to handle and deal with uncertainty. The absence of null
and exceptions forces developers to state explicitely what should happen when expectations aren’t met, which combined with a good compiler and a strong static type system makes the code super descriptive and rock solid.
Un peu marre de Twitter, de ses querelles éphémères, de la négativité ambiante et du bruit blanc que ça génère depuis quelques mois, j’ai pris la décision de faire reprendre du service à mon agrégateur RSS afin de diversifier mes sources d’information quotidiennes.
More …Je viens de migrer ce blog sous Jekyll et le très joli theme Hydeout, j’espère que j’ai trop rien cassé.
More …It’s often claimed that Elm developers should avoid thinking their views as stateful components. While this is indeed a general best design practice, sometimes you may want to make your views reusable (eg. across pages or projects), and if they come with a state… you end up copying and pasting a lot of things.
More …