Testing JWT in Spring Boot with Kotlin
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 ...
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 ...
Recently I’ve started playing around the astrophotography. Not sure how far I can get, but I’ll detail my journey through the hobby here.
While C# is not necessarily a functional language, language constructs such as Func<> and Action<> became first-class citizens, making it much ea...