ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

100 results

Tyler Caraza-Harter
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

... little strange here right because right i want to have a queue and there's different ways i could implement that queue i could use ...

23:37
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

235 views

5 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,878 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,135 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

88,217 views

1 year ago

timClicks
Writing a Rust-based ring buffer

A handy data structure for buffering input, the ring buffer (also known as a circular buffer, among a few other names) is a fun data ...

40:01
Writing a Rust-based ring buffer

6,706 views

2 years ago

Jon Gjengset
Lock-Free to Wait-Free Simulation in Rust

In this stream, we start implementing the concurrency algorithm from the academic paper "A Practical Wait-Free Simulation for ...

4:47:58
Lock-Free to Wait-Free Simulation in Rust

49,799 views

4 years 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,530 views

2 years ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

25,713 views

5 years ago

José A. Alonso
El TAD de las colas de prioridad en Haskell

Estudio del tipo abstracto de datos de las colas de prioridad con distintas implementaciones en Haskell y la comprobación de sus ...

28:13
El TAD de las colas de prioridad en Haskell

381 views

5 years ago

Computer Graphics at TU Wien
Commands and Command Buffers | "Submit Work to a Device/GPU" | Vulkan Lecture Series, Episode 4

Learn about commands in Vulkan, which represent actions to be performed/computed by a device such as your GPU, how to ...

37:03
Commands and Command Buffers | "Submit Work to a Device/GPU" | Vulkan Lecture Series, Episode 4

13,510 views

4 years ago

Jeffrey Chupp
LSP: Building a Language Server From Scratch

00:00:00 - Intro 00:00:52 - Getting set up 00:05:52 - Starting from Scratch 00:12:40 - The initialize method 00:19:38 - Processing ...

1:09:08
LSP: Building a Language Server From Scratch

60,665 views

1 year ago

nanobyte
Building an OS - 5 - How to implement printf

How to implement printf without any standard libraries, from parsing the format string, passing variadic arguments to formatting ...

30:17
Building an OS - 5 - How to implement printf

59,232 views

4 years ago

Heapspace
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

Discover the potential impact of Java Virtual Threads on Kotlin Coroutines, the popular alternative for asynchronous programming ...

34:10
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

1,396 views

1 year ago

Vaadin
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

In this video, Marcus Hellberg will teach you how to build an AI chatbot that uses retrieval-augmented generation (RAG) to learn ...

52:24
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

23,893 views

1 year ago

José A. Alonso
El TAD de los montículos en Haskell

Estudio del tipo abstracto de datos de los montículos y la comprobación de sus propiedades con QuickCheck. El vídeo es una ...

42:05
El TAD de los montículos en Haskell

253 views

5 years ago

DEFCONConference
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

Android malware creators constantly struggle to devise innovative methods to obscure apps and impede reverse engineering.

41:59
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

34,930 views

2 years ago

Confreaks
RubyConf 2016 - Ruby 3 Concurrency by Koichi Sasada

RubyConf 2016 - Ruby 3 Concurrency by Koichi Sasada Learn from Koichi about the work he's doing to bring a new concurrency ...

42:02
RubyConf 2016 - Ruby 3 Concurrency by Koichi Sasada

1,891 views

9 years ago

Chrome for Developers
web.dev LIVE 2020: Day Two

Welcome to day 2 of web.dev LIVE as we 'travel' to Europe and Africa timezones to share some of the latest updates on tools and ...

3:00:03
web.dev LIVE 2020: Day Two

23,795 views

5 years ago

Confreaks
RailsConf 2016 - Testing Rails at Scale by Emil Stolarsky

Testing Rails at Scale by Emil Stolarsky It's impossible to iterate quickly on a product without a reliable, responsive CI system.

20:40
RailsConf 2016 - Testing Rails at Scale by Emil Stolarsky

1,680 views

9 years ago

Confreaks
RailsConf 2017: Portable Sessions with JSON Web Tokens by Lance Ivy

RailsConf 2017: Portable Sessions with JSON Web Tokens by Lance Ivy Ever wonder why applications use sessions and APIs ...

31:50
RailsConf 2017: Portable Sessions with JSON Web Tokens by Lance Ivy

1,181 views

8 years ago