Send emails in Java

6 years ago

Today we will discuss how to send emails from your Java app. In general, you have two main options: either…

Create a Data Structure GetMostFrequent of O(1)

6 years ago

In this article, we will discuss how to create a Data Structure with Insert, Delete and GetMostFrequent operations of O(1).…

Least Frequently Used (LFU) Cache Implementation

6 years ago

In this article, we will discuss how to design and implement a Least Frequently Used (LFU) cache in Java to…

Implement LRU cache algorithm in Java

6 years ago

In this article, we will discuss how to design and implement an LRU cache algorithm in Java to get fast…

Implementing Microservice Registry with Eureka

7 years ago

In the article, we will discuss how to implement a microservice registry with Eureka. The microservice registry is a database…

Designing Applications with Spring Boot and React JS

7 years ago

Hello readers, my title "Designing Applications with Spring Boot 2.2 and React JS" has been published by BPB Publication in…

Microservice Discovery Patterns and Registry

7 years ago

In this article. we will discuss Microservice Discovery Patterns and Registry in the Microservice architecture. We will see how to…

The Event Sourcing Model pattern

7 years ago

In this article, we will explore the event sourcing model pattern in event-based inter-service communication in the microservice architecture. This…

Event-based inter-service communication

7 years ago

In this article, we will discuss event-based inter-service communication in the microservice architecture. This article is part of the previous,…

Microservices Inter-Service Communication

7 years ago

In this article, we will take a look at how the services within a system communicate with one another. We…