ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

534 results

Lumintra
Learning to Code Changed How I Solve Every Problem in Life 💻🤓

What if learning to code could teach you more than just programming? In this video, I share how learning to code completely ...

5:39
Learning to Code Changed How I Solve Every Problem in Life 💻🤓

52 views

1 month ago

Lumintra
Think Like a Programmer: Break Down Any Problem

Think Like a Programmer: Break Down Any Problem Ever stare at a problem and feel completely stuck? Programmers face this ...

8:19
Think Like a Programmer: Break Down Any Problem

98 views

1 month ago

DSA EXPERT
Two Sum LeetCode Problem | Best Explanation with Examples | Coding Interview Series

Learn how to solve the Two Sum problem (LeetCode #1) with a clear explanation and multiple approaches. In this video, we ...

13:26
Two Sum LeetCode Problem | Best Explanation with Examples | Coding Interview Series

29 views

1 month ago

Aditya Kulkarni :Adya
100 Days of Coding Challenges: Day 1 - The Problem

Welcome to Day 1 of my 100 Days Coding Challenge! Today, I'm solving an interesting coding problem step by step, ...

1:56
100 Days of Coding Challenges: Day 1 - The Problem

17 views

5 months ago

Kingsley Riale
Coding vs Programming vs Software Engineering vs Techpreneurship | Explained

Most beginners in tech confuse coding, programming, and software engineering — and almost nobody talks about ...

3:11
Coding vs Programming vs Software Engineering vs Techpreneurship | Explained

10 views

4 months ago

Campus per charcha
Coding Test

Are you preparing for a coding test ? In this video, we'll walk through some essential coding problems, discuss optimal solutions, ...

6:06
Coding Test

4 views

11 months ago

Eric Codes
Pitfalls of starting a Ruby on Rails Project  | Configuration Problems | PHP to Ruby Vlog Vol 3

After finally getting started on my application, I ran into several configuration problems. The short of it? Know the tech you want to ...

19:25
Pitfalls of starting a Ruby on Rails Project | Configuration Problems | PHP to Ruby Vlog Vol 3

17 views

6 months ago

Code GupShup with Puneet
🚀 Check if Array is Sorted and Rotated | JavaScript | Interview Preparation Series

In this video, we solve one of the most commonly asked Data Structures & Algorithms interview questions, Checking if an Array is ...

12:52
🚀 Check if Array is Sorted and Rotated | JavaScript | Interview Preparation Series

83 views

5 days ago

HustleWithNisha
Day 4 of mastering DSA !

Day 4 of 100 Days Coding Challenge | Recursion Revision + Medium Level Questions Hey everyone! Welcome back to Day 4 ...

1:27
Day 4 of mastering DSA !

40 views

7 months ago

Padho with Pratyush
DSA PATTERNS Episode 8 | Two Pointers Pattern: Most Important Questions

... DSA Pattern series, where each lecture helps you master one pattern deeply — so you can solve 100+ coding questions easily.

41:16
DSA PATTERNS Episode 8 | Two Pointers Pattern: Most Important Questions

19,187 views

3 months ago

Shubham Aher
Valid Anagram | LeetCode Problem Explained with Code & Logic | DSA Interview Prep

In this video, we solve the popular “Valid Anagram” problem — a common question in coding interviews for top tech companies ...

6:06
Valid Anagram | LeetCode Problem Explained with Code & Logic | DSA Interview Prep

178 views

5 months ago

Shubham Aher
Single Number | LeetCode Problem Explained with Intuition & Code | DSA Interview Prep

In this video, we solve the Single Number problem — a popular question in coding interviews for companies like Google, Amazon, ...

7:32
Single Number | LeetCode Problem Explained with Intuition & Code | DSA Interview Prep

190 views

5 months ago

Cyb3rSonu
Recursion Part 2 – 3 Classic Problems Every Coder Must Know

Welcome to Part 2 of our Recursion Series! In this video, we dive deep into **three legendary problems** that every programmer ...

18:20
Recursion Part 2 – 3 Classic Problems Every Coder Must Know

177 views

6 months ago

Aditya Chhatwal
Average Calculation in Python 🐍

By the end, you'll be confident in applying averages in your Python projects, data analysis, and interview coding questions.

1:50
Average Calculation in Python 🐍

35 views

5 months ago

Robin Computer Science
20 Pseudocode Object-Oriented Programming Challenges with walk-throughs | A-Level Computer Science

Need real coding practice for Object-Oriented Programming? This video is a concise, exam-focused challenge sprint featuring 20 ...

51:37
20 Pseudocode Object-Oriented Programming Challenges with walk-throughs | A-Level Computer Science

80 views

8 months ago

Onyinye Achi
Become a Great Programmer in 2025: Solve Real Problems!

Becoming a Great Programmer: Solve Real Problems! ✨ Are you struggling to level up your coding skills? The secret to ...

8:31
Become a Great Programmer in 2025: Solve Real Problems!

69 views

11 months ago

Jasmeen Kaur
Day 21 DSA Consistency 🔥 | Graphs (DFS/BFS) | 2-Hour Study With Me

In this episode of my 2-Hour DSA Study With Me series (EP 21), I focus on Graph traversal using DFS and BFS and solve 3 high ...

12:52
Day 21 DSA Consistency 🔥 | Graphs (DFS/BFS) | 2-Hour Study With Me

1,025 views

2 weeks ago

OneProblemADay VODs
LeetCode 3487 | Daily Challenge | 2025.07.25 | Java | no talking

Solve the LeetCode's daily question: 3487. Maximum Unique Subarray Sum After Deletion Problem: ...

0:47
LeetCode 3487 | Daily Challenge | 2025.07.25 | Java | no talking

4 views

6 months ago

Shubham Aher
Generate Parentheses | Backtracking Explained | Top DSA Problem for FAANG Interviews

In this video, we solve the famous “Generate Parentheses” problem from LeetCode — a must-know DSA question often asked in ...

5:46
Generate Parentheses | Backtracking Explained | Top DSA Problem for FAANG Interviews

24 views

4 months ago

OneProblemADay VODs
LeetCode 3304 | Daily Challenge | 2025.07.03 | Java | no talking

Solve the LeetCode's daily question: 3304. Find the K-th Character in String Game I Problem: ...

0:47
LeetCode 3304 | Daily Challenge | 2025.07.03 | Java | no talking

6 views

6 months ago

MarzysJourney
The Dark Side Of Coding

There's a side of coding nobody talks about — the burnout, the doubt, and the feeling that maybe you're not cut out for this.

3:11
The Dark Side Of Coding

388 views

3 months ago

Code & Complexity
Find In Mountain Array | Leetcode HARD Solved in 100 seconds | TC? | SC?

Find Peak Index in Mountain Array - https://youtu.be/hLiTIoXWUJI Order Agnostic Binary Search - https://youtu.be/FzYM-xKje9g In ...

5:14
Find In Mountain Array | Leetcode HARD Solved in 100 seconds | TC? | SC?

507 views

9 months ago

Shubham Aher
Longest Common Prefix in Strings | LeetCode Problem Explained | DSA Interview Preparation

In this video, we solve the Longest Common Prefix problem — a frequently asked question in coding interviews at FAANG and top ...

8:51
Longest Common Prefix in Strings | LeetCode Problem Explained | DSA Interview Preparation

184 views

5 months ago

Priyanshu Sharma
Day 19 | Starting Linked List 🚀 | Coding Journey

Day 19 of my coding journey! ✨ Today I started learning and solving problems on Linked List — a core DSA topic and a ...

3:07
Day 19 | Starting Linked List 🚀 | Coding Journey

99 views

3 months ago

Anshul Yadav
Full Stack Web Developer Roadmap 2026 | Step-by-Step Guide to Become a Full Stack Developer

... how to build logic in programming logic building in programming how to build programming logic how to solve coding problems ...

13:22
Full Stack Web Developer Roadmap 2026 | Step-by-Step Guide to Become a Full Stack Developer

102 views

4 months ago