Benchmarking Popular JSON Web Token (JWT) Frameworks for Java

Project for benchmarking popular Json Web Token (JWT) frameworks for Java using JMH. – GitHub – skjolber/java-jwt-benchmark: Project for benchmarking popular Json Web Token (JWT) frameworks for Jav… Read more

Similar

The Modern Java Platform – 2021 Edition

Many developers were burned by the overly complex world of Java back in the early 2000s. The Gang of Four patterns and middleware / J2EE / Java EE led to ridiculous levels of alleged decoupling as is evident in this sequence diagram from an open source J... (more…)

Read more »

High-Performance Java Persistence Tips (SQL)

Introduction A high-performance data access layer requires a lot of knowledge about database internals, JDBC, JPA, Hibernate, and this post summarizes some of the most important techniques you can use to optimize your enterprise application. 1. SQL statem... (more…)

Read more »