Java 14 new features: Records
Java 14 records explained: compact syntax for data classes, why Java needed them, and how they cut boilerplate, with practical examples.…
Java 14 records explained: compact syntax for data classes, why Java needed them, and how they cut boilerplate, with practical examples.…
Sentiment analysis of tweets in Java using Stanford CoreNLP: building a small app that classifies Twitter opinions with NLP.…
Running JavaFX desktop apps inside Docker containers on macOS and Linux: X11 forwarding, image setup, and the gotchas to expect.…
Java 14: pattern matching for instanceof, the jpackage packaging tool, and helpful NullPointerException messages, explained with examples.…
Project Portola: porting the JDK to Alpine Linux and musl for tiny Java container images, why it matters and how to try it today.…
Use Docker BuildKit to dramatically speed up Java application image builds: caching, parallelism, and practical Dockerfile examples.…
A practical look at Spring Cloud Gateway: routing, predicates, and filters on Spring 5, Spring Boot 2 and Project Reactor for API gateways.…
Push Java container images to the GitLab registry with Google Jib: authentication, Maven configuration, and CI-ready examples.…