ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

240 results

Otavio Santana
Mastering Java Function Interface: A Deep Dive into Specializations and Combinations

In this video tutorial, we'll explore the powerful Java Function interface, and go deep into its specializations, such as BiFunction ...

11:20
Mastering Java Function Interface: A Deep Dive into Specializations and Combinations

296 views

2 years ago

Otavio Santana
Mastering Java Consumer Interface: A Comprehensive Guide

In this video tutorial, we'll explore the powerful Java Consumer interface and learn how it can help you generate new values by ...

4:14
Mastering Java Consumer Interface: A Comprehensive Guide

880 views

2 years ago

Otavio Santana
Java Supplier: A Comprehensive Guide to Simplifying Your Code

In this video tutorial, we'll explore the powerful Java Supplier interface and learn how it can simplify your code by generating data ...

4:11
Java Supplier: A Comprehensive Guide to Simplifying Your Code

392 views

2 years ago

Drunken Engineer
How to Reuse Streams in java 8 | Supplier Functional Interface | #4

This video contains one of the most asked coding questions related to java 8. One of the best book for Interview Questions Top ...

7:54
How to Reuse Streams in java 8 | Supplier Functional Interface | #4

11,400 views

4 years ago

Samir Paul
Java Interfaces: The Implementation Perspective

ADSB 05_03.

7:13
Java Interfaces: The Implementation Perspective

827 views

10 years ago

Otavio Santana
Simplify Your Code with Java Predicate: A Comprehensive Guide

In this video tutorial, we'll explore the powerful Java Predicate interface and learn how it can simplify your code and improve its ...

6:12
Simplify Your Code with Java Predicate: A Comprehensive Guide

715 views

2 years ago

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

802 views

4 years ago

Carlos Chacin
Master AWS Lambda with Java 17 in 2 Mins! 🤯☕️⚡️

Can you really Master AWS Lambda with Java 17 in 2 Mins? This video shares THE key insight or trick that will make you feel ...

2:00
Master AWS Lambda with Java 17 in 2 Mins! 🤯☕️⚡️

964 views

2 years ago

Vaadin
Vaadin 10: Control any HTML element from Java or JavaScript

Throughout our 17 year history, Vaadin has given developers a simple, component-based way of building Web Applications.

0:46
Vaadin 10: Control any HTML element from Java or JavaScript

4,521 views

7 years ago

Otavio Santana
Introduction to CDI Decorator and Interceptor

Composite over inheritance is an OOP design principle we've followed for several years. Like me, you might have seen it in the ...

17:21
Introduction to CDI Decorator and Interceptor

466 views

3 years ago

makingthematrix
Programming with Functions #5 - Immutability

Immutability and pączki. And how do you think, where is the border? Where do you decide that enough is enough and reach for ...

12:42
Programming with Functions #5 - Immutability

938 views

4 years ago

Conor Redmond
MyBatis Intro & Demo

demonstration of mybatis running on Springboot.

7:35
MyBatis Intro & Demo

11,362 views

8 years ago

Adam Gaweda, Dr. Sensei
Implementing Dictionaries using the Map Interface in Java

Now one of the things I said in the last video is this idea that map, the class of map in Java, is an abstract class. There's actually a ...

11:44
Implementing Dictionaries using the Map Interface in Java

19,333 views

8 years 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

679 views

10 months ago

Vaadin
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

In this video, Marcus Hellberg will teach you how to build an AI chatbot that uses retrieval-augmented generation (RAG) to learn ...

52:24
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

23,483 views

1 year ago

Drunken Engineer
StringJoiner Interview Questions

StringJoiner Class in Java 8 Interview questions. One of the best book for Interview Questions Top 1000 Java Interview Questions ...

5:45
StringJoiner Interview Questions

7,586 views

4 years ago

Otavio Santana
CDI Introduction and Exploring Polymorphism

As software architects and designers, we have a common goal: Simplicity. We want to archive success, mainly because the clarity ...

20:34
CDI Introduction and Exploring Polymorphism

263 views

3 years ago

makingthematrix
Programming with Functions #8: Monads

Monads. The you know what. That dreaded word. Monoids in the category of endofunctors. Burritos with rules. They have a bad ...

11:47
Programming with Functions #8: Monads

1,209 views

4 years ago

Stimulsoft
Creating and using user functions in reports and dashboards [version 2024.3]

reportingtool #csharp #vbnet #javascript In Stimulsoft Reports, Dashboards, and PDF Forms 2024.3 we have added the ability to ...

4:51
Creating and using user functions in reports and dashboards [version 2024.3]

545 views

11 months ago

parlough
How to Iterate over Keys and Values in a Java Map

Learn with me as I go over how to access both the key and the value as you loop over a map in #Java. I hope you found this video ...

5:45
How to Iterate over Keys and Values in a Java Map

99 views

4 years ago

Confreaks
RubyConf 2016 - JRuby Everywhere! Server, Client, and Embedded by Thomas Enebo

RubyConf 2016 - JRuby Everywhere! Server, Client, and Embedded by Thomas Enebo Ruby has seen its heaviest on servers; ...

49:18
RubyConf 2016 - JRuby Everywhere! Server, Client, and Embedded by Thomas Enebo

921 views

9 years ago

Heydon Pickering
Making Future Interfaces: ES Modules

Learn all about native ES modules, and whether it's safe to use them today, untranspiled (it is!!)

6:27
Making Future Interfaces: ES Modules

6,272 views

6 years ago

The Mentor CodeLab
Method Overload - Java Tutorial | #18

Java Tutorial: Method Overload In this video we will talk about overloading methods. Using method overload is a very powerful ...

4:08
Method Overload - Java Tutorial | #18

21 views

1 year ago

Igalia
Overview of native MathML support: advantage and status

Historical context: This video provided an overview of native MathML support in some browsers as of its publication in November ...

3:21
Overview of native MathML support: advantage and status

2,341 views

8 years ago

makingthematrix
Programming with Functions #10 - Composition over Inheritance

00:00 Preface 03:38 Inheritance: what the type is 09:49 Composition: what the type can do 14:07 Mocking frameworks 16:32 ...

19:33
Programming with Functions #10 - Composition over Inheritance

450 views

3 years ago