ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

40 results

Code Lab
Lambda expressions

Lambda expessions are one use calculator which can calculate multiple numbers at a time. For example:- my_nums = [1,2,3,4,5,6 ...

4:35
Lambda expressions

37 views

4 years ago

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

Master AWS Lambda with Java 17 in 2 Mins! En este video, te mostraremos cómo configurar AWS Lambda con Java 17 en solo 2 ...

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

727 views

2 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 6: Lambda Expressions

Learn how to use lambda expressions in TypeScript so you never have to worry about what "this" is again. Learn more about "this" ...

2:20
TypeScript for JavaScript Developers Part 6: Lambda Expressions

403 views

6 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

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

Otavio Santana
The four ways to use Java Record

shorts Java record is a powerful resource to include your favorite feature, mainly when discussing immutable instances. Yes, you ...

0:54
The four ways to use Java Record

357 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

Drunken Engineer
java 8 Interview Questions | Theoretical

This video contains java 8 interview questions and answers. One of the best book for Interview Questions Top 1000 Java Interview ...

10:38
java 8 Interview Questions | Theoretical

29,800 views

4 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

The Java Den
Lists Initialization

Is there any way to initialize an List in Java? Short answer: Kinda. Java doesn't provide a native initialization for Lists, so we ...

2:13
Lists Initialization

86 views

3 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

makingthematrix
Programming with Functions #4 - unapply and newtype

Design your code around your cats. Data. I mean data. This is a direct continuation of the previous video in this series, the one ...

10:01
Programming with Functions #4 - unapply and newtype

865 views

4 years ago

Danny Heap
racket aggregates video 3/6 --- maps

Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html on using map to transform list elements to create a new list.

3:24
racket aggregates video 3/6 --- maps

2,965 views

12 years ago

Otavio Santana
Why should I use Mock on my software tests?

shorts Why should I use Mock on my software tests? You can save time when you use mock on your software tests. You can focus ...

0:37
Why should I use Mock on my software tests?

303 views

2 years ago

Kaloyan Karaivanov
Kotlin - Solving a sample coding interview problem

... default arguments - Expressions - Null-safety - Extension functions - High-order functions and lambdas - Operator overloading ...

11:08
Kotlin - Solving a sample coding interview problem

2,786 views

3 years ago

Stimulsoft
Dashboards Tool: Search in Filter Elements (2021.3)

We have added the ability to search for values for filtering dashboard elements - List Box and Combo Box. The search field will be ...

1:19
Dashboards Tool: Search in Filter Elements (2021.3)

519 views

4 years ago

SwedenCpp
Jean Guegant - Meta Crush Saga: a C++17 compile-time game

... the new metaprogramming features available (if-constexpr, constexpr lambdas...) in C++17 in a fun way. This match-three game ...

30:07
Jean Guegant - Meta Crush Saga: a C++17 compile-time game

7,484 views

7 years ago

freeCodeCamp.org
Python for Everybody - Full University Python Course

This Python 3 tutorial course aims to teach everyone the basics of programming computers using Python. The course has no ...

13:40:10
Python for Everybody - Full University Python Course

7,531,700 views

6 years ago

Danny Heap
racket recursion video 3/6 --- koch curve with local definition

video from http://www.cdf.toronto.edu/~heap/racket_lectures.html shows how to create a koch fractal without those annoying ...

4:44
racket recursion video 3/6 --- koch curve with local definition

1,804 views

12 years ago

Google for Developers
Dartisans ep. 3: Dart Libraries with Josh Bloch

In this episode of Dartisans, we chat with Josh Bloch about the Dart libraries. Josh shares some insight into library and API design.

52:21
Dartisans ep. 3: Dart Libraries with Josh Bloch

3,508 views

13 years ago

Pisani da ArcH
DEFINITELY understand the DIFFERENCE between ABSTRACT classes and INTERFACES-OOP

After all what is the difference between abstract classes and interfaces? When to use? Is it really enough to think that the ...

15:36
DEFINITELY understand the DIFFERENCE between ABSTRACT classes and INTERFACES-OOP

137,401 views

5 years ago

Confreaks
RubyConf 2016 - Why recursion matters by James Coglan

RubyConf 2016 - Why recursion matters by James Coglan In modern programming, recursion is so common that we take it for ...

38:43
RubyConf 2016 - Why recursion matters by James Coglan

1,065 views

9 years ago

NPTEL IIT Bombay
Lecture 14 : Advanced Features of Functions Part 1: Introduction and passing one function to another

Advanced Features of Functions Part 1 : Introduction and passing one function to another.

14:05
Lecture 14 : Advanced Features of Functions Part 1: Introduction and passing one function to another

7,267 views

6 years ago

wikipedia tts
Referential transparency (computer science) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Referential_transparency 00:01:30 1 History ...

12:54
Referential transparency (computer science) | Wikipedia audio article

50 views

6 years ago

Danny Heap
racket recursion video 2/4 --- for/list recursion

http://www.cdf.toronto.edu/~heap/racket_lectures.html Video on lists, a self-referential, or recursive, structure: they can contain lists ...

4:44
racket recursion video 2/4 --- for/list recursion

10,289 views

13 years ago