Articles

Web programming languages and standards.

Angular and Java Spring Boot

The combination of Angular, a JavaScript framework for developing dynamic user interfaces, and Java Spring Boot, a framework for developing microservice-based Java applications, offers numerous advantages that contribute to the creation of robust and performant web applications.

Angular: route authentication with functional guards

Implementing an effective authentication system is essential to protect the sensitive resources of our applications. Functional guards are a powerful tool in Angular to achieve this, allowing you to control access to routes dynamically.

Back to top