ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

103,664 results

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

483,413 views

8 months ago

CppNow
Christopher Kohlhoff: Why C++0x is the Awesomest Language for Network Programming

Warning: This is not a talk for the faint-hearted. There will be bleeding-edge language features. There will be hackery. There will ...

1:02:16
Christopher Kohlhoff: Why C++0x is the Awesomest Language for Network Programming

3,651 views

12 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,652 views

6 years ago

CppNow
The Optimization of a Boost.Asio-based Networking Server

Sergei Khandrikov's presentation from C++Now 2014 Slides are available here: ...

1:05:21
The Optimization of a Boost.Asio-based Networking Server

6,890 views

11 years ago

CppNow
C++Now 2017: Michael Caisse “Networking TS Workshop (part 1 of 2)"

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:28:46
C++Now 2017: Michael Caisse “Networking TS Workshop (part 1 of 2)"

9,231 views

8 years ago

Utah Cpp Programmers
TCP/IP Networking with Boost.Asio

Boost.Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent ...

1:33:36
TCP/IP Networking with Boost.Asio

16,228 views

2 years ago

CNCF [Cloud Native Computing Foundation]
A Beginner's Guide to eBPF Programming for Networking - Liz Rice, Isovalent

Don't miss out! Join us at our next event: KubeCon + CloudNativeCon Europe 2022 in Valencia, Spain from May 17-20.

29:37
A Beginner's Guide to eBPF Programming for Networking - Liz Rice, Isovalent

22,785 views

4 years ago

CppNow
C++Now 2017: Michael Caisse “Networking TS Workshop (part 2 of 2)"

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:24:13
C++Now 2017: Michael Caisse “Networking TS Workshop (part 2 of 2)"

1,908 views

8 years ago

StableCoder
201 - Basic Networking, Addresses and Socket Binding

In particular, first is an overview of what this would entail, then dives into Beej's Guide Network to Network Programming, then ...

1:47:31
201 - Basic Networking, Addresses and Socket Binding

277 views

2 years ago

CppNow
C++Now 2017: Kirk Shoop “Networking TS w/Algorithms"

http://cppnow.org — Lightning Talk — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

4:10
C++Now 2017: Kirk Shoop “Networking TS w/Algorithms"

1,208 views

8 years ago

VoidRealms
C++ Qt 132  - High Performance TCP Server Design 1

QML Beginners: https://www.udemy.com/course/qml-for-beginners/?referralCode=3B69B9927B587BBF40F1 Qt Core Beginners: ...

12:17
C++ Qt 132 - High Performance TCP Server Design 1

15,577 views

10 years ago

Rendis
Network Programming

All video material belongs to ArsDigita (http://www.aduni.org/). This course was released under CC BY-SA 2.0 license ...

1:02:41
Network Programming

15 views

9 years ago

Cisco DevNet
Introduction to Python Network Programming for Network Architects and Engineers   Part 1  The Basics

A classroom session from the DevNet Zone at Cisco Live Berlin 2017. This is Part 1 in a 3 part series that introduces participants ...

1:57:29
Introduction to Python Network Programming for Network Architects and Engineers Part 1 The Basics

20,763 views

8 years ago

Aaron Bauer
CS 208 Network Programming

We learn about internet protocols and network sockets. Music by BoxCat Games.

1:10:29
CS 208 Network Programming

78 views

4 years ago

The Linux Foundation
Tutorial: Getting Started with eBPF - Liz Rice, Isovalent

Tutorial: Getting Started with eBPF - Liz Rice, Isovalent eBPF is the enabling platform for a new generation of networking, ...

1:17:57
Tutorial: Getting Started with eBPF - Liz Rice, Isovalent

43,300 views

2 years ago

Cisco DevNet
Introduction to Python Network Programming for Network Architects and Engineers  [repeated session]

"A classroom session from the DevNet Zone at Cisco Live Berlin 2017. This is a Part 1, 2 and 3 in a 3 part series that introduces ...

3:03:37
Introduction to Python Network Programming for Network Architects and Engineers [repeated session]

63,360 views

8 years ago

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

Inquiries: thecodinggopher@gmail.com ‍ Learn to build Git, Docker, Redis, HTTP ...

9:20
99% of Developers Don't Get RPCs

94,849 views

9 months ago

Utah Cpp Programmers
Writing a Network Client With Facebook's Wangle is a Fail

Networking is often a core requirement for modern applications, but the standard C++ library doesn't yet include any networking ...

1:41:22
Writing a Network Client With Facebook's Wangle is a Fail

1,776 views

3 years ago

FOSDEM
Writing Network Drivers in High-Level Languages How to write drivers in Rust, go, C#, Swift, Haskel…

Writing Network Drivers in High-Level Languages How to write drivers in Rust, go, C#, Swift, Haskell, and OCaml by Paul ...

17:30
Writing Network Drivers in High-Level Languages How to write drivers in Rust, go, C#, Swift, Haskel…

2,141 views

6 years ago

Utah Cpp Programmers
Basic HTTP and WebSocket Programming with Boost.Beast

Boost.Beast is a C++ header-only library serving as a foundation for writing interoperable networking libraries by providing ...

1:31:30
Basic HTTP and WebSocket Programming with Boost.Beast

14,427 views

2 years ago

ozzloy
c network socket tcp thread accept still fails 2022 12 04 19 00 56

we tried to figure out why accept did not work on the remote machine. we moved the code from my machine, which works on my ...

38:08
c network socket tcp thread accept still fails 2022 12 04 19 00 56

28 views

3 years ago

zuni
Python Socket Programming Tutorial for Beginners

In this Python Socket programming tutorial for beginners, you'll learn how do computer programs communicate with Sockets and ...

1:58:28
Python Socket Programming Tutorial for Beginners

32,750 views

3 years ago

CppNow
C++Now 2018: Jason Rice “Generalized Full Duplex Messaging”

Anyone interested in network programming, or making generic interfaces in their libraries will find this presentation useful.

1:27:35
C++Now 2018: Jason Rice “Generalized Full Duplex Messaging”

4,098 views

7 years ago

The Linux Foundation
In the Kernel Trenches: Mastering Ethernet Drivers on Linux - Maxime Chevallier, Bootlin

In the Kernel Trenches: Mastering Ethernet Drivers on Linux - Maxime Chevallier, Bootlin An Ethernet Controller driver in linux is a ...

52:18
In the Kernel Trenches: Mastering Ethernet Drivers on Linux - Maxime Chevallier, Bootlin

10,400 views

1 year ago

Utah Cpp Programmers
Writing a Network Client with POCO

Networking is often a core requirement for modern applications, but the standard C++ library doesn't yet include any networking ...

1:20:05
Writing a Network Client with POCO

8,770 views

3 years ago