ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,738 results

Computerphile
Functional Programming & Haskell - Computerphile

Just what is functional programming? We asked a member of the team that created Haskell: John Hughes, Professor of Computer ...

9:19
Functional Programming & Haskell - Computerphile

702,321 views

9 years ago

Code Persist
Ditch your Favorite Programming Paradigm

Programming paradigms define the way our code is written and styled. With modern-day programming, a multi-paradigm ...

6:08
Ditch your Favorite Programming Paradigm

237,985 views

2 years ago

CodeAesthetic
Dear Functional Bros

Access experiments at CodeAesthetic.io Discord, deleted scenes, song names and more at patreon.com/CodeAesthetic.

16:50
Dear Functional Bros

688,316 views

1 year ago

Geekific
Functional Interfaces and Lambda Expressions in Java with Examples | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Java 8 brought a ton of ...

15:06
Functional Interfaces and Lambda Expressions in Java with Examples | Geekific

17,815 views

4 years ago

ArjanCodes
Functions vs Classes: When to Use Which and Why?

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Functions vs. Classes?! Are you trying ...

10:49
Functions vs Classes: When to Use Which and Why?

212,672 views

2 years ago

Coding with Yalco
Monad is actually easy. (Conquering the Final Boss of Functional Programming)

Functional #Programming #Coding This video explains one of the concepts of functional programming, Monad. A monad can be ...

12:38
Monad is actually easy. (Conquering the Final Boss of Functional Programming)

4,495 views

1 year ago

Bro Code
Java lambda λ

java lambda tutorial example explained #java #lambda #tutorial.

18:00
Java lambda λ

118,881 views

5 years ago

Awesome
Why I’m Switching To Go

A quick overview of the Go language. Topics: - Go and Object Oriented Programming; - Go and Functional Programming; ...

8:10
Why I’m Switching To Go

125,179 views

1 year ago

Devoxx
Get a Taste of Lambdas and Get Addicted to Streams by Venkat Subramaniam

Please subscribe to our YouTube channel @ https://bit.ly/devoxx-youtube Like us on Facebook ...

2:46:53
Get a Taste of Lambdas and Get Addicted to Streams by Venkat Subramaniam

489,363 views

10 years ago

Computerphile
Programming Paradigms - Computerphile

There are different styles of programming, some quite closely resemble pure mathematics. Mathematician and Computer Scientist ...

10:44
Programming Paradigms - Computerphile

702,101 views

12 years ago

CodeEdx
Java Lambda Expressions 2 - What is a Functional Interface In Java

What is a functional interface in Java? A functional interface is any interface in Java that has only one abstract method. In the ...

3:34
Java Lambda Expressions 2 - What is a Functional Interface In Java

2,006 views

4 years ago

Geekific
Dependency Injection Made Simple with Java Examples | Clean Code and Best Practices | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ If you're a software ...

8:44
Dependency Injection Made Simple with Java Examples | Clean Code and Best Practices | Geekific

84,362 views

3 years ago

Java
Data Oriented Programming in Java 21, Solving the Countdown game - JEP Cafe #22

In this JEP Café, we will use a lot of the new features added to the JDK in the context of the Data Oriented Programming support: ...

34:10
Data Oriented Programming in Java 21, Solving the Countdown game - JEP Cafe #22

29,268 views

1 year ago

Amigoscode
JAVA DTO Pattern Tutorial | Simplify Your Code

Learn how to use the JAVA DTO (Data Transfer Object) pattern in this easy-to-follow tutorial. The JAVA DTO pattern is a great way ...

19:12
JAVA DTO Pattern Tutorial | Simplify Your Code

258,207 views

2 years ago

CS50
Java SE 8 Programming Basics, by Bill Zhang

Java is one of the world's must popular coding languages, and its object-oriented nature makes it very versatile for different ...

57:07
Java SE 8 Programming Basics, by Bill Zhang

41,937 views

8 years ago

freeCodeCamp.org
Recursion in Programming - Full Course

Recursion is a powerful technique that helps us bridge the gap between complex problems being solved with elegant code.

1:51:36
Recursion in Programming - Full Course

1,098,202 views

4 years ago

CodeEdx
Java Lambda Expressions & Functional  Programming in Java - Full Course Overview

Welcome to the course “Getting Started with Lambda Expressions & Functional Programming in Java”. I have created this course ...

2:49
Java Lambda Expressions & Functional Programming in Java - Full Course Overview

5,796 views

4 years ago

Java World
Programming Paradigms | Functional Programming | Object Oriented Programming | Logic | java world

javaworld #java #javaprogramming #j2ee #mrmarc In this video we are going to learn following topics in detail. What is a ...

7:04
Programming Paradigms | Functional Programming | Object Oriented Programming | Logic | java world

70,969 views

3 years ago

Java Techie
Spring Boot | Reactive Programming Complete Tutorials for Beginners | JavaTechie

This tutorial will give you complete picture about what is reactive programming & why do we need it with realtime example ...

2:21:26
Spring Boot | Reactive Programming Complete Tutorials for Beginners | JavaTechie

229,457 views

3 years ago

GOTO Conferences
Functional Programming Through the Lens of a Philosopher & Linguist • Anjana Vakil • GOTO 2021

This interview was recorded for GOTO Unscripted. #GOTOcon #GOTOunscripted https://gotopia.tech Read the full transcription of ...

54:07
Functional Programming Through the Lens of a Philosopher & Linguist • Anjana Vakil • GOTO 2021

2,146,469 views

4 years ago

Vick Meo
Begin Your Journey with Functional Programming in Java

In this article, we introduce the fundamentals of functional programming using Java. We will cover the concepts of functional ...

6:24
Begin Your Journey with Functional Programming in Java

2 views

2 years ago

Awesome
All you need to know about Java 24

An overview of the Java 24 release. Topics: - Java Ahead of Time Compilation; - Virtual Threads; - Java Streams; - Java Pattern ...

3:34
All you need to know about Java 24

74,158 views

9 months ago

Programming with Mosh
Java Full Course for Beginners

Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes ...

2:30:48
Java Full Course for Beginners

13,433,972 views

6 years ago

Intellipaat
Functional Programming languages vs Object Oriented (OOP) | What's the difference? | Intellipaat

Intellipaat's Programming courses: https://intellipaat.com/all-courses/programming/ In this video on Functional Programming ...

13:27
Functional Programming languages vs Object Oriented (OOP) | What's the difference? | Intellipaat

41,235 views

5 years ago

Will Tollefson
Java's Lambda Expressions Explained - Java Programming

In this video, we'll talk about lambda expressions in Java as introduced in Java 8 (JDK 1.8). Lambdas are a cool feature of the ...

10:15
Java's Lambda Expressions Explained - Java Programming

6,226 views

2 years ago