Just Published: Kotlin kontra Java - Part 2
Discussion of Kotlin vs Java for JVM projects, focusing on multiplatform capabilities in Part 2 of a series published by JAVAPRO.
Discussion of Kotlin vs Java for JVM projects, focusing on multiplatform capabilities in Part 2 of a series published by JAVAPRO.
Learn how to send jcmd diagnostic commands programmatically to a JVM using the Diagnostic MBean and JMX technology.
Explains HotSpot error files (hs err) from JVM crashes and introduces custom tools like a redaction tool and VSCode syntax highlighter.
Explains upcoming JDK restrictions on final field mutation via reflection and how to adapt dependency injection, serialization, and other code.
Comparison of Kotlin and Java ecosystems for JVM projects, part 1 of a series published on JAVAPRO.
Explains how to analyze crashed JVMs using jcmd and JEP 528 for debugging Java applications.
Exploring how Claude Code successfully translates non-trivial codebases between languages like C++ to Java and Haskell to Clojure.
A guide to using a Claude Code template for Spring Boot applications, including repository structure and best practices.
A daily tech reading list covering Kubernetes updates, AI tools, Java, JavaScript trends, and new software stacks.
Explains how to use Project Leyden, an experimental OpenJDK initiative, to speed up Spring Boot Java application startup times.
A hands-on tour of Java 26's new features for developers, covering pattern matching, concurrency, performance, and APIs.
A focused Vaadin Flow starter project demonstrating core structure: AppShell, layouts, views, services, theme, and i18n.
Java 26's 'boring' nature is a strength, focusing on stability, performance, and predictable upgrades rather than flashy new features.
Guide to running local AI models with LM Studio and integrating them into Java applications using the Spring AI framework.
Author announces a new blog focused on software architecture, sharing knowledge and practical solutions for building adaptable software.
A guide to implementing a minimal JSON parser in Java, focusing on simplicity and direct grammar translation.
Refactoring Vaadin Flow applications to separate UI logic from styling by moving inline CSS out of Java code for better maintainability.
A developer walks through implementing a new JVM analysis feature for the JStall tool, using GitHub Copilot and sharing the development process.
A deep dive into the LazyConstants preview feature in JDK 26, exploring its API, the concept of laziness in Java, and its evolution from stable values.
A quiz game that tests your knowledge of Java version history by identifying the smallest version where a given code snippet is valid.