The purpose of this post is to explain how to secure a Spring Boot API using the Apache Shiro security framework. What is Apache Shiro?
Category: Java
In this post, I will explore how to implement API security with an API key using Spring Cloud Gateway. Overview In microservices architectures, the security
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
In this story, we’ll implement a REST API with CRUD operations using Spring boot and AWS DynamoDB. What is Amazon DynamoDB? Amazon DynamoDB is a
In this story, we will show how to get user information (devices, country, city, latitude, longitude) using an IP address. In a production application, it