Articles by Tag #jvm

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

OpenTelemetry Tracing on the JVM

You may know I'm a big fan of OpenTelemetry. I recently finished developing a master class for the...

Learn More 12 0Aug 7

Explaining the LMAX Disruptor

More than a decade ago, the LMAX Disruptor pattern entered the scene. I found it interesting. But...

Learn More 0 0Sep 10

"LAW-J: I Rebuilt Java With Time Built Into Every Class, Method, and Variable"

My Hacktoberfest journey: extracting Java's laws, adding time-labels to everything, and creating a self-evolving JVM language that remembers its history.

Learn More 0 0Nov 3

Micronaut Framework: The Next Generation JVM

Note: There are chances that you do not want to read the whole page and just see some code...

Learn More 0 0Nov 1

Understanding Integer Caching in Java, The Hidden Optimization You Might’ve Missed

Ever wondered why sometimes two seemingly identical Integer objects in Java are actually the same...

Learn More 0 0Nov 10

Wednesday Links - Edition 2025-12-17

BellSoft Unveils Hardened Java Images (2...

Learn More 1 0Dec 17

Wednesday Links - Edition 2025-10-29

Performance Improvements in JDK 25 (12...

Learn More 0 0Oct 29

Java > Python for AI Agents? I Built a Surf-Forecasting Agent to Find Out

StokeBroker: My Journey Building an AI Surf Agent with Java and Embabel Shots fired! Sorry...

Learn More 1 0Nov 29

Wednesday Links - Edition 2025-10-01

The state of HTTP clients in Spring (4...

Learn More 1 0Oct 1

Wednesday Links - Edition 2025-10-15

The Cost of Not Knowing MongoDB – Part 1: appV0 to appV4 (21...

Learn More 1 0Oct 15

Wednesday Links - Edition 2025-10-22

What Most Java Developers Miss About HashMap - And Why It Might Be Slowing You Down (4...

Learn More 0 0Oct 22

Wednesday Links - Edition 2025-12-03

Transactions Aren’t Enough: The Need For End-To-End Thinking (5...

Learn More 0 0Dec 3

Wednesday Links - Edition 2025-11-05

What if Java had Symmetric Converter Methods on Collection? (5...

Learn More 0 0Nov 5

Wednesday Links - Edition 2025-11-26

Spring Boot 4.0.0 available now (2...

Learn More 0 0Nov 26

Wednesday Links - Edition 2025-11-12

The Long Journey - How Bytecode Gets Interpreted by the Machine (11...

Learn More 0 0Nov 12

JVM-Level vs Spring Boot-Level SSL Configuration

1. Introduction When securing a Spring Boot application, SSL/TLS configuration can occur...

Learn More 0 0Oct 27

Java 25: tudo que mudou desde o Java 21 em um guia prático

Setembro de 2025 está terminando e, com ele, o Java 25 (LTS), finalmente aquela versão “para levar...

Learn More 1 0Sep 28

This is why we can't have nice things: When POM files lie

Photo by Marco Bicca on Unsplash. I really hope there's a light at the end of this sewer. Sorry, my...

Learn More 10 0Feb 7

Surfing with FP Java - Mastering Function<T, R>

Introduction In the previous episode, we mastered Predicate&lt;T&gt;, the functional...

Learn More 1 0Sep 8

How the JVM Works?

Exploring the special case of JAVA.

Learn More 0 0Sep 17

Bachmanity Bytes: A Nod to Silicon Valley (And an Excuse to Mess Around with Kotlin)

If you've worked in tech and watched Silicon Valley, you know it hits surprisingly close to...

Learn More 2 0Dec 7

Inside the JVM House: Meet the Language Cousins

What is JVM? -JVM = Java Virtual Machine -It runs Java and other JVM languages (like Kotlin,...

Learn More 11 0Aug 5

Wednesday Links - Edition 2025-10-08

Transactions, ThreadLocal, and Spring (6...

Learn More 1 0Oct 8

Understanding the Java Execution Process: From Code to Execution

Java is widely known for its platform independence and efficient execution. This article will walk...

Learn More 4 2Jan 30

What Are JDK, JRE, and JVM in Java

If you’re new to Java or backend development, you’ve probably come across the terms JDK, JRE, and...

Learn More 0 0Aug 26

“My Hour-by-Hour Experience at Code on JVM – Chennai Meetup”

Intro : This is my very first Code on JVM meetup here in Chennai. I’ve attended a few meetups and...

Learn More 8 1Jul 12

My Second Experience at the JVM Code-On Program

Yesterday, I attended the Code-On JVM program for the second time, and honestly, it was even better...

Learn More 7 0Jul 13

LSM4K 1.0.0-Alpha released

A Transactional Key-Value Store in Kotlin

Learn More 1 2Jun 8

Basics of Stack, Heap, memory management, VM & JVM

🚀 Have you ever wondered when you open up any program like VLC Player (music player) What happens?...

Learn More 5 1May 5

Kotlin Note

Kotlin Beginners Every kotlin starts with fun main fun main() { println("Hello...

Learn More 5 2Dec 26 '24