Articles by Tag #streams

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Java Streams | What is the difference between sorted() and distinct() in streams?

For Explanation watch video sorted() The sorted() method is used to sort the elements of a...

Learn More 10 1Dec 7 '24

Java 8 — map() vs flatMap()

side-by-side comparison of map() vs flatMap() on the same dataset so you can clearly see the...

Learn More 7 2Aug 10

How does Optional.ifPresent() differ from Optional.orElse()?

Optional.ifPresent() and Optional.orElse() are two methods in Java's Optional class, designed to...

Learn More 6 0Dec 15 '24

Node.js streams | pipe through your way ✅ | say NO to pressure!

Description Poll phase is hijacked by the uncontrolled flow from readable stream. This is...

Learn More 5 1Mar 29

Why Your `.parallelStream()` Might Not Be Parallel at All

A sneaky Java performance gotcha — and how changing one line of code made my app go from single-threaded to fully parallel.

Learn More 4 0Apr 6

Efficiently Handling Large Result Sets with Java Streams and Database Cursors

Efficiently Handling Large Result Sets with Java Streams and Database Cursors Imagine...

Learn More 3 0Aug 8

Lets understand HTTP

What is HTTP ? HTTP (Hypertext Transfer Protocol) is a protocol designed to transfer file...

Learn More 3 0Mar 15

Streams em Java

O que são Streams? Streams em Java são uma abstração para processar coleções de dados de forma...

Learn More 2 0Feb 4

7 Streams e Collectors

1 Melhoria na Ordenação de Coleções A ordenação de coleções foi aprimorada com novos recursos da...

Learn More 1 0Mar 18

The streaming bridges — A Kafka, RabbitMQ, MQTT and CoAP example

How can we use data stream and what does that mean? Does Kotlin really offers an alternative?

Learn More 1 0Dec 25 '24

Cap8 Mais operações com Streams

Ordenando um Stream 1 Ordenação de uma List Utiliza o método sort da List. Exemplo de ordenação por...

Learn More 0 0Mar 25

Beyond the Basics: Mastering Streams in Node.JS

Introduction Streams are a fundamental concept in computing, used to manage and process...

Learn More 0 0Dec 30 '24

[Boost]

Node.js streams | pipe through your way ✅ | say NO to...

Learn More 0 0Mar 29