ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

736 results

The Coding Gopher
Concurrency vs. Parallelism

Try ChatLLM here: https://chatllm.abacus.ai/ ❤️ Get 40% OFF CodeCrafters: ...

10:02
Concurrency vs. Parallelism

49,613 views

8 months ago

The Coding Gopher
99% of Developers Don't Get PostgreSQL

Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...

12:40
99% of Developers Don't Get PostgreSQL

199,146 views

4 months ago

EuroPython Conference
Async Python: Concurrency Without the Headaches — Krzysztof Wilczyński, Mateusz Zaremba

EuroPython 2025 — South Hall 2A on 2025-07-18] *Async Python: Concurrency Without the Headaches by Krzysztof ...

39:43
Async Python: Concurrency Without the Headaches — Krzysztof Wilczyński, Mateusz Zaremba

628 views

3 months ago

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

500,249 views

9 months ago

CMU Database Group
#17 - Concurrency Control Theory (CMU Intro to Database Systems)

Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2025/slides/17-concurrencycontrol.pdf ...

1:20:45
#17 - Concurrency Control Theory (CMU Intro to Database Systems)

2,438 views

3 months ago

CMU Database Group
#19 - Timestamp Ordering Concurrency Control (CMU Intro to Database Systems)

Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2025/slides/19-timestampordering.pdf ...

1:24:42
#19 - Timestamp Ordering Concurrency Control (CMU Intro to Database Systems)

1,617 views

3 months ago

nextapp devCon and kt.academy
Structured Concurrency: The paradigm shift - Marcin Moskała | droidcon London 2025

... London 2025 Date: October 30th - 31st, 2025 --- For decades, concurrent programming has meant wrestling with complexity, ...

32:26
Structured Concurrency: The paradigm shift - Marcin Moskała | droidcon London 2025

284 views

3 months ago

Engineering Community
"The art of doing many things at once (safely!): Concurrency in C#" by Ksenia Klakovych

Agenda: - Why Concurrency Matters - Concurrency Basics in C# - Best Practices - Real-life examples.

32:09
"The art of doing many things at once (safely!): Concurrency in C#" by Ksenia Klakovych

244 views

11 months ago

CNCF [Cloud Native Computing Foundation]
Lightning Talk: Composable, Polyglot Concurrency with WASIp3 - Thorsten Hans & Karthik Ganeshram

Don't miss out! Join us at our next Flagship Conference: KubeCon + CloudNativeCon events in Amsterdam, The Netherlands ...

14:05
Lightning Talk: Composable, Polyglot Concurrency with WASIp3 - Thorsten Hans & Karthik Ganeshram

79 views

3 months ago

buildingwitheze
Threads in Programming Explained: Why Every Developer Must Master Concurrency!

Understanding Threads in Programming – Simplified! In this video, we dive deep into one of the most important concepts in ...

4:45
Threads in Programming Explained: Why Every Developer Must Master Concurrency!

6 views

7 months ago

CMU Database Group
#20 - MVCC: Multi-Version Concurrency Control (CMU Intro to Database Systems)

Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2025/slides/20-multiversioning.pdf ...

1:23:20
#20 - MVCC: Multi-Version Concurrency Control (CMU Intro to Database Systems)

1,915 views

3 months ago

CMU Database Group
#10 - Latching in Data Structures (CMU Intro to Database Systems)

Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2025/slides/10-indexconcurrency.pdf ...

1:22:19
#10 - Latching in Data Structures (CMU Intro to Database Systems)

2,786 views

4 months ago

Johannes Bechberger
Concurrency Testing using Custom Linux Schedulers – FOSDEM'25

A talk by Jake Hillion and Johannes Bechberger: Consider you want to have a concurrency bug that requires threads to run in a ...

24:10
Concurrency Testing using Custom Linux Schedulers – FOSDEM'25

73 views

11 months ago

Bulgarian Java User Group
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...

48:10
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

962 views

8 months ago

DevConf
Concurrency vs Parallelism in Node.js: Understanding the Event Loop & Worker Threads-DevConf.CZ 2025

Speaker(s): Rohit Bharmal, Hrithik Gavankar Did you know that Node.js can handle thousands of concurrent connections on a ...

13:03
Concurrency vs Parallelism in Node.js: Understanding the Event Loop & Worker Threads-DevConf.CZ 2025

54 views

7 months ago

Fastcode OSE
A renewed focus on the *structure* of concurrent data structures

(By Mike Spear, Lehigh University.) It is common for concurrent data structure designers to treat the limitations of their chosen ...

1:06:20
A renewed focus on the *structure* of concurrent data structures

20 views

4 months ago

Antonio Clim
6   CONCURRENCY & PROCESSES vs THREADS home lectures serie

https://github.com/antonioclim/OS5/blob/main/IMPORTANT/4f%20BANKER'S%20ALGORITHM%20(OPERATING%20SYSTEMS ...

5:35
6 CONCURRENCY & PROCESSES vs THREADS home lectures serie

7 views

10 months ago

Tomas Petricek
TinyProlog 5.1 - How logic programming works

Prolog is based on the logic programming paradigm, which is very different from the functional and imperative paradigms that ...

24:47
TinyProlog 5.1 - How logic programming works

663 views

3 months ago

Roel Van de Paar
What happens if concurrent processes write to a global variable the same value? (4 Solutions!!)

What happens if concurrent processes write to a global variable the same value? Helpful? Please use the *Thanks* button above!

3:42
What happens if concurrent processes write to a global variable the same value? (4 Solutions!!)

17 views

1 month ago

Last Mile Developer
Lockfree Multithreading LMAX Disruptor pattern overview for Beginners

Practical CPP Course: https://cpp.rougeneuron.in Disclaimer: The audio is generated using curated resources summarized by ...

15:51
Lockfree Multithreading LMAX Disruptor pattern overview for Beginners

1,398 views

11 months ago