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)