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 > artsensiva > five-results-i-spent-time-proving-splines-dont-help-trajectory-databases-2194

Five results: I spent time proving splines don't help trajectory databases

1+ hour, 1+ min ago   (1573+ words) If you work with GPS tracks, this idea shows up sooner or later: why store a trajectory as a polyline of thousands of points when a vehicle moves smoothly? Accelerate, turn, brake — that's a smooth curve. A cubic B-spline describes…...


dev.to > prathamxn > jev-computer-use-51mk

Jev & computer-use

3+ hour, 48+ 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....


dev.to > techtester99 > spring-boot-learning-by-doing-21mf

Spring Boot Learning by doing

4+ hour, 52+ 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…...


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

Java News Roundup: JDK 27, Open J Proxy, A2A Jakarta, Azul Payara, BoxLang, Netflix ja

5+ hour, 6+ 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…...


medium.com > @nsartape0111 > 10-mistakes-i-made-while-building-spring-boot-projects-so-you-dont-have-to-de322afd006a

10 Mistakes I Made While Building Spring Boot Projects So You Don’t Have To

2+ hour, 10+ min ago   (110+ words) Spring Boot makes it incredibly easy to get started. You can build a REST API in a few minutes, connect a database, and …...


knowledgegate.ai > blog > generics-in-java-tutorial-with-examples

Generics in Java: Bounds, Wildcards and PECS Explained

12+ hour, 54+ 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…...


apimaster.ai > blog > how-to-use-jev-api

How to Use the Jev API: APIMaster Integration, Examples, and Pricing

6+ hour, 22+ 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…...


hackernoon.com > 101-real-world-examples-of-how-to-use-jev

101 Real-World Examples of How to Use Jev

6+ hour, 44+ 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,…...


martincid.com > technology-sv > java-27-g1-gc-default-every-device

Java 27 removes the app-freezing GC from cheap servers and cuts object memory 33%

7+ hour, 35+ 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…...


dev.to > shamprakash2000 > from-20-lines-to-4-my-first-ai-endpoint-in-spring-boot-3010

From 20 Lines to 4: My First AI Endpoint in Spring Boot

7+ hour, 34+ 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…...