home.social

#javastreams — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #javastreams, aggregated by home.social.

fetched live
  1. 🤖 KI-Assistenten erzeugen heute Java-Code mit Streams wie selbstverständlich. Doch wann sind diese Stream-Pipelines wirklich performant?

    Auf der #BaselOne26 zeigt Java Champion @cayhorstmann, wie Java Streams intern funktionieren, warum sich ihre Performance oft nur schwer vorhersagen lässt und weshalb parallele Streams nicht immer halten, was sie versprechen.

    👉 baselone.org/#programm
    🎟️ eventfrog.ch/BaselOne26

    #Java #JavaStreams #Performance #SoftwareEngineering #BaselOne

  2. Declarative pipelines. Lazy evaluation. Batched #Gatherers. #JavaStreams evolved into a flexible data processing framework. Mihaela Gheorghe-Roman offers a practical timeline from #Java 8 to 24—plus common pitfalls to avoid: javapro.io/2025/11/13/java-str

    @openjdk #Java25 #JDK24 #JDK

  3. Declarative pipelines. Lazy evaluation. Batched #Gatherers. #JavaStreams evolved into a flexible data processing framework. Mihaela Gheorghe-Roman offers a practical timeline from #Java 8 to 24—plus common pitfalls to avoid: javapro.io/2025/11/13/java-str

    @openjdk #Java25 #JDK24 #JDK

  4. Are you using parallelStream() without profiling? Or still writing Collectors.toList() manually? #JavaStreams have evolved—Mihaela Gheorghe-Roman breaks down what modern #Java offers you from 8 to 24: javapro.io/2025/11/13/java-str

    @openjdk #ProjectAmber #Java25 #JavaStreams #JDK24

  5. Are you using parallelStream() without profiling? Or still writing Collectors.toList() manually? #JavaStreams have evolved—Mihaela Gheorghe-Roman breaks down what modern #Java offers you from 8 to 24: javapro.io/2025/11/13/java-str

    @openjdk #ProjectAmber #Java25 #JavaStreams #JDK24

  6. #JavaStreams changed how we process collections—but the API didn’t stop at map() and reduce(). From dropWhile() to Stream.transform(), Mihaela Gheorghe-Roman walks through the milestones you likely missed.

    Full evolution: javapro.io/2025/11/13/java-str

    @openjdk #Java25 #StreamsAPI

  7. #JavaStreams changed how we process collections—but the API didn’t stop at map() and reduce(). From dropWhile() to Stream.transform(), Mihaela Gheorghe-Roman walks through the milestones you likely missed.

    Full evolution: javapro.io/2025/11/13/java-str

    @openjdk #Java25 #StreamsAPI

  8. Still writing verbose loops in #Java? Streams have evolved far beyond map() & filter()—from takeWhile() to mapMulti() to gather(). Mihaela Gheorghe-Roman traces the full journey from Java 8 to 24.

    Stay current: javapro.io/2025/11/13/java-str

    @openjdk #ProjectAmber #Java25 #JavaStreams

  9. Still writing verbose loops in #Java? Streams have evolved far beyond map() & filter()—from takeWhile() to mapMulti() to gather(). Mihaela Gheorghe-Roman traces the full journey from Java 8 to 24.

    Stay current: javapro.io/2025/11/13/java-str

    @openjdk #ProjectAmber #Java25 #JavaStreams

  10. 🚀 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

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

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

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

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

  15. 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 #Databases & the #JPA 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...

    #CloudNative #InMemory #JakartaEE #MicroProfile #Hibernate #JavaStreams

  16. 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 #Databases & the #JPA 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...

    #CloudNative #InMemory #JakartaEE #MicroProfile #Hibernate #JavaStreams

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

    By Julia Gustafsson

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

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