ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,318 results

Lambda World
Lambda World 25 - From Functions to Inlinable Effects in Kotlin by Michail Zarecenskij

In this talk, we'll explore how Kotlin combines imperative and functional programming styles. We'll look at how to manage effects ...

27:00
Lambda World 25 - From Functions to Inlinable Effects in Kotlin by Michail Zarecenskij

9 views

3 months ago

Khanyisa Keke TV
🔧 Essential Kotlin Tool: Lambda Expressions Explained Like Never Before 🛠️

Discover the power of Kotlin lambda expressions and their role in functional programming with this comprehensive guide to ...

39:21
🔧 Essential Kotlin Tool: Lambda Expressions Explained Like Never Before 🛠️

24 views

1 year ago

Lambda World
Lambda World 2019 - What the F(p) is Kotlin? - Katie Levy & Shelby Cohen

In this Lambda World 2019 presentation, software engineers Katie Levy and Shelby Cohen share their experience introducing ...

27:25
Lambda World 2019 - What the F(p) is Kotlin? - Katie Levy & Shelby Cohen

3,180 views

6 years ago

Dave Leeds
Coroutines: Concurrency in Kotlin

In this presentation, I give an overview of coroutines in Kotlin, including the basics of coroutines, how they can be used for ...

30:22
Coroutines: Concurrency in Kotlin

53,876 views

1 year ago

Philipp Lackner
Full 2025 Kotlin Crash Course For Beginners

... 1:31:10 - Normal functions 1:42:03 - Extension functions 1:49:07 - Function overloading 1:52:25 - Lambda functions 2:07:33 ...

3:11:50
Full 2025 Kotlin Crash Course For Beginners

255,419 views

10 months ago

Lambda World
Kotlin 102 Beyond the Basics - Hadi Hariri

This presentation was given at Lambda World 2017 by Hadi Hariri. Follow: - https://www.twitter.com/47deg ...

45:33
Kotlin 102 Beyond the Basics - Hadi Hariri

1,849 views

8 years ago

Java
Kotlin Reflection with Andrey Breslav

Kotlin Reflection with Andrey Breslav.

37:18
Kotlin Reflection with Andrey Breslav

4,363 views

6 years ago

Code with mTwTm
Learning Kotlin Live Episode 32: Higher-Order Functions and Lambdas part 1

Covered: Higher-Order Functions and Function types (https://kotlinlang.org/docs/reference/lambdas.html)

40:10
Learning Kotlin Live Episode 32: Higher-Order Functions and Lambdas part 1

29 views

Streamed 7 years ago

Lambda World
Functional Programming in Kotlin with Kategory - Raul Raja & Paco Estevez

This presentation was given as part of Lambda World 2017 by Raul Raja and Paco Estevez. Follow: ...

40:06
Functional Programming in Kotlin with Kategory - Raul Raja & Paco Estevez

5,410 views

8 years ago

Kotlin by JetBrains
Kotlin & Functional Programming: pick the best, skip the rest by Urs Peter

Recording brought to you by American Express. https://americanexpress.io/kotlin-jobs Applying Functional Programming practices ...

43:49
Kotlin & Functional Programming: pick the best, skip the rest by Urs Peter

32,929 views

2 years ago

The Self-Taught Software Engineer
Tidy up your Kotlin code with Scope Functions: Why you should use them!

Do you want to learn Kotlin? Then you are absolutely right in this tutorial: In this series of videos, I am gonna showcase useful ...

48:55
Tidy up your Kotlin code with Scope Functions: Why you should use them!

1,195 views

4 years ago

Scott Stanchfield
Kotlin lambdas

Sample Source code: https://gist.github.com/javadude/5adafd93cc5a319531ef1e5fdff5c93a.

1:11:13
Kotlin lambdas

409 views

6 years ago

MongoDB
Build an AWS Lambda Serverless function with Kotlin and MongoDB

Sign-up for a free cluster at: https://mdb.link/free-lQ6g3QTf4eA ✓ Get help on our Community Forums: ...

22:25
Build an AWS Lambda Serverless function with Kotlin and MongoDB

2,339 views

2 years ago

Smartherd
Kotlin Scope Functions: let, apply, run, with, and also : With Differences

Access 7000+ courses for 60 days FREE: https://pluralsight.pxf.io/c/1291657/424552/7490 Learn how and where to use scope ...

26:55
Kotlin Scope Functions: let, apply, run, with, and also : With Differences

72,444 views

5 years ago

Donn Felker
Kotlin Tutorial for Beginners: The Kotlin Programming Language Full 9-hour Kotlin Course

This is a full length Kotlin Programming Course for beginners. Over 9 hours of instruction that will take you from an absolute ...

9:40:51
Kotlin Tutorial for Beginners: The Kotlin Programming Language Full 9-hour Kotlin Course

150,123 views

4 years ago

Thoughtworks
Kotlin and Arrow  the functional way  - Noe Luaces

Kotlin is a great language for developing server-side applications; it's an object-oriented language and also a functional one, ...

25:35
Kotlin and Arrow the functional way - Noe Luaces

1,000 views

6 years ago

CubexTech
Higher Order Functions and Lamda Expression in Kotlin

CubexTech In this video we will about 1. Anonymous Functions 2. Lamda Expression 3. Higher Order Functions 4.

34:39
Higher Order Functions and Lamda Expression in Kotlin

289 views

4 years ago

Code with mTwTm
Learning Kotlin Live Episode 34: Higher-Order Functions and Lambdas part 2

Covered: Higher-Order Functions and Function types (https://kotlinlang.org/docs/reference/lambdas.html)

43:29
Learning Kotlin Live Episode 34: Higher-Order Functions and Lambdas part 2

11 views

Streamed 6 years ago

Recro
Kotlin DSL: From Theory To Practice | What Is Lambdas | Recro

The Kotlin DSL is a wrapper and extension to Java DSL and aimed to make Spring Integration development on Kotlin as smooth ...

57:43
Kotlin DSL: From Theory To Practice | What Is Lambdas | Recro

209 views

5 years ago

Rock the JVM
Kotlin Tutorial - Kotlin at Light Speed, Part 5 - Functional Programming in Kotlin

blog post: https://blog.rockthejvm.com/kotlin-flows Complete Kotlin course: https://rockthejvm.com/p/kotlin-essentials This is a ...

50:29
Kotlin Tutorial - Kotlin at Light Speed, Part 5 - Functional Programming in Kotlin

3,827 views

1 year ago

Lambda World
Lambda World 2019 - Arrow Meta - Enabling Functional Programming in the Kotlin Compiler

In this Lambda World 2019 presentation, Raúl Raja and Simon Vergauwen detail the powerful Arrow Meta library. Presentation ...

24:39
Lambda World 2019 - Arrow Meta - Enabling Functional Programming in the Kotlin Compiler

5,135 views

6 years ago

Traversy Media
Kotlin Crash Course

... 1:02:53 - Abstract Classes 1:05:44 - Anonymous Classes 1:08:07 - Try & Catch 1:12:22 - Lambda Functions 1:20:37 - Generics.

1:23:50
Kotlin Crash Course

275,566 views

5 years ago

Khanyisa Keke TV
What are Lambda Expressions in Kotlin: Everything You NEED to Know [2024]

Discover the power of Kotlin lambda expressions and their role in functional programming with this comprehensive guide to ...

39:21
What are Lambda Expressions in Kotlin: Everything You NEED to Know [2024]

75 views

1 year ago

Eyesomorphic
Programming with Math | The Lambda Calculus

The Lambda Calculus is a tiny mathematical programming language that has the same computational power as any language ...

21:48
Programming with Math | The Lambda Calculus

390,680 views

1 year ago

Smartherd
Kotlin Coroutine (High-quality Course)

Access 7000+ courses for 60 days FREE: https://pluralsight.pxf.io/c/1291657/424552/7490 In this 2 hour tutorial, you will learn ...

2:07:37
Kotlin Coroutine (High-quality Course)

134,521 views

3 years ago