Articles by Tag #stream

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

Creating a REST API in Flutter with Stream: An Alternative to setState

This is the first post on my profile, and I will talk about streams in Flutter with an example of...

Learn More 10 2Oct 3 '24

What is the difference between forEach and map in streams?

forEach: A terminal operation that performs an action on each element of the stream but does not...

Learn More 9 0Nov 10 '24

To `Gather` or not to `Gather`? That is the question.

Et si on codait des Gatherer ?

Learn More 8 0Mar 24

How does the limit() method differ from the skip() method in streams?

The limit() and skip() methods in Java Streams are used to control the number of elements in a...

Learn More 7 0Dec 8 '24

Java 8 Stream API limit() and skip() methods

In Java 8, the Stream API provides limit() and skip() methods for controlling the number of elements...

Learn More 7 0Nov 2 '24

Java Stream Scenario Based Interview Question

You have a list of employees with fields like name, age, and department. Write a code snippet to...

Learn More 7 0Dec 25 '24

Java Stream.distinct()

The Stream.distinct() method in Java is used to filter out duplicate elements from a stream, ensuring...

Learn More 6 0Nov 17 '24

Real-Time Data with gRPC Streaming: .NET & React with Connect RPC

gRPC streaming is a powerful technology for building real-time, high-performance applications. Unlike...

Learn More 2 0Jul 5

Reverse String

1. Reversing String using charArray `package com.string; public class Reverse_String { public...

Learn More 1 0May 23

Understanding Future and Stream in Dart

Do you know the difference between Future and Stream in Dart? Both handle asynchronous operations,...

Learn More 0 0May 10

Mastering Lambda Expressions, Functional Interfaces, and Streams in Java 8 and Beyond

Java 8 revolutionized how developers write and think about Java code by introducing functional...

Learn More 0 0May 8

Understanding Stream Methods in Node.js: A Guide to `read` and `write`

This article explores the fundamentals of handling streams in Node.js, focusing on the read and write methods in combination with event listeners

Learn More 0 0Nov 16 '24

NodeJS Fundamentals: stream

Node.js Streams: Beyond the Basics for Production Systems Introduction Imagine...

Learn More 0 0Jun 21

Telegram bot for streaming movies/music in channels/groups

Telegram-Streamer 📺 Simple Video/Music Streamer with FFmpeg & Flask This image...

Learn More 0 0Aug 25

Fix Nulls in 2 Mins: Cleaner JSON Data with Jolt Code

Simplifying Big Data Processing: A 2-Minute Jolt Code Fix for Cleaner JSON Data When working with...

Learn More 0 0Oct 6 '24

Handling large file downloads with stream download to avoid timeout and other response errors

When working with large file downloads in web applications, one of the common issues developers face...

Learn More 0 0Sep 26 '24

Beyond Stream.distinct()

A Stream of objects Starting with Java 8, you can use a Stream to process elements from a...

Learn More 0 0Nov 21 '24

Processing Streaming Data and Fetching Files with AWS Lambda and Python

AWS Lambda is a powerful serverless compute service that allows you to run code in response to events...

Learn More 0 0Feb 8

StreamHD: Video Stream Platform

Check out this Pen I made!

Learn More 0 0Jun 28

Sitecore Symposium 2024 Day One – Sitecore Stream gets launched

GenAI kicks off the Nashville Symposium While I couldn’t be in Nashville for the big...

Learn More 0 0Oct 17 '24

Understanding Java Streams: Revolutionizing Data Processing

In today's fast-paced digital world, efficient data processing is a cornerstone of software...

Learn More 0 0Sep 17 '24

How to Filter a Collection Using Streams in Java?

Java 8 introduced the Stream API, which allows for functional-style operations on collections. One...

Learn More 0 0Jun 9

Keep "Vacuous truth" on top of mind while coding with java.util.stream API

Understanding Vacuous Truth in Programming with Practical Examples

Learn More 0 0Sep 2 '24