Background If you’re using relatively new versions of Spring Boot and Tomcat, configuring a HTTPS server with a client-certificate authentication (mutual authentication) is actually pretty straightforward. The information on how to achieve this, however, is not. So once I figured …

Mutual authentication (server & client SSL/HTTPS) with Spring Boot + Tomcat (embedded and standalone) Read more »

Everyone know JavaScript has some weird gotchas, such as the already infamous JavaScript equality table. While a good framework / compiled language (such as LiveScript) will let you easily avoid a lot of them, there are things inherent to the …

JavaScript gotcha: inherited properties do not get created until assignment Read more »