From Spring Security in Action by Laurentiu Spilca In this article, we discuss the components which act in an OAuth 2 authentication implementation. You need to know these components and the role they play in order to properly implement them…. Continue Reading →
From Functional Programming in Kotlin by Marco Vermeulen
This article discusses what functional programming is (and is not), using Kotlin for examples.
From JUnit in Action, Third Edition by Catalin Tudose
This article discusses widely-used mock frameworks such as EasyMock, JMock, and Mockito.
From Seriously Good Software by Marco Faella
This article delves into how thinking about what you want your code to do before you write it can lead to more reliable code.
From Spring Security in Action by Laurentiu Spilca
This article delves into five awkward things that Spring Security does, which might be giving you trouble in your projects.
From Functional Programming in Kotlin by Marco Vermeulen
This article explores how to write loops functionally in Kotlin.