Naveen Kumar Kanagaraj

Naveen Kumar Kanagaraj

A Cloud Architect, passionate about building large-scale, resilient, and highly available systems using microservice architecture. I enjoy developing microservices using Java and Spring ecosystem and various author technologies.

Articles by Naveen Kumar Kanagaraj

Testing with Spring Boot’s @TestConfiguration Annotation

A unit test is used to verify the smallest part of an application (a “unit”) independent of other parts. This makes the verification process easy and fast since the scope of the testing is narrowed down to a class or method.

Read more