Spring Dependency Hell
Understanding the Risks and Best Practices to Avoid Them

Search for a command to run...
Articles tagged with #springboot
Understanding the Risks and Best Practices to Avoid Them

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...
