Install
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.
Related topics
Latest in Java & Kotlin
Jev & computer-use
1+ hour, 33+ min ago (25+ words) Current work: jev-computer-use My TL for the last few days has been taken over by Jev, a system one... Tagged with ai, cli, agents, automation....
Spring Boot Learning by doing
2+ hour, 38+ min ago (1078+ words) Learning Spring by doing. In this post, I'll share the steps I took to create my first Spring Boot application. There's less theory in this guide (you can find that elsewhere); instead, I'll focus on the steps to take, how…...
Java News Roundup: JDK 27, Open J Proxy, A2A Jakarta, Azul Payara, BoxLang, Netflix ja
2+ hour, 51+ min ago (689+ words) Live Webinar and Q&A: When AI Accelerates Development, Can Your CI Pipeline Keep Up? (Oct 8, 2026) Save Your Seat Lily Mara explains how to avoid high-risk software rewrites through incremental FFI refactoring. She shares how engineering teams can replace Python bottlenecks…...
Generics in Java: Bounds, Wildcards and PECS Explained
10+ hour, 39+ min ago (664+ words) Build type-safe Java containers, then trace generic methods, upper bounds, wildcard reads and writes, invariance, erasure, and common failure cases. Exam prep & CS education The Coding & Skill Development Courses path groups programming and data-structure topics; generic containers make reusable code…...
How to Use the Jev API: APIMaster Integration, Examples, and Pricing
4+ hour, 8+ min ago (677+ words) Learn how to use Jev with APIMaster. Send typed questions to jev-latest through the native System One endpoint, inspect probabilities, and connect the result to your application without treating Jev like a chat model. The Jev marketplace card is the…...
101 Real-World Examples of How to Use Jev
4+ hour, 29+ min ago (1663+ words) That's a narrow capability. What's interesting is how fast people found things to point it at. Below are 101 projects, grouped by what kind of decision they're making, each with a note on what Jev replaced. Most were surfaced through awesome-jev,…...
Java 27 removes the app-freezing GC from cheap servers and cuts object memory 33%
5+ hour, 21+ min ago (482+ words) Martin Cid Magazine Press Enter to Search Java 27 ships with two changes that will quietly reach every JVM running anywhere. The G1 garbage collector is now the default on every Java runtime — ending the stop-the-world Serial collector holdout on constrained hardware…...
From 20 Lines to 4: My First AI Endpoint in Spring Boot
5+ hour, 19+ min ago (602+ words) Before you install any framework, before you add any dependency — you should make one raw HTTP call to the model yourself. Just to see what it actually is. That's how I started. And it's how I'd recommend everyone starts. Go…...
Java 27 Released - What's New?
5+ hour, 34+ min ago (622+ words) Java 27 brings 9 official JDK Enhancement Proposals, comprising of 4 finalized features, 4 preview features, and 1 incubator feature, along with several notable runtime cleanups and performance improvements. We break the release down: Finalized & Production-ready Features (4 JEPs) Garbage collection (JEP 523). G1 is now used as…...
Java 25 stable virtual threads and performance improvements — Complete Guide
6+ hour, 15+ min ago (161+ words) A practical, in-depth guide to Java 25 stable virtual threads and performance improvements with examples. Blocking I/O and heavyweight OS threads have been the Achilles’ heel of Java concurrency for years. You end up juggling thread pools, tuning queue sizes,…...