Monads are just monoids in the category of endofunctors
I explain the mathematical background of a joke-explanation of monads. Contains lots of math and a hasty introduction to category theory
I explain the mathematical background of a joke-explanation of monads. Contains lots of math and a hasty introduction to category theory
I make a case for veganism and why you probably already agree with all the reasons you should be vegan. And how I wish people would reframe the topic, to make it less contentious, emotional and, frankly, annoying.
I take a toung-in-cheek look at how I imagine the life of a meat eater to look. At least based on my own experience.
When talking about static type systems, we often tend to focus on one side of the equation. I’m trying to make explicit how I view the question as a tradeoff and why I neither agree with “more is always better”, nor with “a little is enough”.
Some marbles, apparently, have a gender. And they seem to be overwhelmingly male.
In light of recent discussions about its removal, I try to discuss what kinds of problems context.Value tries to solve. I then try to describe a design which would address most (but not all) of the criticism surrounding it.
Logging in Go is a notoriously lacking topic in the standard library. There are 3rd-party libraries trying to work around this. I’m trying to explain, why I find them still lacking
I take a look at the pattern of optional interfaces in Go: what they are used for, why they are bad and what we can do about it.
Using math, I made it a lot easier to find the last undiscovered parts of my Zelda - Breath Of The Wild map.
Trying to provide some advice on how to do easy, readable, scalable routing in go, without relying on any muxers/routers (or writing your own).