Blog

So far there're 4 articles, but I'm working on new stuff!

Checking for `never`

1 min to read

Let's see how to check for the `never` type in TypeScript.

Slice patterns in Rust

5 mins to read

A short post on slice patterns in Rust, just to memorize how handy they are.

Demystifying monads

6 mins to read

In this article we're going to find out, without diving into tangled mathematical jargon, what monads are and what for we may want to use them.