ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

172 results

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
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

82,418 views

1 month ago

Heapspace
DIY: Data streaming platform with Kafka and Java - Marko Ivanović

How to build your own data streaming platform with Apache Kafka and some Java. We will learn what Kafka is, what it is used ...

30:35
DIY: Data streaming platform with Kafka and Java - Marko Ivanović

44 views

2 years 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,483 views

6 years ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,740 views

3 years ago

Jon Gjengset
Building a ranked-choice voting site for new stream ideas

This stream is pretty different from the other ones. It's relatively informal, and is mostly me hacking together a website for you all to ...

4:17:29
Building a ranked-choice voting site for new stream ideas

25,374 views

7 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,905 views

6 years ago

Jon Gjengset
Implementing a Lox interpreter in Rust

For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really.

7:53:42
Implementing a Lox interpreter in Rust

89,112 views

1 year ago

Chrome for Developers
Server-Side Rendering: Live Code Session - Supercharged

In this Supercharged Live Code Session, Paul & Surma implement 'Server Side Rendering', codling in real time, bugs and all!

55:56
Server-Side Rendering: Live Code Session - Supercharged

33,032 views

Streamed 9 years ago

Jon Gjengset
Live-coding a linked hash map in Rust

Following another Twitter poll (https://twitter.com/Jonhoo/status/1000102031925956610), we're building a simple hash map in ...

2:29:40
Live-coding a linked hash map in Rust

39,483 views

7 years ago

Jon Gjengset
Rust open-source contributions stream

This time we're trying something new! We're going to go through a few open-source Rust projects and see if we can contribute ...

4:01:36
Rust open-source contributions stream

19,002 views

7 years ago

Jon Gjengset
Decrusting the tokio crate

In this stream, we peeled back the crust on the tokio crate — https://github.com/tokio-rs/tokio/ — and explored its interface, ...

3:31:48
Decrusting the tokio crate

181,236 views

1 year ago

codingjerk
Zig is better than Rust (sometimes)

Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...

20:21
Zig is better than Rust (sometimes)

95,924 views

7 months ago

DEFCONConference
DEF CON 24 - Benjamin Holland - Developing Managed Code Rootkits for JRE

Managed Code Rootlets (MCRs) are terrifying post-exploitation attacks that open the doors for cementing and expanding a ...

42:55
DEF CON 24 - Benjamin Holland - Developing Managed Code Rootkits for JRE

1,829 views

9 years ago

Vaadin
Why we built Hilla: the modern web framework for Java

Does the world really need yet another frontend framework? We believe it does. With Hilla, you can build enterprise-grade web ...

54:08
Why we built Hilla: the modern web framework for Java

12,955 views

Streamed 3 years ago

Jon Gjengset
Building an asynchronous ZooKeeper client in Rust (part 3)

In this stream series, we're implementing an asynchronous ZooKeeper client library in Rust using the tokio crate and futures.

4:46:19
Building an asynchronous ZooKeeper client in Rust (part 3)

4,140 views

7 years ago

Heapspace
Java’s new paradigm - Ties van de Ven

The new Java features like records, sealed classes and pattern matching have all been added to support the Data Oriënted ...

31:48
Java’s new paradigm - Ties van de Ven

109 views

1 year ago

Jon Gjengset
Implementing (part of) a BitTorrent client in Rust

In this stream, we're doing the "implement BitTorrent" challenge from https://app.codecrafters.io/join/bittorrent?via=jonhoo in Rust.

4:09:16
Implementing (part of) a BitTorrent client in Rust

108,935 views

2 years ago

Jon Gjengset
Porting flamegraph to Rust — part 1

In this stream, we started porting parts of the flamegraph profiling tool to Rust: http://www.brendangregg.com/flamegraphs.html.

5:37:11
Porting flamegraph to Rust — part 1

52,440 views

6 years ago

Google for Developers
YouTube Developers Live: Captioning with Amara

This week, we'll be chatting with the folks behind Amara, a captioning/subtitling platform with deep YouTube integration. You can ...

23:24
YouTube Developers Live: Captioning with Amara

5,562 views

Streamed 12 years ago

John Kubiatowicz
CS162 Lecture 22 (4/21/2020): Distributed Decision Making (Finished), TCP/IP Networking

In this lecture, I finish up our discussion of Distributed Decision Making by covering two-phase commit, Byzantine Agreement, and ...

1:21:54
CS162 Lecture 22 (4/21/2020): Distributed Decision Making (Finished), TCP/IP Networking

1,630 views

5 years ago

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

247,879 views

6 years ago

Jon Gjengset
Desktop and editor setup for Rust development

After and during nearly every live stream, I get asked about my setup, my editor, my browser, and various other tidbits that are ...

2:01:03
Desktop and editor setup for Rust development

129,486 views

7 years ago

Australian Research Data Commons - ARDC
Jumping into digital: Lessons learned while moving live-coding workshops online

Jumping into digital: Lessons learned while moving live-coding workshops online - webinar recorded 7 April 2020. Presenter: ...

40:18
Jumping into digital: Lessons learned while moving live-coding workshops online

243 views

5 years ago

Codegram
See the data flowing through your app (André Staltz) - Full Stack Fest 2016

What if instead of building your own mental model of how data flows through your application, you could actually see the data ...

33:38
See the data flowing through your app (André Staltz) - Full Stack Fest 2016

14,228 views

9 years ago