Recent Posts

This girl does not exist.

2 minute read

The girl in the image below (let’s call her “Elsa”) doesn’t exist. But can you tell? If you look close enough, maybe a slightly out of shape fingernail gives...

Memoization in C# - Functional approach

4 minute read

While C# is not necessarily a functional language, language constructs such as Func<> and Action<> became first-class citizens, making it much ea...