Hello Devs 👋 ! . We will implement TOTP (Time-based One Time Password) in this post using Spring Security and Angular. We’ll generate QR codes
Tag: MongoDB
In this post, we’ll learn how to implement Embedded MongoDB for Spring Boot Integration testing. · Prerequisites· Overview∘ Key Features of Embedded MongoDB· Usage with Spring Boot∘ Maven Dependencies∘ Application Properties∘ Writing
In this post, we’ll learn how to manage and apply MongoDB database schema changes using Mongock. · Prerequisites· Overview∘ What is Mongock?∘ Why Mongock?∘ Mongock Architecture· Let’s get to the code∘ Add
In this post, we’ll learn how to implement dynamic sort/filter for a Spring Boot REST API using Spring Data and MongoDB. · Prerequisites· Overview· Real-world examples· Coding∘ Project Setup∘ Creating the
In this post, we’ll see how to use JaVers in a simple Spring Boot app and MongoDB environment to track changes. · Prerequisites· Overview∘ What is JaVers∘ Why use
In the previous post, we provided an overview of Spring Batch and the new features introduced in Spring Batch 5.x.In this story, we are going to
In this post, we are going to explore how to use Spring Batch 5.X with Spring Boot 3.X and MongoDB to perform business operations. · Overview∘ Spring
The purpose of this post is to explain how to implement a simple REST API with Python, Falcon, and MongoDB, deploy, and run it inside
· Prerequisites· Overview∘ MongoDB Aggregation Framework∘ How does the MongoDB Aggregation Framework work?· Aggregation pipeline in Spring Reactive∘ Project Setup∘ With @Aggregation Annotation∘ Aggregation With ReactiveMongoTemplate· Testing· Conclusion· References Prerequisites This is the list of all
In the previous post, we covered OTP codes with Spring Security Webflux. We sent the OTP code to the user upon login. In this story, we’ll