ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

195 results

Cultura DevOps
I wrote SQS in Python: receiving a message does not remove it from the queue

Your consumer processes an order, charges the card, and just before finishing it runs out of memory and dies. It restarts ...

8:40
I wrote SQS in Python: receiving a message does not remove it from the queue

96 views

5d ago

System Sense
3 Ways Your Queue Silently Duplicates & Drops Work (Part 3)

Next Up: Part 4 (The Outbox Pattern) ➔ https://youtu.be/z7bLGBmXlck ⏮️ Watch Part 2 (Race Conditions) ...

15:09
3 Ways Your Queue Silently Duplicates & Drops Work (Part 3)

29 views

3w ago

Code Clarity DSA
Level-order Traversal Explained Visually — Why BFS Uses a Queue

Why does a queue visit a binary tree level by level? Watch each remove and add operation, then learn the one line that keeps ...

4:47
Level-order Traversal Explained Visually — Why BFS Uses a Queue

25 views

12d ago

Data Slayer
The Open Source Internet Is Here

1600 Miles with this... I spent three weeks trying to bridge Reticulum onto HF so two people could pass a real message hundreds ...

59:02
The Open Source Internet Is Here

1,750,647 views

4d ago

System Sense
Exactly-Once Delivery Is a Lie: The Outbox Pattern (Part 4)

Watch Part 3 (Message Queues) ➔ https://youtu.be/rR81FtkdqT8 Full Series Playlist ...

17:56
Exactly-Once Delivery Is a Lie: The Outbox Pattern (Part 4)

14 views

3w ago

Cultura DevOps
Python or Node for your backend? I measured it (2026)

Quick answer: on the machine, Node wins almost everything measurable: the same loop runs 7.1x faster (1.18 vs 8.40 ms: V8 ...

5:46
Python or Node for your backend? I measured it (2026)

130 views

2w ago

Hexcursion Studio
collections and itertools essentials | Python 45/94

collections and itertools essentials — lesson 45 of Python: Beginner to Production, with clear explanations and practical examples ...

12:28
collections and itertools essentials | Python 45/94

4 views

5d ago

Ludium
Introduction to CS | 17.2: Choosing Data and Behavior: Elevators, Employees, and Stacks

Full course — free exercises, Feynman reviews, and AI-graded feedback: https://ludium.ai/courses/intro-cs-python You have ...

6:13
Introduction to CS | 17.2: Choosing Data and Behavior: Elevators, Employees, and Stacks

101 views

4w ago

ONE RULE
Can One Queue Beat Three? We Built a Tiny Supermarket

You pick the shortest checkout line. Then it stops moving. Would one longer line have been faster? We built a tiny animated ...

6:34
Can One Queue Beat Three? We Built a Tiny Supermarket

0 views

2w ago

Golandia
I wrote SQS in Go: the queue that takes nothing out, and why that changes everything

Quick answer: receiving a message from SQS does NOT take it out of the queue. It hides it for a while. Delete it inside that ...

10:29
I wrote SQS in Go: the queue that takes nothing out, and why that changes everything

1,244 views

4w ago

Joyjeet Majumdar
Auto-Chunk & Embed PDFs: Azure AI Search Integrated Vectorization in Python

You can delete the Functions, the queue, and the embedding loop — one Azure AI Search indexer now does your entire RAG ...

6:48
Auto-Chunk & Embed PDFs: Azure AI Search Integrated Vectorization in Python

24 views

3d ago

Joyjeet Majumdar
Bulk Alt Text in Python: Azure AI Vision vs GPT-4o

Your site ships thousands of empty alt attributes, and the obvious fix — GPT-4o — fails the one criterion bulk jobs can't skip: a ...

6:09
Bulk Alt Text in Python: Azure AI Vision vs GPT-4o

19 views

2d ago

System Sense
16 of 25 Charged Twice: Idempotency Race Conditions (Part 2)

Next Up: Part 2 (Race Conditions) ➔ https://youtu.be/g19jax6Auxc Full Series Playlist ...

13:39
16 of 25 Charged Twice: Idempotency Race Conditions (Part 2)

38 views

3w ago

RUNTIME.
Open-Source Jev? Install Laya Locally + 3 Useful Demos

Want to try an open-source Jev-style model on your own computer? Install Laya, build three working demos, and connect it to a ...

7:47
Open-Source Jev? Install Laya Locally + 3 Useful Demos

35,049 views

3d ago

Cultura DevOps
FastAPI vs Express: the framework rematch (2026)

Quick answer: the rematch did not change the Python vs Node outcome — and that is exactly what it proves. FastAPI+uvicorn ...

3:56
FastAPI vs Express: the framework rematch (2026)

139 views

12d ago

TomJNET
std::priority_queue in 10 Minutes: Big-O, Heaps and Memory Layout

Everything you need to use std::priority_queue well, in under ten minutes. How a priority_queue is laid out in memory (a binary ...

9:29
std::priority_queue in 10 Minutes: Big-O, Heaps and Memory Layout

5 views

8d ago

Kamp Kenan
Python vs Boa Constrictor: What’s The REAL Difference?

What is the actual difference between a Python and a Boa Constrictor? Many people get these massive, powerful snakes ...

6:09
Python vs Boa Constrictor: What’s The REAL Difference?

8,528 views

6d ago

Joyjeet Majumdar
Grade Handwritten Exams with AI — Reliably

A student writes 17, GPT-4o reads 71, and nobody catches it — that's how single-call handwritten exam graders quietly fail.

8:07
Grade Handwritten Exams with AI — Reliably

72 views

3w ago

Golandia
Go iterates maps in RANDOM order, and it does it on purpose

Your test passes on your machine. You push it, and it fails on CI. You run it again without touching anything, and it passes ...

5:00
Go iterates maps in RANDOM order, and it does it on purpose

186 views

1d ago