ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

26 results

Tech With Tim
The Only Programming Languages Worth Learning in 2026

Start building real Python skills today with DataCamp's Python Programming Fundamentals track (perfect if you're still shaky on ...

10:44
The Only Programming Languages Worth Learning in 2026

33,857 views

6 days ago

Awesome
I actually tried AI coding and it's worse than I thought...

An honest review of the Codex CLI coding agent. Topics: - Working with coding agents; - Codex and Chat GPT review; ...

9:28
I actually tried AI coding and it's worse than I thought...

95,575 views

7 days ago

Missing Semester
Lecture 1: Course Overview + Introduction to the Shell

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/course-shell/ 0:00:00 ...

1:14:44
Lecture 1: Course Overview + Introduction to the Shell

27,340 views

7 days ago

Technical Suneja
SECRET Strategy To Get INTERVIEW Calls - ZERO Coding 🔥 3 LPA to 40 LPA Best Job For NON-CS

Start your Web Development Journey: https://codecompile.ai/courses Use code NEWYEAR — Flat 20% OFF ( Limited Time ...

1:02:54
SECRET Strategy To Get INTERVIEW Calls - ZERO Coding 🔥 3 LPA to 40 LPA Best Job For NON-CS

23,194 views

2 days ago

Chong-U — AI Oriented Dev
Vibe Coding 2D Games with Claude Code & Agent Skills (Full Tutorial)

Get My FULL AI Builder System (ALL ACCESS) ▻ https://aiod.dev/b1005b 🛠️ Just the Claude Code Pack ...

33:37
Vibe Coding 2D Games with Claude Code & Agent Skills (Full Tutorial)

4,732 views

3 days ago

Beyond Coding
How to Think About Software Architecture (Google & AWS Veteran)

"Architects shouldn't try to be the smartest people in the room, they should make everybody else smarter." In this episode, Gregor ...

1:04:55
How to Think About Software Architecture (Google & AWS Veteran)

11,022 views

5 days ago

Firebase
Firebase After Hours #21: Agentic coding with Gemini Skills

In this episode of Firebase After Hours, @peterfriese and @nohedev are joined by Jack Wotherspoon to explore the brand new ...

1:30:25
Firebase After Hours #21: Agentic coding with Gemini Skills

1,699 views

Streamed 4 days ago

Code with Gaurav
What is System Design? | System Design for Beginners | System Design Interview Basics

System Design explained for beginners and Interview Basics. this System Design video is a complete System Design tutorial for ...

17:48
What is System Design? | System Design for Beginners | System Design Interview Basics

132 views

6 days ago

Dynamic Coding with Majid
Backend Development FULL Course - In 6 Hours (Mongo DB, Express JS, Node JS) | 2025-26 Edition

🔥 Backend Development FULL Course in 6 Hours (MongoDB, Express.js, Node.js) | 2025–26 Edition In this complete Backend ...

45:50
Backend Development FULL Course - In 6 Hours (Mongo DB, Express JS, Node JS) | 2025-26 Edition

21 views

6 days ago

Kernel Queen 👑
Construct the Minimum Bitwise Array II Leetcode 3315 Java Code Only Hindi

Detailed Video Link: https://youtu.be/yXgO0Z2ZPVo Problem Link: ...

2:04
Construct the Minimum Bitwise Array II Leetcode 3315 Java Code Only Hindi

204 views

5 days ago

Kernel Queen 👑
Construct the Minimum Bitwise Array I Leetcode 3314 | 3315 | Java-Hindi | Detailed Approach

Problem Link: https://leetcode.com/problems/construct-the-minimum-bitwise-array-i Solution Link: ...

11:54
Construct the Minimum Bitwise Array I Leetcode 3314 | 3315 | Java-Hindi | Detailed Approach

486 views

6 days ago

Kernel Queen 👑
Minimum Difference Between Highest and Lowest of K Scores | Leetcode 1984 | Java-Hindi

Problem Link: https://leetcode.com/problems/minimum-difference-between-highest-and-lowest-of-k-scores Solution Link: ...

2:06
Minimum Difference Between Highest and Lowest of K Scores | Leetcode 1984 | Java-Hindi

144 views

1 day ago

Kernel Queen 👑
Minimum Pair Removal to Sort Array II Leetcode 3510  | Java-Hindi

Problem Link: https://leetcode.com/problems/minimum-pair-removal-to-sort-array-ii/ Solution Link: ...

16:58
Minimum Pair Removal to Sort Array II Leetcode 3510 | Java-Hindi

486 views

3 days ago

Kernel Queen 👑
Minimize Maximum Pair Sum in Array | Leetcode 1877 | Java - Hindi

Problem Link: https://leetcode.com/problems/minimize-maximum-pair-sum-in-array Solution Link: ...

3:29
Minimize Maximum Pair Sum in Array | Leetcode 1877 | Java - Hindi

163 views

2 days ago

Rust Foundation
Rust in the Real World: Building Anti-Trafficking Software | Interview with Brooke Deuson

In this interview, the Rust Foundation speaks with @goingforbrooke , Founder of Trafficking Free Tomorrow (a Rust Foundation ...

24:37
Rust in the Real World: Building Anti-Trafficking Software | Interview with Brooke Deuson

706 views

4 days ago

Kent's Tech World
I WAS WRONG!!! 😱😲

Pop people, please take my firstborn :D Join this channel to get access to the perks: ...

40:04
I WAS WRONG!!! 😱😲

1,716 views

5 days ago

Kernel Queen 👑
Minimum Pair Removal to Sort Array I -  Leetcode 3507 | Simulation Approach | Java -  Hindi

I will upload the video for problem 3510 tomorrow, regardless of whether it is the daily LeetCode problem. Thank you :) Problem ...

7:50
Minimum Pair Removal to Sort Array I - Leetcode 3507 | Simulation Approach | Java - Hindi

290 views

4 days ago

Mahesh Ahirwar
K Closest Points to Origin Explained | Priority Queue Approach

In this video, we solve the K Closest Points to Origin problem using multiple optimal approaches, including Heap (Priority Queue).

11:21
K Closest Points to Origin Explained | Priority Queue Approach

25 views

2 days ago

Begin Coding Fast
Essential probability for computer programming (with Python code)

This video introduces a number of fundamental concepts of probability, helps to model uncertainty, make predictions, optimize ...

40:36
Essential probability for computer programming (with Python code)

11 views

1 day ago

Mahesh Ahirwar
Find K Pairs With Smallest Sums Explained | Priority Queue Approach

In this video, we solve the Find K Pairs With Smallest Sums problem using an optimized Min Heap (Priority Queue) approach with ...

17:00
Find K Pairs With Smallest Sums Explained | Priority Queue Approach

26 views

4 days ago

Swiss Telugu Family and OutofTheBox EA
I Left Ameerpet (INDIA) With ₹25K Salary to EUROPE | My SAP Journey

GET YOUR COPY OF SWISS MOVE GUIDE FOR INDIANS Thinking about Switzerland? Get the complete reality check - permits, ...

1:31:26
I Left Ameerpet (INDIA) With ₹25K Salary to EUROPE | My SAP Journey

3,535 views

6 days ago

Mahesh Ahirwar
Top K Frequent Elements | Heap & Bucket Sort | DSA Interview Problem

In this video, we solve the Top K Frequent Elements problem using multiple optimal approaches, including Heap (Priority Queue) ...

19:49
Top K Frequent Elements | Heap & Bucket Sort | DSA Interview Problem

25 views

6 days ago

EIT Institutes
EIT Institutes | Learn school Programming, AI, Web Development & IT Skills Step by Step freelancing

Here's a **professional, SEO-optimized YouTube channel description** for **EIT Institutes** that helps attract viewers and support ...

1:12
EIT Institutes | Learn school Programming, AI, Web Development & IT Skills Step by Step freelancing

0 views

1 day ago

GARCODE
Weekend Class - Digital Essentials with Garcode

Understand programming languages and how we can interact with them to solve complex problems. Understand tha basic ...

1:21:25
Weekend Class - Digital Essentials with Garcode

8 views

Streamed 2 days ago

EIT Institutes
ABCD Phonics for Kids | Learn Alphabet with EIT Institutes

Here's a **professional, SEO-optimized YouTube channel description** for **EIT Institutes** that helps attract viewers and support ...

0:24
ABCD Phonics for Kids | Learn Alphabet with EIT Institutes

0 views

1 day ago