Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
You may know I'm a big fan of OpenTelemetry. I recently finished developing a master class for the...
More than a decade ago, the LMAX Disruptor pattern entered the scene. I found it interesting. But...
My Hacktoberfest journey: extracting Java's laws, adding time-labels to everything, and creating a self-evolving JVM language that remembers its history.
Note: There are chances that you do not want to read the whole page and just see some code...
Ever wondered why sometimes two seemingly identical Integer objects in Java are actually the same...
BellSoft Unveils Hardened Java Images (2...
Performance Improvements in JDK 25 (12...
StokeBroker: My Journey Building an AI Surf Agent with Java and Embabel Shots fired! Sorry...
The state of HTTP clients in Spring (4...
The Cost of Not Knowing MongoDB – Part 1: appV0 to appV4 (21...
What Most Java Developers Miss About HashMap - And Why It Might Be Slowing You Down (4...
Transactions Aren’t Enough: The Need For End-To-End Thinking (5...
What if Java had Symmetric Converter Methods on Collection? (5...
Spring Boot 4.0.0 available now (2...
The Long Journey - How Bytecode Gets Interpreted by the Machine (11...
1. Introduction When securing a Spring Boot application, SSL/TLS configuration can occur...
Setembro de 2025 está terminando e, com ele, o Java 25 (LTS), finalmente aquela versão “para levar...
Photo by Marco Bicca on Unsplash. I really hope there's a light at the end of this sewer. Sorry, my...
Introduction In the previous episode, we mastered Predicate<T>, the functional...
Exploring the special case of JAVA.
If you've worked in tech and watched Silicon Valley, you know it hits surprisingly close to...
What is JVM? -JVM = Java Virtual Machine -It runs Java and other JVM languages (like Kotlin,...
Transactions, ThreadLocal, and Spring (6...
Java is widely known for its platform independence and efficient execution. This article will walk...
If you’re new to Java or backend development, you’ve probably come across the terms JDK, JRE, and...
Intro : This is my very first Code on JVM meetup here in Chennai. I’ve attended a few meetups and...
Yesterday, I attended the Code-On JVM program for the second time, and honestly, it was even better...
A Transactional Key-Value Store in Kotlin
🚀 Have you ever wondered when you open up any program like VLC Player (music player) What happens?...
Kotlin Beginners Every kotlin starts with fun main fun main() { println("Hello...