React SSR on JVM using GraalVM
February 5, 2023
Do you want to do Server-Side Rendering(SSR) of a React app on the JVM?
Architect's tech blog
Do you want to do Server-Side Rendering(SSR) of a React app on the JVM?
In this post I want to show you 3 different load testing solutions for your performance benchmarks/tests. From simple to advanced.
Testing is a crucial part of modern software development. As a software engineer or software developer in test, you want your tests to be stable, fast, and easily maintained.
This article is from the series about simple yet powerful ways to fix common performance problems in Scala/Java code. Today we will review problem which can arise if you have complex cache keys.
In this post will learn how to pack scala play framework application with stripped-down custom JRE using sbt-native-packager with sbt-jlink-plugin.