1. Spring and Java
>> Spring Boot 3.3 Boosts Performance, Security, and Observability [infoq.com]
It is always cool to see just how much Boot is improving from version to version. Lots of goodness here.
>> Spring AI with Groq – a blazingly fast AI inference engine [spring.io]
The integration and adoption of AI into the Spring community has been fast, but done well. A good piece to understand a piece of the puzzle.
Also worth reading:
- >> Common I/O Tasks in Modern Java [dev.java]
- >> OpenTelemetry Tracing on Spring Boot, Java Agent vs. Micrometer Tracing [frankel.ch]
- >> Netflix Adopts Virtual Threads: A Case Study on Performance and Pitfalls [infoq.com]
Webinars and presentations:
- >> Video: Easy Implementation of a Client-Server Application in Java with FEPCOS-J [foojay.io]
- >> Spring Tips: Spring Security method security with special guest Rob Winch [spring.io]
- >> How to Read a JDK Enhancement Proposal – Inside Java Newscast #74 [inside.java]
- >> A Bootiful Podcast: Observability legend Jonatan Ivanov on the latest and greatest in Micrometer [spring.io]
Time to upgrade:
- >> Hibernate 7.0.0.Beta1 released [relation.to]
- >> Hibernate Validator 9.0.0.Beta2 is out released [relation.to]
- >> quarkus 3.13.0 released [github.com]
2. Technical & Musings
>> Leveraging Hibernate Search capabilities in a Quarkus application without a database [quarkus.io]
Solid tutorial to follow along with, if only to explore an interesting, useful implementation.
Also worth reading:
- >> Instead of restricting AI and algorithms, make them explainable [martinfowler.com]
- >> Differentiating rate limits in Apache APISIX [foojay.io]
- >> Making Use of ‘Silly’ Advice: Part 3 [jbrains.ca]
3. Pick of the Week
>> A manifesto for small teams doing important work [seths.blog]