Java & Kotlin

JVM releases, Spring ecosystem, build tooling, and performance.

  • 8 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Java & Kotlin


dev.to > jeet_0474 > from-3ms-to-0ms-the-hidden-memory-trap-in-c-maps-4m3h

From 3ms to 0ms: The Hidden Memory Trap in C++ Maps

52+ min ago   (191+ words) I thought I was writing the cleanest one-liner of my life. To solve Two Sum, I stored 1-based indices in an unordered_map so I could check for complements directly inside an if statement: It passed. But it took 3ms. Why would two…...


infoq.com > news > 2026 > 09 > java-news-roundup-sep07-2026

Java News Roundup: New OpenJDK JEPs, CDI 5.0, Spring, Open Liberty, RefactorFirst, ADK for Kotlin

7+ hour, 18+ min ago   (766+ words) Online InfoQ AI-Assisted Engineering Certification (Oct 19): Your agent got faster. Did your code get better? Register Now Lily Mara explains how to avoid high-risk software rewrites through incremental FFI refactoring. She shares how engineering teams can replace Python bottlenecks with…...


dev.to > isaiahpeter > a-tiny-nim-microservice-three-real-bugs-and-what-they-taught-me-about-my-own-mummy-fork-2b51

A Tiny Nim Microservice, Three Real Bugs, and What They Taught Me About My Own Mummy Fork

2+ hour, 48+ min ago   (1547+ words) I recently needed something small: a POST /api/contact endpoint for my portfolio site at https://www.isaiah.name.ng that takes a name, email, and message, validates it, and emails it to me. The kind of thing you'd normally knock out without thinking…...


morningstar.com > news > pr-newswire > 20/26/0914dc47282 > opencv-enhances-native-computer-vision-development-for-windows-on-snapdragon

OpenCV Enhances Native Computer Vision Development for Windows on Snapdragon®

5+ hour, 22+ min ago   (247+ words) PALO ALTO, Calif., Sept. 14, 2026 "OpenCV's value comes from making computer vision practical and accessible across platforms," said Dr. Satya Mallick, CEO, OpenCV. "This work is about giving Windows on Snapdragon developers a performant, dependable and familiar OpenCV experience - from installation…...


dev.to > __f5cd865bec2 > your-first-aspnet-app-dependency-injection-741

Your first ASP.NET App: Dependency Injection

6+ hour, 29+ min ago   (19+ words) Hello! In this tutorial we will build your own ASP.NET Service Dependency Injection!... Tagged with webdev, csharp, aspnet, tutorial....


dev.to > abbassibai > oracle-hcm-position-hierarchy-explained-a-beginners-guide-to-structure-setup-and-hdl-1hb2

Oracle HCM Position Hierarchy Explained: A Beginner's Guide to Structure, Setup, and HDL

8+ hour, 17+ min ago   (225+ words) Introduction I recently came across the concept of Position Hierarchies in Oracle HCM and,... Tagged with beginners, learning, management, tutorial....


medium.com > @thedevnotebook > java-27-compact-object-headers-memory-usage-3b457ab1e2ba

Java 27 Can Shrink Your App’s Memory Footprint Without Changing Your Code

3+ hour, 19+ min ago   (27+ words) Java 27 enables compact object headers by default. See how object alignment affects heap savings and how to test JVM memory usage with JOL and GC logs....


medium.com > @muruganantham52524 > modern-java-is-unrecognizable-5-paradigm-shifts-every-enterprise-developer-must-know-f1734cd6df9f

Modern Java Is Unrecognizable: 5 Paradigm Shifts Every Enterprise Developer Must Know

3+ hour, 56+ min ago   (18+ words) How records, pattern matching, virtual threads, and sealed classes are making modern Java cleaner, safer, and significantly faster....


dev.to > instawebhook > mission-critical-mobile-iap-handling-apple-app-store-google-play-notifications-with-zero-data-1ok6

Mission-Critical Mobile IAP: Handling Apple App Store & Google Play Notifications with Zero Data Loss

22+ hour, 45+ min ago   (480+ words) Both platforms have shipped meaningful changes to these systems recently — new notification types, new API deprecations, and (in Apple's case) new notification categories tied to age-verification laws and alternative-payment regulation. This guide has been updated and fact-checked against current Apple…...


dev.to > haseebthedev0 > architecting-for-privacy-building-a-100-offline-geofencing-engine-on-android-g9c

Architecting for Privacy: Building a 100% Offline Geofencing Engine on Android

1+ day, 1+ hour ago   (1624+ words) The mid-afternoon sun was hitting the mosque floor, and the room was entirely silent, save for the rhythmic breathing of those in prayer. I had double-checked my phone before entering. Or so I thought. Halfway through the second rak'ah, a…...