ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

36 results

CS50
CS50x 2026 - Lecture 8 - HTML, CSS, JavaScript

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:22:12
CS50x 2026 - Lecture 8 - HTML, CSS, JavaScript

24,505 views

4 weeks ago

ChetansTech
Python Programming – Episode 3 | Data Types Explained (Numbers vs Text)

This is Episode 3 of the Python by Building playlist — a code-first Python programming series where every concept is explained ...

9:31
Python Programming – Episode 3 | Data Types Explained (Numbers vs Text)

4 views

3 weeks ago

ChetansTech
Python Programming – Episode 4 | If Else Explained (Make Your Program Think)

This is Episode 4 of the Python by Building playlist — a code-first Python programming series where you learn Python by building ...

21:26
Python Programming – Episode 4 | If Else Explained (Make Your Program Think)

2 views

3 weeks ago

Selectionable o level
23 January 2026

Welcome to Python Class 3! In this class, we continue our Python learning journey by strengthening the fundamentals and ...

1:02:23
23 January 2026

0 views

6 days ago

CS50
CS50x 2026 - Lecture 7 - SQL

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:15:33
CS50x 2026 - Lecture 7 - SQL

20,022 views

4 weeks ago

devllabs
How Backend Works? | Complete Backend Explained for Beginners 🔥

Ever wondered how backend works behind the scenes? In this video, I explain how backend works step by step, from client ...

3:37
How Backend Works? | Complete Backend Explained for Beginners 🔥

54 views

2 weeks ago

ChetansTech
Python Programming – Episode 5 | Loops Explained (while & for) – Make Code Repeat

This is Episode 5 of the Python by Building playlist — a code-first Python programming series where you learn Python by building ...

16:32
Python Programming – Episode 5 | Loops Explained (while & for) – Make Code Repeat

1 view

3 weeks ago

Code with JP
React useState Hook Explained for Beginners | Simple Examples

n this video, we will learn React useState Hook from scratch in a beginner-friendly way. What you will learn in this video: What ...

7:32
React useState Hook Explained for Beginners | Simple Examples

1 view

8 days ago

Code with JP
React useEffect API Call Explained | Beginner Friendly

In this video, you will learn how to make an API call using the useEffect hook in React. I have explained: • What is useEffect • Why ...

17:02
React useEffect API Call Explained | Beginner Friendly

0 views

4 days ago

ByteBlitz
Class Diagram Explained | UML Diagram  | Relationships, Attributes & Methods  With Examples

In this video, you'll learn UML Class Diagrams from scratch with a real software example. Class diagrams are the most important ...

19:17
Class Diagram Explained | UML Diagram | Relationships, Attributes & Methods With Examples

17 views

4 weeks ago

Data Pipeline
Create DataFrame explained with Python in Hindi | Big Data Tutorial

Learn how to create a PySpark DataFrame directly from a Python list — without reading from a file! In this step-by-step tutorial, ...

6:20
Create DataFrame explained with Python in Hindi | Big Data Tutorial

11 views

4 days ago

rich
Part 5 : Dockerizing a Python Monitoring Application | FastAPI & Docker

This video explains how I containerized a Python-based system monitoring application using Docker. I walk through: • Why ...

3:03
Part 5 : Dockerizing a Python Monitoring Application | FastAPI & Docker

21 views

4 weeks ago

Code With Rushi
Frontend vs Backend –Difference Explained for Beginners | CodeWithRushi Frontend vs Backend Kya Hai?

Frontend vs Backend –Difference Explained for Beginners | CodeWithRushi Frontend vs Backend Kya Hai? In this video, I explain ...

7:20
Frontend vs Backend –Difference Explained for Beginners | CodeWithRushi Frontend vs Backend Kya Hai?

92 views

13 days ago

rich
Part 2 : What is cronjob in kubernetes? Cronjob explained

What is cronjob in kubernetes and how it works is explained. Also explained job failure , cronjob lifecycle and how it handles ...

4:29
Part 2 : What is cronjob in kubernetes? Cronjob explained

34 views

3 weeks ago

TechByAbhay
Time and Space Complexity Explained | DSA | Java & Kotlin

In this video, we will understand Time Complexity and Space Complexity in Data Structures and Algorithms (DSA) with very ...

9:40
Time and Space Complexity Explained | DSA | Java & Kotlin

130 views

2 weeks ago

Code with JP
React useContext Hook Explained | Avoid Prop Drilling Step by Step

In this video, you will learn how to use the useContext Hook in React and how to avoid prop drilling in a simple and ...

16:09
React useContext Hook Explained | Avoid Prop Drilling Step by Step

6 views

9 days ago

Data Pipeline
Partition in Big Data Explained with PySpark | Hindi Tutorial for Beginners | Big Data Tutorial

Are you learning Big Data and PySpark? In this Hindi tutorial, I explain **what Partition in Big Data is** and how it works in ...

11:44
Partition in Big Data Explained with PySpark | Hindi Tutorial for Beginners | Big Data Tutorial

27 views

3 weeks ago

ByteBlitz
Deployment Diagram Explained | UML Diagram | Servers, Nodes & Real Example

In this video, you'll learn the UML Deployment Diagram explained step by step using a real software system example. Deployment ...

4:24
Deployment Diagram Explained | UML Diagram | Servers, Nodes & Real Example

19 views

2 weeks ago

Code with JP
React useEffect Hook Explained in Tamil | useEffect with Examples for Beginners

In this video, I explain the React useEffect hook in a beginner-friendly Tamil way with simple real-time examples. You will learn: ...

5:59
React useEffect Hook Explained in Tamil | useEffect with Examples for Beginners

0 views

7 days ago

Technical Academy
Laravel Middleware Explained | What is Middleware in Laravel with Example

In this video, we will understand Laravel Middleware in a very simple and practical way. Laravel Middleware provides a ...

14:57
Laravel Middleware Explained | What is Middleware in Laravel with Example

15 views

2 weeks ago

Code with JP
React Router Tutorial for Beginners | BrowserRouter, Routes, Route, Link & NavLink

In this video, we will learn React Router step by step in a beginner-friendly way. I have explained the core concepts of React ...

16:08
React Router Tutorial for Beginners | BrowserRouter, Routes, Route, Link & NavLink

7 views

10 days ago

rich
How In-Cluster Authentication Works in Kubernetes | ServiceAccount Explained

In this video, I explain how in-cluster authentication works in Kubernetes using ServiceAccounts. When applications run inside a ...

2:52
How In-Cluster Authentication Works in Kubernetes | ServiceAccount Explained

2 views

3 weeks ago

rich
Project B: Kubernetes Job Scheduler & Automation System

Built a Kubernetes-based job scheduling platform using Jobs and CronJobs, with a FastAPI service running in- cluster to ...

4:05
Project B: Kubernetes Job Scheduler & Automation System

17 views

3 weeks ago

Zed-King Institute
The ABSOLUTE BEST Guide to Arduino Operators | Arithmetic, Comparison & Assignment Explained

Unlock the Power of Programming Logic! The ABSOLUTE BEST Way to Master Arduino Operators. 🚀 In this video of our "Master IoT ...

41:02
The ABSOLUTE BEST Guide to Arduino Operators | Arithmetic, Comparison & Assignment Explained

74 views

3 weeks ago

Vishal Codes
Product of Array Except Self | Brute Force to Optimized Solution (Interview Ready)

In this video, we solve one of the most popular interview questions: Product of Array Except Self. We start with the brute force ...

14:06
Product of Array Except Self | Brute Force to Optimized Solution (Interview Ready)

63 views

4 weeks ago