ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

876 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

466,928 views

7 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

90,824 views

8 months ago

Lil' Bits
MPMII on the Z180 for SCC - User Setup and C Programming

Patreon: patreon.com/lilbits Blog: https://www.magesguild.io Compatible Systems: SC126: ...

1:08:46
MPMII on the Z180 for SCC - User Setup and C Programming

349 views

4 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

136 views

2 weeks ago

CoreCppIL
Evolving C++ Networking with Senders & Receivers [part 1] :: Robert Leahy

Presented at the Core C++2024 conference, Tel Aviv. For part 2 see https://youtu.be/PF0g3dOSdao. std::execution (“senders ...

59:51
Evolving C++ Networking with Senders & Receivers [part 1] :: Robert Leahy

1,264 views

8 months ago

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

In this comprehensive guide, we delve into the world of multicasting using IPv6 UDP sockets in C/C++ on Linux. Whether you're a ...

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

16 views

3 months ago

The Debug Zone
How to Check User Access to Server in C# Without Connecting

In this video, we'll explore a crucial aspect of server management: checking user access without the need for a direct connection.

3:50
How to Check User Access to Server in C# Without Connecting

31 views

4 months ago

The Debug Zone
WebRTC STUN and TURN Servers in C#: A Complete Guide for C# Developers

In this video, we dive into the essential components of WebRTC, focusing on STUN and TURN servers, and how they play a ...

3:25
WebRTC STUN and TURN Servers in C#: A Complete Guide for C# Developers

208 views

11 months ago

Beo Beo
Every Legendary Coder You’ve Never Heard Of

legendarycoder #techpioneer #programmer #technology #ComputerScience Every Legendary Coders You've Never Heard Of ...

6:30
Every Legendary Coder You’ve Never Heard Of

1,403 views

4 months ago

Mental Outlaw
Arti - The Future Of The Dark Web

In this video I discuss and demo Arti, an implementation of the Tor protocols in the rust programming language that will one day ...

10:00
Arti - The Future Of The Dark Web

190,117 views

11 months ago

Open Source Security
Distributed CI and Git with Lars Wirzenius

Lars Wirzenius discusses his innovative CI/CD system Ambient, which uses isolated virtual machines without network access to ...

30:47
Distributed CI and Git with Lars Wirzenius

135 views

8 months ago

The Linux Cast
Arch Linux is No Longer  Special To Me

Arch Linux used to be my favorite, but now I have no interest in it. PULL IT DOWN FOR THE GOOD STUFF Patreon ...

1:31
Arch Linux is No Longer Special To Me

71,981 views

10 months ago

The Debug Zone
Integrating BLE and iBeacon in an Objective-C App: A Step-by-Step Guide

In this video, we'll explore the exciting world of Bluetooth Low Energy (BLE) and iBeacon technology, focusing on how to ...

2:13
Integrating BLE and iBeacon in an Objective-C App: A Step-by-Step Guide

4 views

3 months ago

The Debug Zone
How to Log SMB File Access in C#: A Step-by-Step Guide

In this video, we will explore the process of logging SMB file access using C#. Whether you're a developer looking to enhance ...

1:47
How to Log SMB File Access in C#: A Step-by-Step Guide

2 views

2 months ago

The Debug Zone
How to Inspect Server Certificate Using HttpClient in C# - Step-by-Step Guide

In this video, we will explore the essential process of inspecting server certificates using HttpClient in C#. Understanding how to ...

2:03
How to Inspect Server Certificate Using HttpClient in C# - Step-by-Step Guide

23 views

4 months ago

The Debug Zone
How to Create a Virtual COM Port for Bluetooth in C# .NET: Step-by-Step Guide

In this video, we'll explore the process of creating a virtual COM port for Bluetooth using C# .NET. Whether you're developing ...

1:31
How to Create a Virtual COM Port for Bluetooth in C# .NET: Step-by-Step Guide

37 views

8 months ago

The Debug Zone
How to Set Keepalive for gRPC in C# Client: A Step-by-Step Guide

In this video, we'll explore the essential topic of setting up keepalive for gRPC in a C# client. Keepalive is crucial for maintaining ...

1:30
How to Set Keepalive for gRPC in C# Client: A Step-by-Step Guide

1 view

3 months ago

CoreCppIL
Evolving C++ Networking with Senders & Receivers [part 2] :: Robert Leahy

Presented at the Core C++2024 conference, Tel Aviv. For part 1 see https://youtu.be/S5v7f8rjSVQ. std::execution (“senders ...

1:01:50
Evolving C++ Networking with Senders & Receivers [part 2] :: Robert Leahy

493 views

8 months ago

Lawrence Systems
Who Owns Your Stack?

When something breaks at the hypervisor level, who's actually responsible for fixing it? Who owns your virtualization stack?

1:06
Who Owns Your Stack?

10,304 views

4 months ago

Kris Occhipinti
IPv4 Loopback Network Device

https://odysee.com/@metalx1000:c Webpage - http://filmsbykris.com Support: https://www.patreon.com/metalx1000 ...

0:42
IPv4 Loopback Network Device

991 views

6 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

145 views

1 month 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

0 views

5 days ago

Peter Schneider
How to convert to little-endian byte order, the reverse of network byte order, in an architecture...

How to convert to little-endian byte order, the reverse of network byte order, in an architecture independent way with C or C++?

5:45
How to convert to little-endian byte order, the reverse of network byte order, in an architecture...

2 views

10 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

6 months ago

Wireless Explained
What is Modulation?

Full video: https://www.youtube.com/watch?v=c3eMoHuPRy0 Learn how modulation embeds messages onto electromagnetic ...

0:28
What is Modulation?

47,209 views

7 months ago