A custom annotation in Spring Boot tests is an easy and flexible way to provide the required configuration. We can…
Configuring our Spring Boot API to use Keycloak as an authentication and authorization server can greatly simplify our codebase. However,…
After adding the routing guards to your project, you need to unit test their methods to make sure that an unauthenticated user is…
Angular supports the decomposition of components by allowing you to include one into another. To test a component that contains…
Check out the example of a multi-layout Angular application templates complemented with Bootstrap styles. (more…)
In case of complex projects it is often expected to provide different layouts adapted to the needs of users -…