ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

92,834 results

Related queries

decorator pattern c#

state design pattern

typescript decorators tutorial

bridge design pattern

facade design pattern

builder pattern

composite design pattern

decorator python

flyweight design pattern

proxy design pattern

adapter pattern

visitor design pattern

strategy design pattern

observer design pattern java

factory method pattern

singleton design pattern

java annotations

abstract factory design pattern

command design pattern

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,255 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,486 views

6 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,353 views

1 year 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,477 views

3 years 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,598 views

1 year ago

People also watched

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

109,332 views

4 weeks 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,266 views

6 years ago

Headway
Exploring Advanced TypeScript Concepts - Guards, Utility Functions, and More [Typescript Tutorial]

Ready to gain more confidence with your TypeScript skills? If you're familiar with basic TypeScript functions and features, what ...

50:59
Exploring Advanced TypeScript Concepts - Guards, Utility Functions, and More [Typescript Tutorial]

128,886 views

4 years ago

Socratica
Decorators in Python  || Python Tutorial  ||  Learn Python Programming

Sign up for Socratica Courses: https://www.socratica.com/collections Socratica ...

11:28
Decorators in Python || Python Tutorial || Learn Python Programming

135,886 views

2 years ago

ArjanCodes
Python Decorators: The Complete Guide

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Python decorators are a great way to ...

27:59
Python Decorators: The Complete Guide

186,651 views

2 years ago

techsith
JavaScript Decorators ( Understanding Class and Property Descriptor Decorators )

Understanding Decorator Pattern in JavaScript using Class Decorators and Function Decorators. Its application in Angular 4, ...

15:34
JavaScript Decorators ( Understanding Class and Property Descriptor Decorators )

40,886 views

8 years ago

Code Legends
Typescript Design Patterns: Decorator Design Pattern

In this video you will learn about the popular Decorator Design Pattern in Typescript. You will understand what it is and learn ...

5:40
Typescript Design Patterns: Decorator Design Pattern

2,237 views

3 years ago

TomDoesTech
Factory Functions - Design Patterns in JavaScript

Repository: https://github.com/TomDoesTech/js-design-patterns Factory functions are functions that create and return objects.

8:05
Factory Functions - Design Patterns in JavaScript

7,976 views

3 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,318 views

4 years ago

Matt Pocock
Generics: The most intimidating TypeScript feature

Generics are a huge reason why TypeScript is SO DARN POWERFUL. Letting you create types from other types, pass types to ...

18:19
Generics: The most intimidating TypeScript feature

226,755 views

2 years 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,365 views

2 years ago

Applicable Programming
6. Decorator – JavaScript Design Patterns Advanced Course (6/10)

Welcome to the JavaScript Design Patterns course, a 10-part advanced series for developers who want to write cleaner, scalable, ...

45:14
6. Decorator – JavaScript Design Patterns Advanced Course (6/10)

423 views

9 days 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,751 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,520 views

2 years 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,837 views

4 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,533 views

3 years ago

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

664 views

2 years ago

CoderOne
Introduction to Javascript ES7 Decorators and Descriptors

Written Detailed Tutorial: http://go.ipenywis.com/es7-decorators Our Udemy Courses: Let's Create A Nodejs Desktop Chat ...

22:04
Introduction to Javascript ES7 Decorators and Descriptors

8,010 views

6 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,295 views

2 months 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,239 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

329 views

1 year ago

Codegram
Standardizing JavaScript Decorators in TC39 by Daniel Ehrenberg

JavaScript decorators were created in 2014 as a collaboration among the JavaScript ecosystem, and you've been able to use ...

40:05
Standardizing JavaScript Decorators in TC39 by Daniel Ehrenberg

1,336 views

6 years ago

Code, Data and Tech with Alex Merced
AM Coder - Design Patterns - JS - Decorators

Learn more at AlexMercedCoder.com Join the developer community at devNursery.com.

6:57
AM Coder - Design Patterns - JS - Decorators

1,153 views

5 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,377 views

3 years ago