Nandan BN

Nandan BN

Full stack developer, passionate about technology, working for a better future with the help of digital world.

Articles by Nandan BN

Component Scanning with Spring Boot

In this article, we’ll look at Spring component scanning and how to use it. We’ll be using a Spring Boot application for all our examples throughout this article.

Read more

Using Kafka with Spring Boot

In this article, we’ll look at how to integrate a Spring Boot application with Apache Kafka and start sending and consuming messages from our application.

Read more

Spring Boot Application Events Explained

To “listen” to an event, we can always write the “listener” to an event as another method within the source of the event, but this will tightly couple the event source to the logic of the listener.

Read more

Spring Boot Application Events Explained

To “listen” to an event, we can always write “listener” to an event as another method within the source of the event, but this will tightly couple the event source to the logic of the listener.

Read more