-
A case for edThis post is an incoherent ramble about text editors (mostly about ed)
-
TypeScript's type-system as a runtimeInterrogation of the guy who allegedly turned typescripts type-system into its own purely functional programming language
-
Designing effects as data structuresDipping our feet into the world of effect handlers to design composition of our effects as a data-structure with free monads
-
JS Magic Tricks to impress your friendsJavaScript is a magical language in all the wrong ways. Here's some magic tricks with the js language you can use to impress your friends
-
Grandma's recipes for cooking reduxGrandma teaches some interesting recipies to try in redux rooted in her very strong opinions on functional programming
-
Functional JS - Sum Types In JavaScriptImplementing sum-types/discriminated unions in javascript with some basic pattern matching