Sachin Raverkar

Sachin Raverkar

Sachin is a Java enthusiast with over two decades of product development expertise. He enjoys architecting and delivering SAAS products as well as sharing expertise with people all over the world.

Articles by Sachin Raverkar

All You Need to Know about Spring’s Java Config

Welcome to the exciting world of Spring’s Java Configuration! In this comprehensive guide, we will learn Spring’s Java-based configuration. We will get familiar with core annotations like @Bean and @Configuration.

Read more

Create an HTTP Client with OpenFeign

Feign is an open-source Java library that simplifies the process of making web requests. It streamlines the implementation of RESTful web services by providing a higher-level abstraction.

Read more