Checking for `never`
1 min to read
Let's see how to check for the `never` type in TypeScript.
So far there're 4 articles, but I'm working on new stuff!
1 min to read
Let's see how to check for the `never` type in TypeScript.
2 mins to read
How to capture doc comments in Rust macros.
5 mins to read
A short post on slice patterns in Rust, just to memorize how handy they are.
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.