ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

215 results

Proteo4EDS Proteo4EDS
Functional Programming - super short intro

Charla/presentación sobre los principios e ideas de la Programación Funcional (FP). link slides: https://bit.ly/fp-short-intro .

1:37:54
Functional Programming - super short intro

23 views

5 years ago

Dario
Rust vs Java: A Staff Engineer's perspective

Are you trying to decide between Rust and Java for your next project? Look no further! In this video, Dario Lencina, staff engineer ...

25:04
Rust vs Java: A Staff Engineer's perspective

28,933 views

3 years ago

Confreaks
RubyConf 2015 - Softly, softly typing by John Cinnamond

Softly, softly typing by John Cinnamond The ruby community is large and varied but, for the most part, we haven't rushed to ...

44:34
RubyConf 2015 - Softly, softly typing by John Cinnamond

942 views

10 years ago

Confreaks
RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta

RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta Some people love Ruby and some people love Javascript. Both will ...

35:08
RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta

10,591 views

7 years ago

Confreaks
RubyConf 2017: There's Nothing . new under the sun by Justin Searls and Josh Greenwood

There's Nothing.new under the sun by Justin Searls and Josh Greenwood Quick: say something about Ruby that hasn't already ...

50:49
RubyConf 2017: There's Nothing . new under the sun by Justin Searls and Josh Greenwood

1,159 views

8 years ago

Otavio Santana
Java Record, exploring the feature beyond the DTO

This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.

32:04
Java Record, exploring the feature beyond the DTO

1,461 views

2 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

682 views

11 months ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 2)

In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...

5:20:13
Porting Java's ConcurrentHashMap to Rust (part 2)

13,462 views

6 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

Dandalf
JavaElectricBill

The video shows how to code an Electric Bill program that inputs kilowatt hours used (kWh) and break it down into three billing ...

26:43
JavaElectricBill

215 views

2 years ago

EngX Space
Beyond The Success Of Kotlin / The Documentary by EngX

Almost 15 years ago, a small engineering team at JetBrains embarked on what seemed like a crazy endeavor — to create their ...

1:29:42
Beyond The Success Of Kotlin / The Documentary by EngX

76,726 views

1 year ago

CS76
Week 1
2:01:36
Week 1

1,560 views

12 years ago

Heapspace
Functional programming in Kotlin: exploring Arrow - Ties van de Ven

Functional programming is gaining popularity and partly because of this people have been switching to Kotlin. Although it fits ...

30:24
Functional programming in Kotlin: exploring Arrow - Ties van de Ven

227 views

2 years ago

Confreaks
RubyConf 2016 - To Clojure and back: writing and rewriting in Ruby by Phill MV

RubyConf 2016 - To Clojure and back: writing and rewriting in Ruby by Phill MV Act 1 - State of Grace After many years of Ruby, ...

33:17
RubyConf 2016 - To Clojure and back: writing and rewriting in Ruby by Phill MV

12,752 views

9 years ago

CS50
Section 9: Less Comfortable

We'll talk about this more once you get more into functional programming. This is a little bit of a taste of that where we're ...

1:20:48
Section 9: Less Comfortable

610 views

13 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 3)

This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...

5:39:15
Porting Java's ConcurrentHashMap to Rust (part 3)

10,887 views

5 years ago

Remy Sharp
4. You're in a Code Cult (And That's OK) / Sergès Goma / FFConf 2025

Programming languages often become more than tools—they're badges of belonging. This talk explores why devs fight fiercely ...

23:14
4. You're in a Code Cult (And That's OK) / Sergès Goma / FFConf 2025

134 views

1 month ago

Houston FPUG
Rafal Dittwald, “Data Oriented Programming”

The term “data-oriented programming” is often mentioned in the digital halls of the Clojure community, but what does it mean?

1:44:01
Rafal Dittwald, “Data Oriented Programming”

7,598 views

3 years ago

Alex Demko
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

23:41
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

171 views

7 months ago

Otavio Santana
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...

20:26
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

2,962 views

3 years ago