All you need to know about Higher-Order Functions
The reduce() method is a HOF that takes all the elements in a collection (Array, List, etc) and combines them using […]
The reduce() method is a HOF that takes all the elements in a collection (Array, List, etc) and combines them using […]
Overview In this blog post we will look at what are case classes in Scala and how this feature supports
Class A class is a user-defined blueprint or prototype which creates the objects. Or in other words, a class combines
The Salted Challenge Response Authentication Mechanism SCRAM is a family of modern, password-based challenge–response authentication mechanisms. Providing authentication of a user to a server.
Introduction of Akka Streams Akka Streams enables the consumption of streaming data in a fully non-blocking and asynchronous manner. Akka