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

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

Execução preguiçosa com Lambdas

Lembre de que lambdas são executados de forma "lazy"

Learn More 5 0Jul 21 '24

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 5 0Apr 6

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

Lets understand HTTP

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

Learn More 3 0Mar 15

How to handle large file uploads in SvelteKit using streams

I was working on a SvelteKit based local cloud project. I know that there are already solutions out...

Learn More 2 0Aug 13 '24

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

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

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

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