Java Shots #11

Sequenced Collections, Docker Compose, Java Bad Parts

List.of(pureGoodness)

Scale up

Watch DaShaun deploy a scaleable spring boot app in 15 mins

Access Logging Done Easy

for spring bootwebMVC and webflux

Docker Compose and Spring Boot 3.1

Read up on the latests in spring docker support

Deep Dive into Sequenced Collections

Java 21 New Feature: Sequenced Collections - JEP Cafe #19

Java 21 New Feature: Sequenced Collections - JEP Cafe #19: Exploring the Latest Addition to the Collection API in JDK 21

0:29: ☕ The Collection API is one of the oldest and most widely used APIs in JDK, with the latest addition being Sequenced Collections in JDK 21.

4:54: 📚 The encounter order of a collection or list is always the same, but for sets it may change when adding or removing elements.

8:26: 📚 SequencedCollections aim to fill the gap in the Collection API by modeling common behavior shared by ordered and sorted collections.

12:44: 📚 The Collection API in Java includes new interfaces like SequencedSet and Deque to handle different data structures.

16:53: ✨ The SequencedMap interface provides additional methods for accessing and manipulating elements in a map.

Recap by Tammy AI

Java the Bad Parts…are the good parts

Some people hate NullPointerException or the very idea of null. Others hate the checked exceptions, the verbosity or the slow rate of progress. All of these aren't bugs. They are features that elevate Java as a programming language and the JVM as a platform.

If you have any videos, posts, etc, you would like to see in the next edition please reply to this email with the goods610