ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

76 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,741 views

8 months ago

The Debug Zone
Multicasting with IPv6 UDP Sockets in C/C++ on Linux: A Complete Guide

Join us as we explore the intricacies of socket programming, multicast addresses, and best practices to ensure seamless data ...

3:13
Multicasting with IPv6 UDP Sockets in C/C++ on Linux: A Complete Guide

21 views

4 months 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,937 views

9 months ago

The Debug Zone
Understanding C Socket Blocking Calls: Solutions and Best Practices

In this video, we delve into the intricacies of C socket programming, focusing on the concept of blocking calls. Blocking calls can ...

3:17
Understanding C Socket Blocking Calls: Solutions and Best Practices

2 views

1 month ago

Peter Schneider
Codereview: Point to point file transfer through HTTP socket

Point to point file transfer through HTTP socket I hope you found a solution that worked for you :) The Content is licensed under ...

4:04
Codereview: Point to point file transfer through HTTP socket

3 views

7 months ago

Codotaku
Async HTTPS Client with Boost.Asio and C++ Coroutines tutorial

Async HTTPS Client with Boost.Asio and C++ Coroutines tutorial Discord: https://discord.codotaku.com 00:00 Intro 00:30 Vcpkg ...

30:07
Async HTTPS Client with Boost.Asio and C++ Coroutines tutorial

200 views

1 month ago

Codotaku
C++ 20 Coroutines async TCP echo server using Boost ASIO

C++ 20 Coroutines async TCP echo server using Boost ASIO Discord: https://discord.codotaku.com.

14:52
C++ 20 Coroutines async TCP echo server using Boost ASIO

258 views

1 month ago

Peter Schneider
Codereview: Mocking socket calls in C++

Mocking socket calls in C++ I hope you found a solution that worked for you :) The Content is licensed under ...

4:51
Codereview: Mocking socket calls in C++

1 view

7 months ago

Jon Eyolfson
12. "User Threads Lab Primer and Sockets" 2025 Winter ECE353 (University of Toronto)

Music Miracle Land by tubebackr https://soundcloud.com/tubebackr Creative Commons — Attribution-NoDerivs 3.0 Unported ...

1:26:24
12. "User Threads Lab Primer and Sockets" 2025 Winter ECE353 (University of Toronto)

388 views

Streamed 10 months ago

EuroPython Conference
Breaking HTTP Boundaries: ASGI to build a fleet management system in Python

EuroPython 2025 — North Hall on 2025-07-17] *Breaking HTTP Boundaries: ASGI to build a fleet management system in ...

28:21
Breaking HTTP Boundaries: ASGI to build a fleet management system in Python

203 views

2 months ago

MUCplusplus
[MUC++] Dietmar Kühl - Creating a Sender/Receiver HTTP Server

The sender/receiver framework for asynchronous operations in C++ is well on its way towards standardization in C++26.

1:16:01
[MUC++] Dietmar Kühl - Creating a Sender/Receiver HTTP Server

347 views

6 months ago

Κυβερνομύστης
Σύνδεση socket στην C - Σαρωτής θυρών Μέρος ά

Χαλαρός προγραμματισμός απλής socket στην C για ένα port scanner 0:00 Εισαγωγή 1:31 Χτίζουμε το socket 15:14 Λήψη ...

23:42
Σύνδεση socket στην C - Σαρωτής θυρών Μέρος ά

411 views

3 weeks ago

Sophia Wagner
Codereview: Mocking socket calls in C++

Mocking socket calls in C++ Hey guys! Hopefully you found a solution that helped you! The Content is licensed under ...

5:10
Codereview: Mocking socket calls in C++

6 views

2 months ago

The Debug Zone
How to Implement a Non-Blocking Proxy Check in C++: A Step-by-Step Guide

In this video, we delve into the world of network programming with a focus on implementing a non-blocking proxy check in C++.

3:07
How to Implement a Non-Blocking Proxy Check in C++: A Step-by-Step Guide

23 views

8 months ago

Sophia Wagner
Read corrupted data from TCP socket on Ubuntu Linux

Read corrupted data from TCP socket on Ubuntu Linux Hey guys! Hopefully you found a solution that helped you! The Content is ...

6:06
Read corrupted data from TCP socket on Ubuntu Linux

2 views

2 months ago

Zeek
Zeek 8.1, ZeroMQ Integration, WebSocket Bindings & Community News – December 2025 Community Call

This is the recording of the December 2025 Zeek Community Call, hosted by members of the Zeek Leadership Team.

20:47
Zeek 8.1, ZeroMQ Integration, WebSocket Bindings & Community News – December 2025 Community Call

67 views

1 month ago

The Debug Zone
How to Bind boost::asio::ip::tcp::socket to a Specific Local Port

In this video, we will explore the process of binding a `boost::asio::ip::tcp::socket` to a specific local port. Understanding how to ...

3:39
How to Bind boost::asio::ip::tcp::socket to a Specific Local Port

11 views

7 months ago

Codotaku
Multi-threaded Async C++ Echo Server with Meta's Folly (Part 2)

Multi-threaded Async C++ Echo Server with Meta's Folly (Part 2)

21:17
Multi-threaded Async C++ Echo Server with Meta's Folly (Part 2)

271 views

7 months ago

ProjectLogos
Tutorial 5: Spawn and Equip Weapon on Server and Client. (UE5, C++, GAS)

Fifth episode of my tutorial series on making a replicated combat system using C++, GAS and AWS. Link to download the project ...

28:28
Tutorial 5: Spawn and Equip Weapon on Server and Client. (UE5, C++, GAS)

163 views

10 months ago

Hassan Habib
High-Performance Local IPC: C# to Python via Windows Named Pipes

This quick demo shows how a Python program communicates with a C# program on Windows using Named Pipes (Inter-Process ...

7:46
High-Performance Local IPC: C# to Python via Windows Named Pipes

58,275 views

3 weeks ago

Kernotex
15 Chapter 4, Steam part 1: How to build GLFS # 443351 on 32-Bit

A few dependencies for Steam are built including a tweak to the kernel. In this series of videos I show Gaming Linux From Scratch ...

8:11
15 Chapter 4, Steam part 1: How to build GLFS # 443351 on 32-Bit

54 views

7 months ago

Codotaku
Async C++ Server Setup with Meta's Folly, vcpkg & CMake (Part 1)

In this video, I walk you through setting up an asynchronous C++ server using Meta's powerful Folly library with vcpkg and CMake ...

30:00
Async C++ Server Setup with Meta's Folly, vcpkg & CMake (Part 1)

413 views

7 months ago

Tech Enthusiast
What is a Server? | Episode 02 - Introduction to Enterprise IT series

Servers are one of the three fundamental building blocks in any IT infrastructure. But what are servers really? How do they differ ...

8:27
What is a Server? | Episode 02 - Introduction to Enterprise IT series

2,891 views

9 months ago

Linux Plumbers Conference
​​Congestion Signaling (CSIG) for Linux TCP Data Center Networking - Sagarika Sharma

Congestion Signaling (CSIG) for Linux TCP Data Center Networking - Sagarika Sharma This proposal presents the overall design ...

25:35
​​Congestion Signaling (CSIG) for Linux TCP Data Center Networking - Sagarika Sharma

24 views

1 month ago

Peter Schneider
Codereview: Multithreaded UDP server that advertises itself in a PostgreSQL database and launches...

Multithreaded UDP server that advertises itself in a PostgreSQL database and launches other servers in response to messages ...

6:25
Codereview: Multithreaded UDP server that advertises itself in a PostgreSQL database and launches...

7 views

11 months ago