Articles in this series
Introduction Spring Boot is easy, robust and simple way to create production grade standalone application that you can run. It is a very opinionated approach of Spring boot library and third party application with a motive of starting an applica...
Meta Audience : Who knows Spring Boot and want to learn Reactive Spring Source code: https://github.com/CODINGSAINT/springboot-rective-microservices-with-reactjs/tree/1_user-service ## Reactive Spring Boot is new paradigm shift in the way we have ...
n Last lecture we created Spring Boot endpoints using Reactive Webflux . While writing code we added all the Handler method as a part of our Route Mapping . While it is fine, we programmers have a responsibility to write clean and maintainable code. ...
Github source code :https://github.com/CODINGSAINT/springboot-rective-microservices-with-reactjs In last 2 lectures, we have seen how to create a Reactive Web API and adding a separate Handler class to keep logic simpler and code organised. In this ...
Kafka is most sought after event system today. In this series we will look at Kafka event messaging and streaming. Github Repository link : https://github.com/CODINGSAINT/kafka-stream-spring What will we be creating We will create a streaming ap...