ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

17 results

Alfa Yohannis
Prototype Design Pattern Explained: Clone Objects to Skip Costly Setup

Stop rebuilding expensive objects from scratch. Learn how the Prototype pattern clones a fully prepared object so every spawn is ...

2:04
Prototype Design Pattern Explained: Clone Objects to Skip Costly Setup

5 views

2 weeks ago

Beyond Code & Karma
JavaScript Prototypes, Explained Properly (how 10,000 objects share one function)

Every JavaScript object has a secret parent it can fall back on — that chain is the Prototype, and it's the engine behind every class ...

2:40
JavaScript Prototypes, Explained Properly (how 10,000 objects share one function)

55 views

11 days ago

FullStack Masterclass
Prototypes Explained | FullStack Masterclass JavaScript Course

A focused JavaScript lesson about Prototypes, with examples, common mistakes, self-checks and practical browser context.

2:46
Prototypes Explained | FullStack Masterclass JavaScript Course

1 view

5 days ago

Beyond Code & Karma
JavaScript Prototype Pattern — Hinglish Me Samjho | JS Design Patterns

Har JavaScript object ka ek chhupa hua parent hota hai — yahi chain hai Prototype, aur yahi har class ke peeche ka engine hai.

3:11
JavaScript Prototype Pattern — Hinglish Me Samjho | JS Design Patterns

8 views

11 days ago

Silent_KillerZz
Prototype and its inheritance in JS explained 🔥🔥🔥 |  prototype chaining  🔗🔗🔗

Basics of Prototype and its inheritance in JS explained | prototype chaining todolist using tailwind react ...

2:38
Prototype and its inheritance in JS explained 🔥🔥🔥 | prototype chaining 🔗🔗🔗

5 views

3 weeks ago

FullStack Masterclass
Constructors Explained | FullStack Masterclass JavaScript Course

A focused JavaScript lesson about Constructors, with examples, common mistakes, self-checks and practical browser context.

2:34
Constructors Explained | FullStack Masterclass JavaScript Course

52 views

5 days ago

FullStack Masterclass
Classes Explained | FullStack Masterclass JavaScript Course

A focused JavaScript lesson about Classes, with examples, common mistakes, self-checks and practical browser context.

2:33
Classes Explained | FullStack Masterclass JavaScript Course

0 views

5 days ago

Beyond Code & Karma
JavaScript Mixin Pattern — give any class superpowers (no inheritance)

JavaScript classes only get one parent — so how do you share behavior like logging, dirty-tracking, or serialization across totally ...

2:25
JavaScript Mixin Pattern — give any class superpowers (no inheritance)

4 views

8 days ago

Learn & Interview Prep
What are JavaScript Polyfills? Explained with Examples | JavaScript Interview Questions 2026 🚀

What are JavaScript Polyfills? In this video, you'll learn everything about JavaScript Polyfills with simple explanations and ...

1:22
What are JavaScript Polyfills? Explained with Examples | JavaScript Interview Questions 2026 🚀

50 views

11 days ago

Beyond Code & Karma
JavaScript Proxy Pattern, Explained Properly (the magic behind Vue)

A JavaScript Proxy lets an object intercept its own reads and writes — validate, log, even fake values — without touching the ...

2:40
JavaScript Proxy Pattern, Explained Properly (the magic behind Vue)

58 views

12 days ago

Beyond Code & Karma
JavaScript Factory Pattern — stop newing up classes everywhere

Stop newing up classes all over your codebase. A factory is just a function that returns an object: config in, a ready-to-use thing out ...

2:29
JavaScript Factory Pattern — stop newing up classes everywhere

1 view

4 days ago

Beyond Code & Karma
Understanding the JavaScript Mixin Pattern — Give any class superpowers

JavaScript classes only get one parent — so how do you share behaviors like logging, dirty-tracking, or serialization across ...

3:22
Understanding the JavaScript Mixin Pattern — Give any class superpowers

8 views

8 days ago

Karan gade
AI-Vahan Drishti DEMO VIDEO

Project Overview – AI-Vahan Drishti AI-Vahan Drishti is an AI-powered traffic enforcement system designed to address one of the ...

1:33
AI-Vahan Drishti DEMO VIDEO

3 views

11 days ago

Beyond Code & Karma
JavaScript Proxy Pattern — Hinglish Me Samjho | JS Design Patterns #2

JavaScript ka Proxy pattern, Hinglish me. Ek object apne reads aur writes intercept karta hai — validate, log, ya fake values ...

3:06
JavaScript Proxy Pattern — Hinglish Me Samjho | JS Design Patterns #2

27 views

12 days ago

Roel Van de Paar
Instantiate an object by calling constructor with parameter list using apply? (3 Solutions!!)

Instantiate an object by calling constructor with parameter list using apply? Helpful? Please use the *Thanks* button above!

2:09
Instantiate an object by calling constructor with parameter list using apply? (3 Solutions!!)

11 views

2 weeks ago

Gravitee
JSON vs Protobuf for API Data Serialization

Key Concepts Data Serialization JSON JavaScript Object Notation Protocol Buffers Protobuf Binary Serialization Text-Based ...

2:59
JSON vs Protobuf for API Data Serialization

22 views

1 day ago

Beyond Code & Karma
Understand the JavaScript Factory Pattern — Stop using 'new' for classes, use factories instead

Stop newing classes throughout your codebase. A factory is simply a function that returns an object: config inside, a ready-to ...

3:22
Understand the JavaScript Factory Pattern — Stop using 'new' for classes, use factories instead

3 views

4 days ago