Boost Your Application’s Performance with Virtual Threads in Java and Spring
Exploring Project Loom

Search for a command to run...
Articles tagged with #spring-framework
Exploring Project Loom

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 every user, device, and application, no matter where they’re located or what network they’re using. This...

During my previous project with a well-known investment bank, we implemented a modern architecture using Spring Boot microservices. It was designed following the 12-factor microservice principles, which helped us build a scalable and resilient system...

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 Spring MVC application, JWT tokens are commonly used for authentication and authorization purposes. Here...

In a previous project I worked on, we had multiple release phases with monthly releases. One of the challenges we faced was adding new features or endpoints to existing microservices and introducing new microservices for new features without breaking...

Apache Cassandra is a highly scalable and distributed NoSQL database management system designed to handle large amounts of data across many commodity servers. It was developed at Facebook and later became an Apache Software Foundation project. In the...
