Wire websocket events to CDI event bus by Romain Manni-Bucau, 2021-05-11

Websocket gives the opportunity to get an even based stream, it is possible to wire it to your IoC/CDI event bus for the best, let see how to do it.

Tomcat Meecrowave Websocket getting started by Romain Manni-Bucau, 2021-05-06

Apache Meecrowave is an Apache Tomcat and therefore can use websockets. Let see how to get started and some tips about it.

Setup an OAuth2 PKCE flow for a React.JS application by Romain Manni-Bucau, 2021-04-20

OAuth2 PKCE flow is intended for web application. It makes the authentication flow more secure and does not require client secret (which must stay secret so not hit the client). Let see how to set it up in a React.JS application.

Setup Meecrowave BASIC security by configuration by Romain Manni-Bucau, 2021-04-01

Meecrowave is a very flexible and configurable light server. Let see how to setup BASIC security by configuration in a few lines.

Migrating from a database to static blog by Romain Manni-Bucau, 2021-03-23

Previous version of my blog was backed by a database, this new version uses a static generator. Let see how the migration went.