Implement a Monitor Service in Netty Server: Hashed and Hierarchical Timing Wheels | Spring Boot |…In this article, we will explore implementing a monitor/timer service using Hashed and Hierarchical Timing Wheels Data Structure, Spring…Nov 1, 2023Nov 1, 2023
Spring Boot and Caffeine Cache with MicroservicesCaching is a very important part of a system, especially when we work with microservices. A cache is a storage layer between the…Jun 16, 20231Jun 16, 20231
Spring Boot WebFlux : Using RSocket for communication between MicroservicesThe most common way of communicating between microservices is using HTTP. But in most real-time cases when we have scenarios beyond simple…Mar 12, 2023Mar 12, 2023
Spring Boot: Integration Tests For REST APIs with Testcontainers, WebFlux and MonogoDbIn this article, you can explore how to implement integration tests for REST APIs using the Java Testcontainers library.Nov 5, 20222Nov 5, 20222
PostgreSQL With JSON Story-01This article is primarily concerned with doing some PostgreSQL querying with JSON values.Sep 22, 2022Sep 22, 2022
Request-Stream API with Reactive SpringIn this article, I am going to explore Reactive Java with Spring WebFlux while keeping the main purpose of creating a stream API.Sep 5, 2022Sep 5, 2022
Java Reactive with Project Reactor Essential OperatorsFor the project reactor, if you are a beginner, as an important step, you will have to get your hands dirty with some operators. From this…Aug 29, 2022Aug 29, 2022
Start Spring boot Microservices Kafka PostgreSQL and Mongo with ReactiveAs a beginner, let’s try to design a small microservice architecture with Spring Boot and few technologies that are commonly used.Aug 14, 2022Aug 14, 2022