ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

94 results

CodeForData
Python Asyncio Internals: How Non-Blocking Cooperative Concurrency Works | Code For Data | Code For

Python Asyncio Internals: How Non-Blocking Cooperative Concurrency Works | Code For Data In this breakdown from Code For ...

2:31
Python Asyncio Internals: How Non-Blocking Cooperative Concurrency Works | Code For Data | Code For

2 views

7h ago

Python to Job
Python AsyncIO Semaphores: API Rate Limiting & Concurrency Throttling | Python Tutorial #50

Never get banned from an external API: rate limiting concurrent HTTP requests with asyncio.Semaphore, resource bounding with ...

1:26
Python AsyncIO Semaphores: API Rate Limiting & Concurrency Throttling | Python Tutorial #50

9 views

6d ago

Python to Job
Python 3.11+ asyncio.TaskGroup: Modern Structured Concurrency | Python Tutorial #52

The future of Python concurrency: structured concurrency with async with asyncio.TaskGroup(), automatic sibling cancellation on ...

1:30
Python 3.11+ asyncio.TaskGroup: Modern Structured Concurrency | Python Tutorial #52

6 views

6d ago

Sagar Stack
Day 54 Python
26:58
Day 54 Python

46 views

2d ago

Test Systems
Python Threads: Run Waiting Test Tasks Concurrently

Choose concurrency for test automation by understanding waiting, worker limits, and resource ownership. A small comparison ...

4:18
Python Threads: Run Waiting Test Tasks Concurrently

0 views

2d ago

Mathew K Analytics
Python asyncio Explained: async/await & Event Loops | Standard Library #12

asyncio lets one Python process handle thousands of network calls at once. This lesson explains async/await from first principles, ...

16:49
Python asyncio Explained: async/await & Event Loops | Standard Library #12

29 views

6d ago

PyCon US
Every Obvious Approach Failed: Building an Async Database Client...(Sponsor: Clickhouse)

Full presentation title: "Every Obvious Approach Failed: Building an Async Database Client That Actually Scales" by Sponsor: ...

1:09:22
Every Obvious Approach Failed: Building an Async Database Client...(Sponsor: Clickhouse)

1,170 views

6d ago

Naveen Tech Hub
LangChain RunnableSequence vs RunnableParallel | Python Tutorial

Learn the difference between LangChain RunnableSequence and RunnableParallel in just 5 minutes—with working Python ...

5:01
LangChain RunnableSequence vs RunnableParallel | Python Tutorial

51 views

2d ago

Python Ireland
Cheuk Ting Ho: Story About the Python GIL

A lot of you have heard of the famous (or infamous) Python GIL, but do you know why it was there in the first place? And now there ...

27:40
Cheuk Ting Ho: Story About the Python GIL

11 views

2d ago

vlogommentary
How to Run Dependent and Independent Asyncio Tasks Concurrently in Python

Learn how to efficiently run dependent and independent asynchronous tasks concurrently using Python's asyncio, including ...

3:48
How to Run Dependent and Independent Asyncio Tasks Concurrently in Python

0 views

2d ago

Amplified Code
Python Tutorial (2027) | how to think, design, & build programs using  Object-Oriented Programming

Level: Beginner → Advanced → Mastery Language: Python Focus: Practical Learning + Real-World Programs Welcome to ...

11:18:34
Python Tutorial (2027) | how to think, design, & build programs using Object-Oriented Programming

503 views

4d ago

Adsorp AI Hindi
4.1 Fearless Concurrency: Threads, Message Passing, and Send/Sync | Shattering the Python GIL

Unlock the power of Rust's compile-time thread safety without the dreaded Python Global Interpreter Lock (GIL). In this lesson, we ...

25:48
4.1 Fearless Concurrency: Threads, Message Passing, and Send/Sync | Shattering the Python GIL

1 view

10h ago

Adsorp AI Hindi
4.3 Channel-Based Concurrency and Producer-Consumer Pipelines | Shattering the Python GIL

Build resilient, ultra-high-throughput streaming pipelines using channel-based concurrency in Rust. Compare Python queue ...

22:21
4.3 Channel-Based Concurrency and Producer-Consumer Pipelines | Shattering the Python GIL

4 views

10h ago

Xavier Fok
How to Scrape Data with Go (Golang): A Practical Guide

In this deep dive, I walk through how to scrape data with go (golang): a practical guide. Topics covered: - Let's set some context ...

14:44
How to Scrape Data with Go (Golang): A Practical Guide

13 views

2d ago

Test Systems
Python Requests: Test the Response Beyond HTTP 200

Test HTTP APIs with Python Requests beyond a successful status code. A local server provides one success response and one ...

4:13
Python Requests: Test the Response Beyond HTTP 200

1 view

3d ago

Talk Python
EVE Online Departs for Python 3 - Talk Python to Me Ep. 564

Every ship in EVE Online eventually undocks and leaves the station. This time, it's the whole game. EVE has run on Python 2 ...

1:10:27
EVE Online Departs for Python 3 - Talk Python to Me Ep. 564

778 views

2d ago

Sara Hamza
02 | Part 3 | Code Example | Go Concurrency | Distributed Systems
37:27
02 | Part 3 | Code Example | Go Concurrency | Distributed Systems

51 views

5d ago

LookOnThisGit
Build 10x Faster Browser Agents with This Concurrency Trick ⚡

Discover how browser-use/jev-ultrafast achieves lightning-fast browser automation using a dynamic, indexed action space.

6:27
Build 10x Faster Browser Agents with This Concurrency Trick ⚡

458 views

5d ago

SWECODES
Python OOP Full Course: Beginner to Advanced + Project | SWECODES

Learn Object-Oriented Programming (OOP) in Python with this beginner-to-advanced full course from SWECODES. Explore ...

1:13:20
Python OOP Full Course: Beginner to Advanced + Project | SWECODES

7 views

1d ago

ML Guy
How Thousands of GPUs Train One AI Model

How do you train a 405 billion parameter model? We break down the massive infrastructure behind Llama 3 training on H100s.

7:32
How Thousands of GPUs Train One AI Model

332 views

4d ago

Torti Code
Serverless: cuándo te conviene y cuándo sale más caro

Serverless no significa que no haya servidores: significa que no los administras tú. En este video vemos qué pasa por dentro ...

12:49
Serverless: cuándo te conviene y cuándo sale más caro

4,661 views

2d ago

vlogommentary
Understanding multiprocessing.Pool and Object References in Python

Learn why objects passed to Python's multiprocessing.Pool are copied, not shared by reference, and how to properly collect ...

2:59
Understanding multiprocessing.Pool and Object References in Python

0 views

12h ago

Vinh Nguyen
Podcast \ A Design Space Exploration of Async/Await

ai #research #largelanguagemodel #tech #explainer #podcast #machinelearning #artificalintelligent #maths #computer #learn ...

39:07
Podcast \ A Design Space Exploration of Async/Await

225 views

4d ago

DevKoko
🦀 Rust with more brain cells – web dev ➜ systems engineering (day 7)

Goal – continue with chapter 15 and 16 in the Rust book, then work on the related rustlings exercises ✓ GOAL REACHED! I got a ...

4:29:31
🦀 Rust with more brain cells – web dev ➜ systems engineering (day 7)

371 views

Streamed 2d ago

SystemSketch
Go vs Rust vs TypeScript: Which Language to Learn in 2027

In March 2026, the benchmark every backend developer cited for picking a "fast" language — TechEmpower's 330+ framework ...

6:55
Go vs Rust vs TypeScript: Which Language to Learn in 2027

40 views

5d ago

Learn Programming With Vivek
Build & Test: Testing Concurrency and Time | Unit 16

It passes on your laptop and fails on the build machine, and two properties of the machine are the reason. The first is speed: a ...

6:30
Build & Test: Testing Concurrency and Time | Unit 16

9 views

5d ago

Nicolas Neira
Claude Code Advanced Course for Developers and Engineers

Advanced Claude Code course for developers and software engineers: from a real repository to production. Seven levels and a ...

2:44:46
Claude Code Advanced Course for Developers and Engineers

108 views

10h ago

vlogommentary
Understanding the Difference Between await asyncio.Task and asyncio.Task.result()

Learn the differences and similarities between awaiting an asyncio Task and calling its result() method in Python's async ...

2:56
Understanding the Difference Between await asyncio.Task and asyncio.Task.result()

0 views

14h ago

Vinh Nguyen
Deconstructing Async Await

ai #research #largelanguagemodel #tech #explainer #podcast #machinelearning #artificalintelligent #maths #computer #learn ...

9:15
Deconstructing Async Await

24 views

4d ago

Parottasalna
Day 16 | Learn Go by Building | Todo App with Database & Concurrency Explained

Golang Series | Day 16: Todo App with DB, Goroutines, Mutex & WaitGroup Our in-memory Todo API worked, but real applications ...

1:13:08
Day 16 | Learn Go by Building | Todo App with Database & Concurrency Explained

87 views

4d ago

ACM SIGPLAN
[HOPE'26] Higher-order fork, modally

Higher-order fork, modally (Video, HOPE 2026) Aghilas Boussaa, Wenhao Tang, and Sam Lindley (École normale supérieure ...

17:33
[HOPE'26] Higher-order fork, modally

33 views

3d ago

ECCodex
Agentic AI Course: Stage 9 — Lesson 11: Manage Parallel Research Tasks

Parallel AI research can reduce waiting time—but completion order can quietly detach evidence from the task that produced it.

15:01
Agentic AI Course: Stage 9 — Lesson 11: Manage Parallel Research Tasks

6 views

3d ago

ACCU Conference and cpponsea
C++ Performance: Why You're Optimizing For The Wrong Things

ACCU Membership: https://tinyurl.com/ydnfkcyn --- There Is No Optimal - Pareto Trade Offs in C++ — Compile-Time Search with ...

1:05:08
C++ Performance: Why You're Optimizing For The Wrong Things

1,033 views

14h ago

AI Engineer
Are LLM Performance Benchmarks Reliable? — Ashok Chandrasekar & Jason Kramberger, Google

Ask a benchmark harness for 200 queries a second and it may quietly deliver 38, then print results as though it ran 200. Ashok ...

16:07
Are LLM Performance Benchmarks Reliable? — Ashok Chandrasekar & Jason Kramberger, Google

6,104 views

5d ago

Compute Ledger
GLM's Agent Sped Up Its Own Inference Stack 3x in Two Weeks — I Verified the Fix on GitHub

GLM-5.3's Infra Agent tripled its own inference throughput in two weeks, on a cluster of over 100000 domestic chips. I break down ...

8:37
GLM's Agent Sped Up Its Own Inference Stack 3x in Two Weeks — I Verified the Fix on GitHub

77 views

7d ago

Call Stack
PyTorch Model Size vs RAM: Why the Numbers Don’t Match

A 1.706 GB checkpoint became 3.412 GB of logical FP32 parameter data in our local CPU worker. What does that tell you about ...

7:35
PyTorch Model Size vs RAM: Why the Numbers Don’t Match

3 views

2d ago

ECCodex
Agentic AI Course: Stage 10 — Lesson 2: Build the Deep Research Gradio Interface

Build a focused Gradio interface that turns an existing asynchronous research workflow into a practical app: enter one detailed ...

15:01
Agentic AI Course: Stage 10 — Lesson 2: Build the Deep Research Gradio Interface

12 views

3d ago

Uplatz
Choosing the Right Programming Language | A Practical Guide for Developers | Uplatz

Choosing a programming language is not about finding one universal “best” language. The right choice depends on what you are ...

8:54
Choosing the Right Programming Language | A Practical Guide for Developers | Uplatz

70 views

3d ago

Ace Interviews
141 Modern Automation Testing Interview Scenarios | Senior SDET & Automation Architect Masterclass!

141 Automation Testing Interview Scenarios — from UI automation to AI-driven testing. This is a complete senior-level automation ...

8:49:10
141 Modern Automation Testing Interview Scenarios | Senior SDET & Automation Architect Masterclass!

149 views

12h ago

AI FACTORY DYNAMICS and DatascienceMLopsClub
Your AI App Makes Users Wait (Python Asyncio Fix)

Subscribe to AI Factory Dynamics for practical AI engineering, Python concurrency, and real production challenges behind AI ...

5:06
Your AI App Makes Users Wait (Python Asyncio Fix)

12 views

8h ago

Adsorp AI Hindi
1.2 Borrowing and References: Shared vs. Mutable Access | Escaping the Python Runtime

How do you pass data without transferring ownership? In this lesson, we dive deep into Rust's borrowing mechanisms, exploring ...

23:00
1.2 Borrowing and References: Shared vs. Mutable Access | Escaping the Python Runtime

0 views

10h ago

Siva Academy
Oracle Database 26ai new feature | Lock-Free Reservation

Oracle Database 26ai new feature | Lock-Free Reservation Oracle Lock-Free Reservation allows multiple sessions to reserve ...

11:05
Oracle Database 26ai new feature | Lock-Free Reservation

579 views

2d ago

Bruhtus Null
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 202)

I want to learn about operating system and i will take a look at a book called "Operating Systems: Three Easy Pieces". So let's ...

2:14:18
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 202)

1,039 views

Streamed 5d ago

Open Lakehouse + AI
This Week in Open Lakehouse Ep. 1: Lance 2.2, Parquet 2.14, Spark & Polars 2.0

This Week in Open Lakehouse (Ep. 1): Databricks Developer Advocates Lisa Cao and Scott Haines break down the newest ...

1:00:39
This Week in Open Lakehouse Ep. 1: Lance 2.2, Parquet 2.14, Spark & Polars 2.0

230 views

6d ago

Ace Interviews
164 Modern DATA ANALYST Interview Scenarios You MUST Know | Complete Interview Masterclass !!

Preparing for a Data Analyst interview? Want to land a top-tier Data Analyst role? Passing the interview requires more than just ...

9:35:35
164 Modern DATA ANALYST Interview Scenarios You MUST Know | Complete Interview Masterclass !!

410 views

2d ago

Parottasalna
Learn Go from Scratch | Ep 1 | Need of Golang + Hello World in Go

Golang Series | Episode 1 Why did Google, Uber, Docker, and Kubernetes pick Go for their most critical systems? In this first ...

32:18
Learn Go from Scratch | Ep 1 | Need of Golang + Hello World in Go

106 views

4d ago

Xavier Fok
Web Scraping with Node.js: Cheerio, Axios, and Proxy Setup

In this deep dive, I walk through web scraping with node.js: cheerio, axios, and proxy setup. Topics covered: - Why does this ...

15:56
Web Scraping with Node.js: Cheerio, Axios, and Proxy Setup

8 views

3d ago

GVG
🎬+🎶 antirez/ds4 [8db1d1d]

Latest changes: • Document Qwen Metal batching and its quality checks • Serve Qwen batched MTP with safe session state and ...

8:23
🎬+🎶 antirez/ds4 [8db1d1d]

4 views

6d ago

Bruhtus Null
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 204)

I want to learn about operating system and i will take a look at a book called "Operating Systems: Three Easy Pieces". So let's ...

1:44:27
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 204)

258 views

Streamed 2d ago

Studie_Buddy
Arcana Hiring Software Engineer Backend SDE 2 | Python Jobs in Bangalore | 2+ Years Experience

Arcana Hiring 2026 Software Engineer Backend (SDE 2) | Python Backend Developer Jobs | Bangalore Are you a Python ...

17:52
Arcana Hiring Software Engineer Backend SDE 2 | Python Jobs in Bangalore | 2+ Years Experience

13 views

19h ago

Lets learn with Ajay
Fine-Tune Cross-Encoder Re-Rankers for High Precision

Series: Production RAG & GraphRAG from Scratch | Episode 24 of 35 Full Playlist: ...

17:39
Fine-Tune Cross-Encoder Re-Rankers for High Precision

6 views

4d ago

Adsorp AI Hindi
3.1 Box, Rc, and Arc: Choosing the Right Smart Pointer in Rust | Ch 3

Understand how heap allocation and reference counting work in Rust compared to Python's automatic memory model.

28:02
3.1 Box, Rc, and Arc: Choosing the Right Smart Pointer in Rust | Ch 3

1 view

10h ago

AlgoGym
なぜPythonはGILを捨てられなかったのか — 三十年かけて外されなかった鍵

... (2021) https://lukasz.langa.pl/5d044f91-49c1-4170-aed1-62b6763e6ad0/ [6] A viable solution for Python concurrency (LWN, ...

14:34
なぜPythonはGILを捨てられなかったのか — 三十年かけて外されなかった鍵

100 views

2d ago

DevOut Digital
DevOut: The Crypt of Concurrency - A Real Race Condition (Lost Updates)

Eight threads, one shared counter, no lock — real Python code demonstrating a classic race condition where 'read, modify, write' ...

1:45
DevOut: The Crypt of Concurrency - A Real Race Condition (Lost Updates)

11 views

1d ago

Uplatz
AWS Lambda vs Google Cloud Functions | Which Serverless Platform Should You Choose? | Uplatz

AWS Lambda and Google Cloud Functions both let developers run code without managing servers, but they differ in ecosystem ...

5:53
AWS Lambda vs Google Cloud Functions | Which Serverless Platform Should You Choose? | Uplatz

17 views

6d ago

atareao
833 - AI Workflows, automate your day with Ollama and Docker

Until now, we've been experimenting with artificial intelligence using agents and tools like Open Code or Open Web UI. But if ...

30:23
833 - AI Workflows, automate your day with Ollama and Docker

2,384 views

3d ago

Juan Morales Pestana - Automatización Resiliente
Mi Tech Stack 2026: Cómo Ahorré $4,000/mes Eliminando Kubernetes

Estoy cansado de los vídeos de "Tech Stack" que recomiendan docenas de lenguajes y herramientas carísimas sin justificar el ...

15:55
Mi Tech Stack 2026: Cómo Ahorré $4,000/mes Eliminando Kubernetes

3 views

2d ago

Latent AI
Dream-RSI: Turning Discovery History into Evolving Worlds

Autonomous AI discovery requires long-horizon exploration across thousands of proposal-evaluation steps. But managing search ...

5:14
Dream-RSI: Turning Discovery History into Evolving Worlds

74 views

6d ago

Uplatz
S22 | Database Design Best Practices | SDA Best Practices | Uplatz

Good database design helps software remain reliable, scalable and easier to maintain as data volumes and application ...

8:06
S22 | Database Design Best Practices | SDA Best Practices | Uplatz

8 views

23h ago

AI FACTORY DYNAMICS and DatascienceMLopsClub
Why Your AI App Fails at 3 Users | Python GIL & Production

Ever built an AI app that runs blazingly fast on your local machine, only to watch response times jump from 2 seconds to 45 ...

6:49
Why Your AI App Fails at 3 Users | Python GIL & Production

9 views

1d ago

GilliLab IT Professional Engineeri Logic Salt
[SECRET] What the 88.7% Local LLM Success Rate Hides From You | #NEWIT

Stop blindly deploying local LLMs and start measuring the energy cost of every correct answer you get. You will be able to ...

26:25
[SECRET] What the 88.7% Local LLM Success Rate Hides From You | #NEWIT

13 views

16h ago

CodeCraft
(581) What Are Coroutines in Android? | Kotlin & Android Jetpack Tutorial

Welcome to CodeCraft Welcome to another lesson from The Complete Android Course. In this tutorial, you will learn what ...

5:18
(581) What Are Coroutines in Android? | Kotlin & Android Jetpack Tutorial

4 views

4d ago

Learn Programming With Vivek
Build & Test: Mockito's Sharp Edges | Unit 15

The suite is green. The repository cannot possibly work. This unit is about how both end up true at once: the mocked test was ...

6:38
Build & Test: Mockito's Sharp Edges | Unit 15

9 views

5d ago

wasmCloud
wasmCloud 2.10, S3 Blob Storage, and Wasm Component Model Design | wasmCloud Community (23 Sep 2026)

wasmCloud 2.10 adds mTLS client identity and Wasmtime 48, S3 and Azure come to WASI Blobstore, and one question settles ...

53:49
wasmCloud 2.10, S3 Blob Storage, and Wasm Component Model Design | wasmCloud Community (23 Sep 2026)

118 views

Streamed 1d ago

QUASA
LlamaIndex – The Leading Data Framework for RAG and AI Agents | Quasa.io

LlamaIndex is an open-source data framework plus LlamaCloud: parse, extract, classify, split, and index documents for RAG and ...

6:35
LlamaIndex – The Leading Data Framework for RAG and AI Agents | Quasa.io

123 views

4d ago

Lets learn with Ajay
Fine-Tune Domain Embeddings: Sentence Transformers & MNRL

Series: Production RAG & GraphRAG from Scratch | Episode 23 of 35 Full Playlist: ...

17:42
Fine-Tune Domain Embeddings: Sentence Transformers & MNRL

7 views

5d ago

Hands On Course Demo
Day 184: Lease-Based Resource Management in Distributed Systems | TTL, Fencing Tokens & Auto-Expiry

Lesson Link: https://sdcourse.substack.com/p/day-184-implement-lease-based-resource Visit our website: https://systemdrd.com/ ...

2:02
Day 184: Lease-Based Resource Management in Distributed Systems | TTL, Fencing Tokens & Auto-Expiry

1 view

19h ago

Shahryar khalid
Tixora-Event Ticketing System with Fraud Detection Tutorial video

Tixora is a production-grade event ticketing platform I built end-to-end, handling everything from browsing events to secure ...

3:21
Tixora-Event Ticketing System with Fraud Detection Tutorial video

1 view

5d ago

Bruhtus Null
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 207)

I want to learn about operating system and i will take a look at a book called "Operating Systems: Three Easy Pieces". So let's ...

1:14:16
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 207)

7 views

Streamed 5 min ago

Bruhtus Null
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 206)

I want to learn about operating system and i will take a look at a book called "Operating Systems: Three Easy Pieces". So let's ...

34:26
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 206)

61 views

Streamed 22h ago

CodeCraft
(582) Using the Main Thread Only in Android | Kotlin Coroutines Tutorial

Welcome to CodeCraft Welcome to another lesson from The Complete Android Course. In this tutorial, you will learn about ...

3:55
(582) Using the Main Thread Only in Android | Kotlin Coroutines Tutorial

2 views

4d ago

DevCoreTech
Goroutines - Concurrency in Golang

Welcome to DevCoreTechAI — a channel dedicated to helping you Learn, Build & Grow in Technology. Whether you're starting ...

2:05
Goroutines - Concurrency in Golang

10 views

5d ago

Adsorp AI Hindi
3.2 Interior Mutability: Breaking Rules Safely with RefCell and Mutex | Ch 3

Learn how Rust allows controlled mutation behind immutable references through the interior mutability pattern. We explore how ...

21:21
3.2 Interior Mutability: Breaking Rules Safely with RefCell and Mutex | Ch 3

0 views

10h ago

Bruhtus Null
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 203)

I want to learn about operating system and i will take a look at a book called "Operating Systems: Three Easy Pieces". So let's ...

1:12:13
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 203)

110 views

Streamed 3d ago

Bruhtus Null
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 205)

I want to learn about operating system and i will take a look at a book called "Operating Systems: Three Easy Pieces". So let's ...

1:10:26
Live study: read along book "Operating Systems: Three Easy Pieces" (Part 205)

137 views

Streamed 1d ago

Secure AI Learning Lab
Spring Boot API Deep Dive: Security, RabbitMQ & Transaction Race Conditions | Retail Replenishment

In this video, we walk through the Spring Boot API — the secure business hub of our Retail Replenishment proof of concept.

10:52
Spring Boot API Deep Dive: Security, RabbitMQ & Transaction Race Conditions | Retail Replenishment

12 views

5d ago

Cold Cache
Python Threads Made CPU Work 4.5x Slower

Everyone repeats that the GIL means threads do not speed up CPU-bound Python. Measured on Python 3.12.14 with 15 cores ...

9:43
Python Threads Made CPU Work 4.5x Slower

0 views

14h ago

BTECH ALPHA VERSION
Database Users in DBMS Explained | Types of Database Users with Examples | Lec-06

Database Users in DBMS Explained | Types of Database Users with Examples In this video, we explain Database Users in DBMS ...

4:39
Database Users in DBMS Explained | Types of Database Users with Examples | Lec-06

4 views

2d ago

Mithila_JobsHub
🔥 Hevo Hiring SDE I | Software Development Engineer | 0–1 Years | Freshers | Bangalore | Apply Now

Description Hevo is hiring for the Software Development Engineer I (SDE I) role in Bangalore! This is an entry-level backend ...

2:22
🔥 Hevo Hiring SDE I | Software Development Engineer | 0–1 Years | Freshers | Bangalore | Apply Now

128 views

4d ago

AI & DS Department Lectures
Concurrency control protocols
5:20
Concurrency control protocols

0 views

5d ago

AI & DS Department Lectures
CONCURRENCY CONTROL
3:13
CONCURRENCY CONTROL

0 views

5d ago

Romance AI Studio
My Husband Stole Six Years of My Work—Then Divorced Me for His Mistress

【Creative Statement / Artistic & Safety Disclosure】 1. Nature of Content: This channel primarily features original short dramas, ...

31:22
My Husband Stole Six Years of My Work—Then Divorced Me for His Mistress

71 views

1d ago

Out of Memory
Why the First AI Token Is Different From the Rest

You ask a chatbot a question. It pauses — then words pour out, fast. Two speeds, one request. This film traces a single token ...

4:21
Why the First AI Token Is Different From the Rest

73 views

5d ago

CodeCraft
(591) Parallel Coroutines in Kotlin | Android Coroutines Tutorial

Welcome to CodeCraft Learn how to work with Parallel Coroutines in Kotlin for Android development. In this tutorial, you'll ...

6:09
(591) Parallel Coroutines in Kotlin | Android Coroutines Tutorial

0 views

1d ago

지투지 - 지식에서 지혜로
[Toward RSI] The Recursive Self-Improvement Journey of GLM-5.3-Flash | How an AI Optimized 100,00...

00:00 Introduction to GLM’s Journey of Building a Self-Inference Infrastructure for Recursive Self-Improvement 00:35 The Dawn ...

15:42
[Toward RSI] The Recursive Self-Improvement Journey of GLM-5.3-Flash | How an AI Optimized 100,00...

104 views

5d ago

The Autonomous Enterprise
How We Run an Autonomous Company on $120/Month (Zero Human Employees)

Can autonomous AI agents operate a real digital enterprise under a strict $120/month budget with zero human employees?

1:40
How We Run an Autonomous Company on $120/Month (Zero Human Employees)

5 views

5d ago

CodeCraft
(586) Launching Coroutines in Kotlin | Android Tutorial

Welcome to CodeCraft In this lesson from The Complete Android Course, we learn how to launch coroutines in Kotlin and ...

1:44
(586) Launching Coroutines in Kotlin | Android Tutorial

8 views

3d ago

Lets learn with Ajay
Tree-of-Thoughts & MCTS in LangGraph: Agent Search Guide

Series: Autonomous AI Agents with LangGraph & MCP | Episode 25 of 35 Full Playlist: ...

17:42
Tree-of-Thoughts & MCTS in LangGraph: Agent Search Guide

13 views

3d ago

CodeCraft
(590) Sequential Coroutines in Kotlin | Android Coroutines Tutorial

Welcome to CodeCraft In this lesson from The Complete Android Course, we explore Sequential Coroutines in Kotlin and ...

8:40
(590) Sequential Coroutines in Kotlin | Android Coroutines Tutorial

6 views

2d ago

Clear Box Tech
Processes and threads: what running actually means | From Prompt to Processor 2/3

Your computer's storage is a giant tree. Let's learn to climb it. Chapters 0:00 Processes 0:22 A recipe isn't a meal until someone ...

11:24
Processes and threads: what running actually means | From Prompt to Processor 2/3

0 views

2d ago

Adsorp AI
13.3 Serverless Deployment with Google Cloud Run and Cloud Run Jobs | Enterprise Deployment

Bring serverless flexibility to your agentic services using Google Cloud Run services and background Cloud Run Jobs. Discover ...

14:11
13.3 Serverless Deployment with Google Cloud Run and Cloud Run Jobs | Enterprise Deployment

0 views

1d ago

AI SimplyExplained
The End of Coding: What Happens to Programmers Now?

75% of all new code at Google is now generated by AI. Microsoft predicts that number will reach 95% across the entire industry by ...

6:20
The End of Coding: What Happens to Programmers Now?

6 views

3d ago

DoomReel AI
My Husband Stole Six Years of My Work—So I Exposed Him and His Mistress at Their Launch

【Creative & Safety Disclosure】 1. Nature of Content: This channel specializes in original AI-generated animated shorts.

31:25
My Husband Stole Six Years of My Work—So I Exposed Him and His Mistress at Their Launch

8 views

1d ago

Fernando Azevedo
Ep. 07 | [PT] Especial Serverless — Lambda, Step Functions e o que aprendi apanhando — 18/04/2026

Neste episódio, Fernando Azevedo apresenta um novo episódio do AWS Semanal. Fala pessoal, Fernando da Moretes.com, ...

5:29
Ep. 07 | [PT] Especial Serverless — Lambda, Step Functions e o que aprendi apanhando — 18/04/2026

0 views

4d ago