Author: Deepak Mehra

Introduction to Spock: A Unit Testing Framework

Reading Time: 4 minutes This article talks about the Spock framework. It’s a framework for writing unit test cases in BDD style.

Circuit breaker with Resilience4j

Reading Time: 4 minutes This article talks about the circuit breaker module from resilience4j library.

What, Why, and How Cloudstate?

Reading Time: 4 minutes This article talks about the Lightbend’s Cloudstate which is used for serverless computing.

Completable Future Improvements in Java9

Reading Time: 3 minutes This blog talks about the enhancements and improvements done in Future library as part of Java9 release.

Functional Java: Functional data structure with Vavr

Reading Time: 4 minutes This article talks about the functional data strucutre in Java 8 with Vavr library.

Spring Boot WebClient and it’s testing

Reading Time: 3 minutes This post talks about the Spring5’s WebClient feature to make calls to external APIs. Also, how unit test case are written for SpringBoot Webclient.