There is a lot of hype around this shiny new thing in web applications development world called being “Reactive”! There are many…
Read more ⟶
Akka Streams in Java Spring Boot!
Streaming data from a Source to Sink is a very trivial task in today’s data processing and data pipelining systems. Ergo, there are many…
Read more ⟶
Handling Nulls in nested objects (Java)
Handling NullPointerException and keeping track of all the nullable values has always been a pain for Java developers.
Read more ⟶
Circuit Breaker pattern in Scala
Circuit breaker pattern is a common microservice resiliency pattern to make system responsive after series of failures and have a fallback…
Read more ⟶
How to keep your sanity working with Scala Implicit!
Scala Implicits provide a lot of power and flexibility to express the code in such beautiful ways that development sometimes feel like and…
Read more ⟶
Making ordinary classes Rich! (Scala)
How do we enrich something? By making it abundant, rich in features and resourceful! In simple OOP terms, we add additional feature methods to the class!!
Read more ⟶