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
In this post, we will see how to integrate Spring Security in a reactive Spring Webflux with MongoDB and Flutter. Prerequisites This is the list
In this post, we’ll show how to configure and deploy your Angular SPA application to Amazon S3 with GitHub Actions. Prerequisites This is the list
The purpose of this post is to explain how to implement custom exception handling with Spring WebFlux for a REST API. Error handling is one
In this post, we’ll implement a sample REST API that uses Spring WebFlux with Spring Data Redis Reactive. Redis is an open-source (BSD licensed), in-memory data
In this post, we are going to implement multi-tenancy using Spring Boot WebFlux and MongoDB. Multitenancy applications allow multiple customers or tenants to use a
In this post, we’ll implement a sample REST API that uses Spring Data R2DBC with PostgreSQL Database on Amazon Relational Database Service. Overview The Reactive
The purpose of this post is to explain how to secure a Spring Boot API using the Apache Shiro security framework. · Prerequisites· Overview∘ What is Apache Shiro?∘ Why
In this story, we’ll explore how to implement API security with an API key using Spring Cloud Gateway and Redis. · Prerequisites· Overview∘ Why Use API Keys with
A software system can and has to be tested on different levels of abstraction. ISTQB (International Software Testing Qualifications Board) defines four different test levels: Component Testing