Lambda Expressions in Kotlin 1. Overview In this article, we’re going to explore Lambdas in the Kotlin language. Keep in mind that lambdas aren’t unique to Kotlin and have been around for many years in many other languages. Lambdas Expressions are essentially anonymous functions that we can treat as values… Continue Reading kotlin-lambda-expressions

ETags for REST with Spring 1. Overview This article will focus on working with ETags in Spring, integration testing of the REST API and consumption scenarios with curl. Further reading: Introduction to Spring REST Docs This article introduces Spring REST Docs, a test-driven mechanism to generate documentation for RESTful services… Continue Reading etags-for-rest-with-spring