ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

113 results

Aura_OF_Code
Spread Operator Bug: One Line That Blew Up Server Memory📝#codecrime #javascript #memoryleak#shorts

This isn't a syntax error.It's a performance time bomb.Using the spread operator inside a loop copies the entire array every ...

0:24
Spread Operator Bug: One Line That Blew Up Server Memory📝#codecrime #javascript #memoryleak#shorts

0 views

7 hours ago

Leela Web Dev
Why Builder Pattern Exists in JavaScript (Explained in 30 Seconds)

In this video we will see Github Link: https://github.com/leelanarasimha Instagram: https://www.instagram.com/leelawebdev/ ...

0:47
Why Builder Pattern Exists in JavaScript (Explained in 30 Seconds)

227 views

13 hours ago

Sriniously
22. Concurrency & Parallelism: IO Bound vs CPU Bound

A comprehensive guide to concurrency and parallelism for backend engineers. We cover: - Why Concurrency Matters for Backend ...

1:28:06
22. Concurrency & Parallelism: IO Bound vs CPU Bound

1,404 views

15 hours ago

CS50
CS50x 2026 - Lecture 6 - Python

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

2:29:32
CS50x 2026 - Lecture 6 - Python

6,282 views

4 hours ago

Mohit Decodes
Rotate Array by K Positions | JS Interview Question #dsa #interview #coding

In this JavaScript interview short, we solve a very practical problem: “Rotate an array by K positions.” This logic is commonly used ...

1:22
Rotate Array by K Positions | JS Interview Question #dsa #interview #coding

2,349 views

9 hours ago

Vetrivel Ravi
JavaScript Bug Challenge🤯

This JavaScript debugging challenge reveals a classic array + function trap. At first glance, this code looks correct, but parseInt ...

0:11
JavaScript Bug Challenge🤯

419 views

19 hours ago

1LineCode
JavaScript Is Not Broken… It’s Built Different 💀

JavaScript is not broken… it's just built different [] + [] === "" Objects try to become numbers typeof null === "object" (a ...

0:55
JavaScript Is Not Broken… It’s Built Different 💀

21 views

8 hours ago

Frontend Interview Master
💡 Array.find() | JS Tips Every Developer Should Know #Shorts

Array.find() - JavaScript Tutorial Find returns the first matching element in an array. Useful for searching without looping manually.

0:02
💡 Array.find() | JS Tips Every Developer Should Know #Shorts

0 views

11 hours ago

PodTest
JavaScript Day12: Arrays Part2: concat join includes indexof lastindexof pop push shift unshift
1:54:31
JavaScript Day12: Arrays Part2: concat join includes indexof lastindexof pop push shift unshift

0 views

17 hours ago

Frontend Interview Master
🚀 Master Array.every() in JavaScript #Shorts

Array.every() - JavaScript Tutorial Every checks if all elements pass a test. Useful for validation like verifying all inputs are valid.

0:02
🚀 Master Array.every() in JavaScript #Shorts

0 views

11 hours ago

Leela Web Dev
10. Builder Design Pattern in JavaScript | Build HTML Automatically (Real Example)

In this video, we explore a **real-world use case of the Builder Design Pattern** using **JavaScript**. This is of our Builder Pattern ...

16:25
10. Builder Design Pattern in JavaScript | Build HTML Automatically (Real Example)

44 views

17 hours ago

MentorDaljit
32. Repeat Tasks in JavaScript- for, while & do-while Loops

Topics Covered What is a loop in JavaScript for loop syntax and examples while loop explained do-while loop explained ...

16:41
32. Repeat Tasks in JavaScript- for, while & do-while Loops

11 views

13 hours ago

PodTest
JavaScript Day14 Arrays Part4: Reduce Sort
2:04:17
JavaScript Day14 Arrays Part4: Reduce Sort

0 views

17 hours ago

Frontend Interview Master
🔥 Array.includes() in JavaScript | Pro Tip #Shorts

Array.includes() - JavaScript Tutorial Check if an array contains a value using strict equality. Ideal for quick lookups without loops.

0:02
🔥 Array.includes() in JavaScript | Pro Tip #Shorts

0 views

11 hours ago

Code With Yousaf
Hello 2026 🎉 | New Year, New Code

New celebration code using HTML, CSS. Today is the first day of 2026. Support Me: ...

1:25
Hello 2026 🎉 | New Year, New Code

297 views

8 hours ago

Frontend Interview Master
💡 Array.flatMap() | JS Tips Every Developer Should Know #Shorts

Array.flatMap() - JavaScript Tutorial FlatMap combines array mapping and flattening into one step. Great for nested data ...

0:02
💡 Array.flatMap() | JS Tips Every Developer Should Know #Shorts

0 views

11 hours ago

Frontend Interview Master
🔥 Array.flat() in JavaScript | Pro Tip #Shorts

Array.flat() - JavaScript Tutorial Flatten nested arrays into a single level. Essential for simplifying complex data structures.

0:02
🔥 Array.flat() in JavaScript | Pro Tip #Shorts

0 views

11 hours ago

Coding theory
Find k-th Occurrence of Element in Array | JavaScript Coding Interview Problem | DSA | LeetCode

JavaScript #DSA #CodingInterview #LeetCode #Programming #ArrayProblems #CodingTheoryGuru #JavaScriptTutorial ...

0:13
Find k-th Occurrence of Element in Array | JavaScript Coding Interview Problem | DSA | LeetCode

0 views

11 hours ago

Tanya Verse
Most Beginners Fail This JavaScript Loop 😳 | Day 38/100 JS Mini Project

Day 38 of JavaScript 100 Days 🚀 Learn how to calculate factorial using for loop in JS — simple logic, real project ...

0:43
Most Beginners Fail This JavaScript Loop 😳 | Day 38/100 JS Mini Project

0 views

6 hours ago

Carlos Chacin
This Pattern Made Card Design SO Easy (Skull King Ep. 8)

Java OOP Tutorial: Designing a card hierarchy with interfaces and inheritance! In this Java 25 TDD episode, I build the Escape ...

41:36
This Pattern Made Card Design SO Easy (Skull King Ep. 8)

0 views

5 hours ago

Tech Rawat
Insert New Line Above in VS Code ! #shorts

Learn - How to insert new line above your current line in VS Code using keyboard shortcut ! ◆ Get 1000 Sub And 4000 ...

0:22
Insert New Line Above in VS Code ! #shorts

207 views

21 hours ago

BhaveshTech
React Interview Trap: let vs useState ⚠️ #coding #react #reactinterview #shortsfeed #shorts

JavaScript already has var, let, and const… So why does React introduce useState? This is a very common React interview ...

1:18
React Interview Trap: let vs useState ⚠️ #coding #react #reactinterview #shortsfeed #shorts

0 views

6 hours ago

Neural Code Colosseum
AI Coding Battle: Futuristic Tsunami Destruction Loop 🌊🏙️⚡

For this round, I pushed the AI models into full disaster-cinema mode — a colossal tsunami rising from the horizon with smooth, ...

0:11
AI Coding Battle: Futuristic Tsunami Destruction Loop 🌊🏙️⚡

2,169 views

8 hours ago

Dev Weekends
DW Mentorship - DSA Session

Welcome to Dev Weekends YouTube Channel. All Our Resources here: https://resources.devweekends.com/ ...

1:58:47
DW Mentorship - DSA Session

57 views

Streamed 1 day ago

Code Lift
Diamond Pattern in Java 💎

Master the Diamond Star Pattern in Java ⭐ Learn the exact formula, loop logic, and DSA-friendly approach step by step. Perfect ...

0:56
Diamond Pattern in Java 💎

95 views

21 hours ago