Understand the outgoing request and the incoming response made by the WebClient in your HTTP requests
ReadHow to test the WebClient in Kotlin, using either JUnit with MockK or full on integration tests with @SpringBootTest
ReadMake HTTP requests to third parties using the Spring WebClient
ReadOperate on variables in a given scope using let, also, apply, run or with
ReadOne step of migrating from Java to Kotlin is the better handling of values that could be null
ReadHaving entities is all good and well, but now we need to link them to the users they belong to
ReadFixing some issues in the Google OAuth token verification in a Spring Kotlin backend application
Read