ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

91,308 results

Related queries

decorator pattern c#

state design pattern

typescript decorators tutorial

proxy design pattern

flyweight design pattern

bridge design pattern

builder pattern

visitor design pattern

adapter pattern

composite design pattern

decorator python

observer design pattern java

factory method pattern

singleton design pattern

abstract factory design pattern

command design pattern

generators in python

Software Developer Diaries
New JavaScript Decorators: A Game Changer for Your Code

New ECMAScript features like Decorators are being constantly rolled out and this is a big one for Object-Oriented Programming.

11:57
New JavaScript Decorators: A Game Changer for Your Code

22,200 views

2 years ago

Fireship
The Magic of TypeScript Decorators

Practical examples of TypeScript Decorators . Learn how to use decorators to build an API similar to React Hooks in Angular ...

9:51
The Magic of TypeScript Decorators

268,365 views

6 years ago

b001
Python Decorators in 1 Minute!

Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...

1:09
Python Decorators in 1 Minute!

605,547 views

2 years ago

DevTheory
La meilleure nouveauté de TypeScript 5.0: les décorateurs !

Sondage pour la création d'une formation TS : https://go.devtheory.fr/sondage-typescript Annonce de TypeScript 5.0: ...

12:04
La meilleure nouveauté de TypeScript 5.0: les décorateurs !

2,644 views

2 years ago

procademy
#72 What is a Decorator | Decorators in TypeScript | A Complete TypeScript Course

TypeScript extends JavaScript with optional static typing, allowing you to define the data types of variables and functions.

7:36
#72 What is a Decorator | Decorators in TypeScript | A Complete TypeScript Course

6,252 views

1 year ago

Hello Byte
Decorator Design Pattern: Easy Guide for Beginners

In this video, we explore the Decorator Design Pattern in software development. Learn how to dynamically add new functionality ...

3:54
Decorator Design Pattern: Easy Guide for Beginners

13,466 views

1 year ago

People also watched

Grafikart.fr
Apprendre TypeScript : Les décorateurs

Article ▻ https://grafikart.fr/tutoriels/typescript-decorateur-1961 Abonnez-vous ▻ https://bit.ly/GrafikartSubscribe Dans ce chapitre ...

11:51
Apprendre TypeScript : Les décorateurs

12,085 views

4 years ago

Visually Explained
Python Decorators - Visually Explained

Resources & Further Learning - *args vs **kwargs - Visually Explained: https://www.youtube.com/watch?v=FFpDsC6B2qw ...

16:00
Python Decorators - Visually Explained

86,381 views

3 weeks ago

Graven - Développement
Learning Python #14 - The Decorators

Today, we're back for episode 14 of the Learn Python series, focusing on decorators. 1 like = 1 command saved 💬 Join the ...

8:06
Learning Python #14 - The Decorators

18,012 views

1 year ago

Bro Code
Learn Python DECORATORS in 7 minutes! 🎊

Decorator = A function that extends the behavior of another function # w/o modifying the base function # Pass the base function as ...

7:22
Learn Python DECORATORS in 7 minutes! 🎊

94,239 views

1 year ago

Grafikart.fr
Apprendre le JavaScript : Les classes

Article ▻ https://grafikart.fr/tutoriels/class-2061 Abonnez-vous ▻ https://bit.ly/GrafikartSubscribe Dans ce chapitre nous allons faire ...

30:06
Apprendre le JavaScript : Les classes

62,046 views

3 years ago

Kite
Python Decorators in 15 Minutes

Decorators are an advanced feature of the Python language that allow you to modify the behavior of a function or method without ...

15:14
Python Decorators in 15 Minutes

486,035 views

6 years ago

Simply Explained
Decorator Pattern (TypeScript Design Patterns)

With the Decorator pattern you can add behaviour to classes dynamically. In this example I'll show you how to program a system ...

9:11
Decorator Pattern (TypeScript Design Patterns)

49,331 views

8 years ago

Andrew Burgess
Decorators! Coming in TypeScript 5

TS 5 announcement: https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/ My Blog: https://shaky.sh My ...

12:16
Decorators! Coming in TypeScript 5

25,828 views

2 years ago

Kevin Ghadyani - JavaScript
Actual use case for JavaScript PROXY!

Use cases for JavaScript proxies is one of the things most people aren't familiar with doing, but it's a super powerful tool if you ...

13:09
Actual use case for JavaScript PROXY!

19,270 views

4 years ago

Tech With Tim
PLEASE Use These 5 Python Decorators

To learn programming and Python - check out Datacamp! Learn Python - https://datacamp.pxf.io/4PODM0 Learn ...

20:12
PLEASE Use These 5 Python Decorators

162,458 views

1 year ago

codethoughts
decorators in JavaScript

Web apis you don't know about let's talk about decorators in JavaScript actually they're only usable in typescript at the moment ...

0:42
decorators in JavaScript

1,345 views

2 years ago

Geekific
The Decorator Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Today, we add another ...

6:42
The Decorator Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

112,408 views

3 years ago

Concise Developer
TypeScript 5 decorators - full course

Complete advanced typescript courses: https://www.udemy.com/course/unit-testing-typescript-nodejs/?couponCode=DEC2025 ...

34:04
TypeScript 5 decorators - full course

20,429 views

2 years ago

Flo Woelki
How TypeScript Decorators work under-the-hood

This video takes an in-depth under-the-hood look into TypeScript Decorators. If you've enjoyed this video, you can feel free to ...

8:45
How TypeScript Decorators work under-the-hood

5,447 views

3 years ago

Coder's Gyan
JavaScript Decorators Made Easy ⚡ Beginner’s Guide in Hindi | Day 30/100

What are decorators in Javascript, and why should you care? 🤔 In this video, you will learn javascript decorators in the ...

35:21
JavaScript Decorators Made Easy ⚡ Beginner’s Guide in Hindi | Day 30/100

3,244 views

2 months ago

All Things JavaScript, LLC
JavaScript Question: What is a Decorator Function?

If you have been around coding for a bit, you may have heard of decorator functions. Well what are they and how do we use them ...

9:32
JavaScript Question: What is a Decorator Function?

7,835 views

4 years ago

Andrew Burgess
JavaScript Decorators: @time

In this video, we build a JavaScript decorator that will time how long a function takes to run. Links: - Exploring EcmaScript ...

7:02
JavaScript Decorators: @time

14,765 views

9 years ago

Helmes in Lithuania
JavaScript /TypeScript Decorators by Antanas Šepikas

Decorators are a new javascript feature, that is getting popular, in frameworks in libraries. Knowing how they work and how to ...

31:52
JavaScript /TypeScript Decorators by Antanas Šepikas

171 views

3 years ago

wang harry
The Ultimate TypeScript Course, Method Decorators
7:03
The Ultimate TypeScript Course, Method Decorators

659 views

2 years ago

Andrew Burgess
Higher-Order Functions: Better than JavaScript Decorators?

Higher-Order Functions! Also called wrapper functions, they're a great way to augment the behaviour of a function without adding ...

10:20
Higher-Order Functions: Better than JavaScript Decorators?

3,528 views

3 years ago

Erick Wendel
Creating a Performance Monitor using JavaScript Decorators || JS Decorators || Erick Wendel

Today you're gonna build a complete application to monitor Web APIs performance using the JS Decorators proposal with no ...

58:46
Creating a Performance Monitor using JavaScript Decorators || JS Decorators || Erick Wendel

7,375 views

3 years ago

Andrew Burgess
JavaScript Decorators: @can

The @can decorator makes it easy to enforce user permission when calling functions. If the user doesn't have permissions, they ...

5:13
JavaScript Decorators: @can

3,238 views

9 years ago

Web Fusion with Bharadwaj
15. JAVASCRIPT : Decorators

Welcome to Code-with-Bharadwaj! Hi there! I'm Manu, and I'm excited to help you level up your coding skills.

12:34
15. JAVASCRIPT : Decorators

328 views

1 year ago