Apache Meecrowave and PKCE (OAuth2) by Romain Manni-Bucau, 2020-11-17

Let see how to set up OAuth2 PKCE flow with Apache Meecrowave OAuth2 1.2.10 module!

Faster startup of hazelcast in tests by Romain Manni-Bucau, 2020-11-10

Hazelcast is great but in tests it adds some startup latency which is not that great. Let see how to reduce it.

Camel: set up kubernetes healthcheck endpoints by Romain Manni-Bucau, 2020-11-03

Camel 3 was a big step forward to a more modern development model. Except Spring Boot integration, it also provides Kubernetes integration bricks like health checks which enables to create liveness and readyness probe endpoints. Let see how to set it up.

Angular 10: configure your routes by Romain Manni-Bucau, 2020-10-27

Angular 10 enables to configure routes and therefore to have generic components reading their configurable from the enabled route, keeping them generic and reusable.

Angular 10: how to create/update routes programmatically by Romain Manni-Bucau, 2020-10-20

Creating Angular Router routes from a backend description is tempting but has some challenges, let see how to solve them!