Recent Posts

Testing JWT in Spring Boot with Kotlin

3 minute read

I love automated tests. While I’m not really a TDD fan in most cases (I prefer to write tests after the code is written), I still find them invaluable. They ...

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...