Knowledge Cafe

Knowledge Cafe

Follow
Follow
homePerformanceObservabilityTweeterGenericMicroserviceSpringnewsletter
Tag

Security

#security

More content

Read more stories on Hashnode


Articles with this tag

Spring MVC With SSL for Secure Communication

Jun 11, 20239 min read

Normally, when someone logs into a network, we assume they’re trustworthy. But with zero trust security, we’re more cautious. We check and verify...

Spring MVC With SSL for Secure Communication

Unlocking the Power of Sealed Classes

Jun 11, 20235 min read

Introduction Imagine you have a special kind of fruit called “Magical Fruit,” and you want to control who can create new varieties of this fruit. You...

Unlocking the Power of Sealed Classes

Demystifying JWT: A Comprehensive Guide for Spring Boot Applications

May 20, 20237 min read

What is JWT token JWT stands for JSON Web Token. It is a compact, URL-safe means of representing claims between two parties. In the context of a...

Demystifying JWT: A Comprehensive Guide for Spring Boot Applications

Effective rate limiting strategies for Spring Boot applications

Jan 18, 20234 min read

What is Rate Limiting? Rate limiting is a technique to control the rate of access to APIs. It enforces a limit on the number of API calls that a...

Effective rate limiting strategies for Spring Boot applications