Blog posts about "JavaScript"
What is a reducer?
Let me explain how a reducer converts an array to any type of value. Oh, and what the useReducer hook has got to do with it.
Mar 25, 2021 · 6 minute read
Composition with currying
Let's use partial application to compose curried functions together.
Mar 23, 2021 · 5 minute read
Currying: What is it?
Discovering a confusing, but very cool functional programming concept: Currying.
Mar 14, 2021 · 6 minute read
Goodbye Gatsby, hello static site generator
Why and how I switched from Gatsby to my own solution for publishing my blog.
Oct 28, 2020 · 3 minute read