ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,014 results

Awesome
This one change will make your code better...

Check out Sevalla and get $50 free credits - https://bit.ly/4nNUcJe Understand cognitive load in programming Topics: ...

6:09
This one change will make your code better...

24,077 views

4 months ago

Alex Rusin
OOP in Node.js: The Secret to Building Modular Apps with Classes

The principles of object-oriented programming are introduced and explained in the context of Node.js. The #1 Complete ...

8:24
OOP in Node.js: The Secret to Building Modular Apps with Classes

1,193 views

10 months ago

Awesome
JS 2025 just dropped with amazing features...

A quick look at the Ecma Script 2025 features. Topics: - JavaScript 2025; - Global iterator; - Set methods; - JSON modules; ...

3:13
JS 2025 just dropped with amazing features...

51,617 views

6 months ago

Yegor Bugayenko
Shift-M/56: Douglas Crockford about JavaScript, OOP, JSON, Misty, and actors

Douglas Crockford is a software architect and language designer best known for his work on JavaScript, JSON, and for his ...

1:03:45
Shift-M/56: Douglas Crockford about JavaScript, OOP, JSON, Misty, and actors

3,343 views

3 weeks ago

The Engineers' Pitstop
The Simplest Way To Explain SOLID Principles

... not concrete implementations By following these object-oriented programming (OOP) best practices, you'll reduce tight coupling ...

9:03
The Simplest Way To Explain SOLID Principles

9,398 views

11 months ago

Frontend Masters
JavaScript: The Hard Parts, v3 with Will Sentance | Preview

From higher-order functions and closure to asynchronous code execution and object-oriented programming, build a ...

12:55
JavaScript: The Hard Parts, v3 with Will Sentance | Preview

3,061 views

9 days ago

Better Stack
JavaScript KILLED Record & Tuples and Replaced Them with Composites

JavaScript's records and tuples proposal has been discontinued after reaching stage 2, replaced by the new composites feature.

2:16
JavaScript KILLED Record & Tuples and Replaced Them with Composites

5,767 views

9 months ago

Coding With Waseem
What is Object-Oriented Programming in JavaScript?

Welcome to our JavaScript Tutorial for Beginners To Advance! In this video, we'll take you through everything you need to know ...

1:11:13
What is Object-Oriented Programming in JavaScript?

176 views

7 months ago

Jakubication
toLowerCase and toUpperCase in JavaScript

toLowerCase and toUpperCase in JavaScript do two complementary things in JavaScript. toLowerCase converts a string to all ...

1:32
toLowerCase and toUpperCase in JavaScript

39 views

6 months ago

ALIREZA DM
215 OOP in JavaScript
10:09
215 OOP in JavaScript

25 views

9 months ago

Jakubication
JavaScript pop First Element

JavaScript pop first element, this video shows how to do that by using two different methods. This video will show you how to do ...

1:40
JavaScript pop First Element

13 views

8 months ago

Jakubication
JavaScript trimStart and trimEnd

In JavaScript, trimStart removes whitespace from the start of a string. In contrast, trimEnd removes whitespace from the end of a ...

1:41
JavaScript trimStart and trimEnd

7 views

6 months ago

Taras
This new JS method DESTROYS .reduce()! 🚀

Tired of writing long .reduce() code for grouping data? Check out the new and simpler Object.groupBy() method in JavaScript!

0:29
This new JS method DESTROYS .reduce()! 🚀

19 views

10 months ago

dr Jonas Birch
Coding a small Operating System in JS

Today we're going to make the Perfect project for your code portfolio: writing a small operating system in Javascript. Please note: ...

2:12:00
Coding a small Operating System in JS

8,943 views

7 months ago

Jakubication
How To Reverse A String In JavaScript

This video shows how to reverse a string in JavaScript by chaining the split, reverse, and join string, array, and string methods ...

1:06
How To Reverse A String In JavaScript

15 views

5 months ago

Jakubication
How To Reverse A String In JavaScript Using For Loop

This video shows how to reverse a string in JavaScript using for loop. Basically, you loop backwards and add each individual ...

1:15
How To Reverse A String In JavaScript Using For Loop

41 views

7 months ago

Jakubication
JavaScript Array Entries

In JavaScript, the array entries method returns an array iterator containing each array item's index and value. This video shows ...

2:55
JavaScript Array Entries

8 views

6 months ago

Tsoding Daily
What if JS was like C?

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat More Episodes: ...

1:57:58
What if JS was like C?

23,905 views

4 months ago

ALIREZA DM
214 What is Object Oriented Programming 564V

Would you like to watch more videos like this? I need your feedback, so please let me know if you're interested. I'm planning to ...

20:56
214 What is Object Oriented Programming 564V

110 views

9 months ago

Jakubication
JavaScript String lastIndexOf

In JavaScript, string lastIndexOf returns the index of the last occurrence of a given substring within a string. Optionally, you can ...

0:57
JavaScript String lastIndexOf

8 views

6 months ago