Beautiful web apps in Java, Vaadin and Spring (2h free course)
This tutorial series teaches you how to build, test, and deploy a modern web app from scratch. You’ll learn to use Spring Boot and Vaadin. (more…)
Read more »
Enhance the Java programming language with record patterns to deconstruct record
values. Record patterns and type patterns can be nested to
enable a powerful, declarative, and composable form of data navigation and
processing. This is a preview language … Read more