ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

92,740 results

Related queries

decorator pattern c#

facade design pattern

bridge design pattern

state design pattern

proxy design pattern

composite design pattern

flyweight design pattern

typescript decorators tutorial

visitor design pattern

observer design pattern java

builder pattern

decorator python

adapter pattern

abstract factory design pattern

singleton design pattern

java annotations

factory method pattern

strategy 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,253 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,485 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

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,597 views

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

3 years 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

108,715 views

4 weeks ago

Tech Vision
Every NestJS Concept Explained in 9 Minutes

Get my NestJS Course Here: https://go.tech-vision.io/nestjs-course-yt-vid-21 Easy to digest software engineering guides ...

9:19
Every NestJS Concept Explained in 9 Minutes

170,732 views

1 year ago

Alex Hyett
5 Design Patterns That Are ACTUALLY Used By Developers

Design patterns allow us to use tested ways for solving problems, but there are 23 of them in total, and it can be difficult to know ...

9:27
5 Design Patterns That Are ACTUALLY Used By Developers

422,121 views

2 years 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! 🎊

95,604 views

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

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

2 years ago

Programming with Mosh
JavaScript Constructor Functions

JavaScript Constructor Functions made simple. Get the COMPLETE course (83% OFF - LIMITED TIME ONLY): ...

6:47
JavaScript Constructor Functions

271,975 views

7 years ago

ColorCode
JavaScript Closures Tutorial (Explained in depth)

The JavaScript Tool I'm using to demonstrate: https://runjs.app/ColorCode ColorCode Etsy Merchandise store: ...

19:03
JavaScript Closures Tutorial (Explained in depth)

97,240 views

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

4 years ago

MinskJS
JS Decorators — приоденьте свой код, Никита Дубко

Во многих языках программирования есть возможность изменять поведение метода без вмешательства в его код: в C# ...

26:20
JS Decorators — приоденьте свой код, Никита Дубко

4,979 views

7 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,476 views

3 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

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)

421 views

9 days 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,519 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,533 views

3 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

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

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

664 views

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

9 years 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

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,772 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

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