Better Switch-Case for Java!Advanced Pattern matching in Java using “patternmatcher4j”May 25, 20213May 25, 20213
Published inThe StartupGoing Reactive!There is a lot of hype around this shiny new thing in web applications development world called being “Reactive”! There are many…Apr 16, 2020Apr 16, 2020
Published inAnalytics VidhyaAkka 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…Apr 12, 20204Apr 12, 20204
Handling Nulls in nested objects (Java)Handling NullPointerException and keeping track of all the nullable values has always been a pain for Java developers.Mar 29, 20202Mar 29, 20202
Circuit Breaker pattern in ScalaCircuit breaker pattern is a common microservice resiliency pattern to make system responsive after series of failures and have a fallback…Mar 28, 20201Mar 28, 20201
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…Oct 17, 20191Oct 17, 20191
Making ordinary classes Rich! (Scala)Let me break it to you, this post has nothing to do with charity! Now, let’s start with a question:Oct 7, 2019Oct 7, 2019
Cushing Design Patterns! — Unnecessary Patterns.This is the part-II in the continuation of the “Crushing Design Patterns” series (Part-I) where we debunk the idea of having to use the…Sep 30, 20191Sep 30, 20191
Crushing Design Patterns with Scala! — Chain of responsibilityIn this (and hopefully further upcoming series) post, we will debunk the idea of really needing to use the Design Patterns. I believe that…Sep 26, 20191Sep 26, 20191