#JavaStreams

2025-03-28

🚀 Java 24 bringt die neuen Stream Gatherers – ein Upgrade, das funktionales Java auf ein neues Level hebt.

Gatherers füllen eine Lücke bei den Intermediate-Operations:
✔ eleganter
✔ wiederverwendbar
✔ parallelisierbar

Im Blog erklärt David anhand eines Beispiels:
🔹 wie Gatherers funktionieren
🔹 wie man eigene schreibt
🔹 und warum sie ein echter Gamechanger sind.

📚 puzzle.ch/blog/2025/03/28/stre

#Java #Java24 #JavaStreams #Gatherers #FunctionalProgramming #SoftwareDevelopment #Coding #DevBlog

Shai Almogdebugagent
2024-06-17

Ever wondered how to inspect Java streams without altering their flow? 🤔 'peek() allows developers to peek into the elements of a stream...' debugagent.com/debugging-strea

Think twice before using parallel streams in a multi-threaded environment! 🧵 #JavaStreams #Performance

Today's experiment was a real eye-opener. 🕵️‍♂️ Comparing loops, streams, and parallel streams. Loops and regular streams crossed the finish line hand in hand. 🏁 But Parallel streams use a common ForkJoinPool, and they're limited by the number of available CPU cores. 🖥️ In server environments where cores are often limited, this becomes a bottleneck. #DevTips #JavaBackend

Shai Almogdebugagent
2024-03-12

"Struggling with stream bugs? 'peek() is used to inspect elements within the stream conditionally.' Find out how in our latest post! "
debugagent.com/debugging-strea

Sunit Ghoshengineersunit
2023-12-28

Java Streams: Behavioral Parameters with Side-Effects

Will the peek operation print the Fibonacci sequence till 5?

"""
Stream.of(1, 1, 2, 3, 5)
.peek(System.out::println)
.count()
"""

Hints 💡 and learnings in the comments!

Use Java Playground to try out the code

JCONjcon
2023-08-04

JCON EUROPE 2023 Keynote is online! Watch the video with Markus Kett: The Evolution of Data Processing with Java
youtube.com/watch?v=i7SNG-Yv3G

Relational & the standard were designed for monolithic systems and have been a great success story. However, there are also various challenges, but after so much time these are simply part of the process...

JAVAPROjavapro
2023-08-04

JCON EUROPE 2023 Keynote is online! Watch the video with Markus Kett: The Evolution of Data Processing with Java
youtube.com/watch?v=i7SNG-Yv3G

Relational & the standard were designed for monolithic systems and have been a great success story. However, there are also various challenges, but after so much time these are simply part of the process...

2023-06-01

Learn how to write intuitive and type-safe Java Stream queries using JPAStreamer and Hibernate in Quarkus. #shorts

By Julia Gustafsson

Get Started:
code.quarkus.io/?extension-sea

JPAStreamer documentation:
speedment.github.io/jpa-stream

#jpastreamer #quarkus #quarkus3 #hibernate #jpa #java #javastreams #sql #sh

2023-05-25

Learn an intuitive and type-safe way of joining two data tables using JPAStreamer and Hibernate in Quarkus with Julia Gustafsson.

youtube.com/shorts/jGi3DVGZCsw

Get Started:
code.quarkus.io/?extension-sea

JPAStreamer documentation:
speedment.github.io/jpa-stream

#jpastreamer #quarkus #quarkus3 #hibernate #jpa #java #javastreams #sql #short

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst