ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

375 results

The Debug Zone
Java 8 Stream: Merging Collections of Objects by Shared ID Explained

In this video, we dive into the powerful features of Java 8 Streams, focusing on how to merge collections of objects based on a ...

2:41
Java 8 Stream: Merging Collections of Objects by Shared ID Explained

2 views

10 months ago

Coding wala Shree
Java Stream API – Terminal Operations: findFirst, findAny, allMatch, anyMatch, noneMatch | PART 7

... Repository: https://github.com/codingwalashree/codingwalashree-java8-features/tree/main/stream-api-demo Don't forget to ...

21:54
Java Stream API – Terminal Operations: findFirst, findAny, allMatch, anyMatch, noneMatch | PART 7

93 views

7 months ago

Round The Code
Before you update to .NET 10 - watch this first!

We'll walk you through how to update your projects to .NET 10 in this video. Whether you're updating an existing application or ...

9:37
Before you update to .NET 10 - watch this first!

7,838 views

2 months ago

Coding wala Shree
Java Streams: peek(), distinct(), limit(), skip() Explained with Real-World Examples | PART 5

... Code on GitHub Code: https://github.com/codingwalashree/codingwalashree-java8-features Got questions? Drop them in the ...

40:44
Java Streams: peek(), distinct(), limit(), skip() Explained with Real-World Examples | PART 5

654 views

10 months ago

Coding wala Shree
🔥 Java 24 is Here!🔥 Important Features You Must Know with Code Demos!

Java 24 is here! This release introduces powerful new features, making Java more efficient, secure, and developer-friendly. In this ...

31:13
🔥 Java 24 is Here!🔥 Important Features You Must Know with Code Demos!

406 views

9 months ago

The Debug Zone
Java 8 Stream findFirst: How to Get the First Element Efficiently

In this video, we delve into the powerful features of Java 8 Streams, focusing specifically on the `findFirst` method. Whether you're ...

1:31
Java 8 Stream findFirst: How to Get the First Element Efficiently

3 views

10 months ago

Coding wala Shree
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...

34:27
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

682 views

11 months ago

The Debug Zone
Fixing Jack Error: Required to Support Java 8 Language Features in Android

In this video, we dive into the common "Jack Error" that developers encounter when trying to leverage Java 8 language features in ...

1:30
Fixing Jack Error: Required to Support Java 8 Language Features in Android

1 view

5 months ago

The Debug Zone
Understanding Java 8 Streams: Adding Specific Class Lists to java.lang.Object

In this video, we delve into the powerful features of Java 8 Streams and explore how they can be utilized to enhance the ...

1:55
Understanding Java 8 Streams: Adding Specific Class Lists to java.lang.Object

0 views

10 months ago

The Debug Zone
Java 8 Streams: Filter List Items Based on Conditions from Another List

In this video, we dive into the powerful features of Java 8 Streams, focusing on how to filter items in one list based on conditions ...

2:06
Java 8 Streams: Filter List Items Based on Conditions from Another List

0 views

3 months ago

Burvy
This Minecraft Server Changes EVERYTHING #minecraft #gun #guns #nomods #vanilla #java

Welcome to the world's greatest faction server of 2025, StatesMC. Not only do we feature balanced anti-raid protections for bases, ...

0:14
This Minecraft Server Changes EVERYTHING #minecraft #gun #guns #nomods #vanilla #java

8,854 views

5 months ago

The Debug Zone
Applying Multiple Functions to a Value in Java 8: A Step-by-Step Guide

In this video, we dive into the powerful features of Java 8, focusing on how to apply multiple functions to a single value using the ...

1:31
Applying Multiple Functions to a Value in Java 8: A Step-by-Step Guide

2 views

10 months ago

Coding wala Shree
Sorting with Java Streams: Comparable vs Comparator

... Java 8 Features: https://www.youtube.com/watch?v=meFi5pR-Y4w&list=PL0NAuwT3sREIpmVKgApk2vauQ4zWAenen Core ...

24:54
Sorting with Java Streams: Comparable vs Comparator

460 views

11 months ago

Burvy
Is this Minecraft Server COMMUNIST?? #minecraft #gun #guns #nomods #vanilla #java

Welcome to the world's greatest faction server of 2025, StatesMC. Not only do we feature balanced anti-raid protections for bases, ...

0:25
Is this Minecraft Server COMMUNIST?? #minecraft #gun #guns #nomods #vanilla #java

13,818 views

5 months ago

The Debug Zone
Understanding .peek() in Java 8 Streams: Usage, Examples, and Best Practices

In this video, we delve into the powerful `.peek()` method in Java 8 Streams, a feature that allows you to inspect elements as they ...

2:13
Understanding .peek() in Java 8 Streams: Usage, Examples, and Best Practices

13 views

7 months ago

The Debug Zone
Java 8 Streams: Handling Elements with Boolean Fields Effectively

In this video, we delve into the powerful features of Java 8 Streams, focusing on how to effectively handle elements with Boolean ...

1:53
Java 8 Streams: Handling Elements with Boolean Fields Effectively

3 views

6 months ago

The Debug Zone
How to Merge Different Type Maps in Java 8: A Step-by-Step Guide

In this video, we'll explore the powerful capabilities of Java 8 as we dive into the process of merging different types of maps.

1:32
How to Merge Different Type Maps in Java 8: A Step-by-Step Guide

13 views

7 months ago

Coding wala Shree
Java 25 LTS: 6 Key Features Developers Must Know #JDK25 #Java25 #Java25Features

Java 25 LTS is finally here — and this update brings some of the most practical improvements we've seen in modern Java.

15:33
Java 25 LTS: 6 Key Features Developers Must Know #JDK25 #Java25 #Java25Features

267 views

1 month ago

Burvy
This Minecraft Server is ILLEGAL #minecraft #gun #guns #nomods #vanilla #java

Welcome to the world's greatest faction server of 2025, StatesMC. Not only do we feature balanced anti-raid protections for bases, ...

0:22
This Minecraft Server is ILLEGAL #minecraft #gun #guns #nomods #vanilla #java

9,529 views

5 months ago

Moonwood Games
Struggling With RPG Maker To Make My Indie Game #indiegame #indiedev #gamedev

Should I be using RPG Maker to make my randomly generated, dungeon crawling, rougelite RPG? Probably not. But it's what I ...

0:15
Struggling With RPG Maker To Make My Indie Game #indiegame #indiedev #gamedev

311,671 views

9 months ago

The Debug Zone
How to Convert Java 8 Streams to Stream of Tuples: A Step-by-Step Guide

In this video, we'll explore the powerful capabilities of Java 8 Streams and how to transform them into a stream of tuples. Whether ...

3:28
How to Convert Java 8 Streams to Stream of Tuples: A Step-by-Step Guide

2 views

4 months ago

The Debug Zone
Java 8 Stream: Convert Map Values to Different Types Easily

In this video, we dive into the powerful features of Java 8 Streams, focusing on how to effortlessly convert map values to different ...

1:29
Java 8 Stream: Convert Map Values to Different Types Easily

1 view

10 months ago

The Debug Zone
Java 8: Convert Set to Map with Set as Value - Step-by-Step Guide

In this video, we'll explore a powerful feature of Java 8 that allows you to convert a Set into a Map, using the Set as the value.

1:55
Java 8: Convert Set to Map with Set as Value - Step-by-Step Guide

1 view

4 months ago

The Debug Zone
How to Filter Nested Objects in Java 8: A Step-by-Step Guide

In this video, we delve into the powerful features of Java 8, focusing on how to effectively filter nested objects. As data structures ...

1:59
How to Filter Nested Objects in Java 8: A Step-by-Step Guide

0 views

9 months ago

The Debug Zone
Understanding Lazy Evaluation in Java 8 Lambdas: A Guide to Persisted Results

In this video, we delve into the concept of lazy evaluation in Java 8 lambdas, a powerful feature that can optimize performance ...

3:59
Understanding Lazy Evaluation in Java 8 Lambdas: A Guide to Persisted Results

2 views

10 months ago