DEV Community

Cover image for [Digest] Java, Kotlin, Spring, Cloud, and More - Episode 15
Petr Filaretov
Petr Filaretov

Posted on

[Digest] Java, Kotlin, Spring, Cloud, and More - Episode 15

Hey folks, here is what I found interesting this week.

🧩 Unit testing in Kotlin projects with Mockk vs. Mockito: there are many posts on Mockito vs Mockk comparison, and this is one of them. The conclusion, though, is always the same: take Mockk.

💾 A beginner’s guide to JPA and Hibernate query hints: how to use SQL query hints with JPA and which hints are available.

📂 How to Read a Large File Efficiently with Java: the title says it all, it never hurts to refresh in memory.

🚀 FIFO queues are all you need for cache eviction: the author shows how S3-FIFO eviction algorithm works and when it's best to use it.


Dream your code, code your dream.

Top comments (0)