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.
Reading Time: 4 minutes This article talks about the Spock framework. It’s a framework for writing unit test cases in BDD style.
Reading Time: 4 minutes This blog talks about the primary feature from Java10.
Reading Time: 4 minutes This article talks about the circuit breaker module from resilience4j library.
Reading Time: 4 minutes This article talks about the Lightbend’s Cloudstate which is used for serverless computing.
Reading Time: 3 minutes This blog talks about the enhancements and improvements done in Future library as part of Java9 release.
Reading Time: 5 minutes This article talks about the Java Module System which was introduced as part of Java9.
Reading Time: 3 minutes This article talks about the string functions which were introduced as part of Java 11.
Reading Time: 4 minutes This article talks about the functional data strucutre in Java 8 with Vavr library.
Reading Time: 2 minutes Pattern matching in Java using Vavr library.
Reading Time: 4 minutes PCollections is an immutable Java collections library which promotes immutability.
Reading Time: 8 minutes This post talks about the vavr which is a functional library for Java8
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.
Reading Time: 5 minutes This post talks about the tips and tricks which you can use with maven build tool to make things easy and quick for you during development.