Posts by Year

2023

Scala Implicit Cheatsheet

3 minute read

In Scala, “implicit” refers to a mechanism for automatically passing unnamed arguments to a function or method. The significance of this feature is that it a...

Akka Stream Source!

4 minute read

Akka Streams is a powerful tool for building concurrent and distributed stream processing applications on the JVM. It provides a set of abstractions and comp...

Back to Top ↑