ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

87,269 results

Related queries

design patterns شرح

observer design pattern

adapter design pattern

dependency injection c#

factory design pattern

singleton java

c++

single dance

jingle toons

tutorialsEU - C#
Singleton Design Pattern in C# - Do it THAT way

C# Progress Academy - Become a senior C# developer: https://academy.tutorials.eu/p/csharp-progress-academy ‍♂️ Learn ...

13:15
Singleton Design Pattern in C# - Do it THAT way

40,031 views

3 years ago

kudvenkat
Singleton Design Pattern

1. What is Singleton Design Pattern 2. Singleton as Creational Pattern 3. Implementation Guidelines 4. How do we implement a ...

11:59
Singleton Design Pattern

571,613 views

8 years ago

Portfolio Courses
Singleton Design Pattern | C++ Example

How to implement the singleton design pattern in C++. This implementation is thread-safe and uses lazy instantiation. Source ...

13:24
Singleton Design Pattern | C++ Example

22,938 views

3 years ago

Nick Proud
The Singleton Pattern in C#. How to Use It...But Should You???

It's time to dig into some C# design patterns, and my first design pattern video is all about the Singleton Pattern. It's a common ...

10:42
The Singleton Pattern in C#. How to Use It...But Should You???

3,264 views

2 years ago

CodeBeauty
What is Singleton Design Pattern -Tutorial with Practical Example (For Beginners)

In this video, you'll learn what is Singleton Design Pattern and how to implement it from scratch, step by step. This is a ...

28:12
What is Singleton Design Pattern -Tutorial with Practical Example (For Beginners)

8,017 views

8 months ago

Suresh Srivastava
Singleton Design Pattern In Objective-C

Singleton design pattern in Objective-C. Singleton design pattern is used to create one and only one instance of a class. We have ...

3:59
Singleton Design Pattern In Objective-C

1,667 views

9 years ago

The Cherno
SINGLETONS in C++

Go to http://www.hostinger.com/cherno and use code "cherno" to get up to 91% OFF yearly web hosting plans. Succeed faster!

19:16
SINGLETONS in C++

221,863 views

5 years ago

Tural Suleymani
Design Patterns in C#: The easy Singleton

n this video, we dive deep into design patterns in programming with a focus on the Singleton Design Pattern in C#. Understanding ...

10:35
Design Patterns in C#: The easy Singleton

754 views

1 year ago

IAmTimCorey
The Singleton Design Pattern - Part of the Gang of Four

What is the Singleton Design Pattern, how do you use it, and why is it important? These are all great questions, and in this video, ...

28:41
The Singleton Design Pattern - Part of the Gang of Four

80,186 views

5 years ago

People also watched

TodoCode
SINGLETON PATTERN the pattern you absolutely MUST LEARN

SINGLETON is a design pattern that ensures that a class has only one instance throughout the application and provides a global ...

19:15
SINGLETON PATTERN the pattern you absolutely MUST LEARN

11,613 views

3 weeks ago

Programming with Mosh
Design Patterns in Plain English | Mosh Hamedani

Design Patterns tutorial explained in simple words using real-world examples. Ready to master design patterns? - Check out ...

1:20:01
Design Patterns in Plain English | Mosh Hamedani

1,523,337 views

5 years ago

ArjanCodes
The Real Reason the Singleton Pattern Exists

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Singletons are often criticized for introducing ...

15:31
The Real Reason the Singleton Pattern Exists

39,247 views

3 months ago

Nick Chapsas
The Problem With Singletons You Need to Avoid

Check out my courses on Dometrain: https://dometrain.com Subscribe to my weekly newsletter: https://nickchapsas.com Become a ...

8:50
The Problem With Singletons You Need to Avoid

41,285 views

11 months ago

Sweet Codey
Singleton Design Pattern in Python | Step-by-Step Guide for Beginners

Learn how to implement the Singleton Design Pattern in Python and why it's a fundamental concept in software development.

8:04
Singleton Design Pattern in Python | Step-by-Step Guide for Beginners

3,500 views

10 months ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 373 - Design Patterns in "Modern" C++ (2023)

Awesome T-Shirts! Sponsors! Books! ☟☟ Books to reference: * [C++ Software Design](https://amzn.to/3RgBJ7n) (from Klaus, ...

16:49
C++ Weekly - Ep 373 - Design Patterns in "Modern" C++ (2023)

38,309 views

2 years ago

Hello Byte
Singleton Design Pattern: Easy Guide for Beginners

Learn about the Singleton Design Pattern, a crucial concept in software design. This pattern ensures that a class has only one ...

3:34
Singleton Design Pattern: Easy Guide for Beginners

5,125 views

1 year ago

Bruce_Douglass
Design Patterns for Embedded Systems in C

This talk discusses design patterns for real-time and embedded systems developed in the C language. Design is all about ...

1:03:04
Design Patterns for Embedded Systems in C

45,785 views

4 years ago

Alpha Brains Courses
Modern C++ Design Patterns Full Course ⚡️

About This Course* This course is designed for C++ developers who want to improve their skills by learning key concepts like ...

1:36:40
Modern C++ Design Patterns Full Course ⚡️

18,362 views

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

2 years ago

A Dev' BluePrint
Singleton Design Pattern in 2 Lines of Modern C++

Singleton Design Pattern in 2 Lines of Modern C++.

0:28
Singleton Design Pattern in 2 Lines of Modern C++

7,193 views

1 year ago

Professor Hank Stalica
C++ Tutorial: the singleton design pattern

Let's talk about the singleton design pattern and two different implementations using C++. In software engineering, the singleton ...

23:04
C++ Tutorial: the singleton design pattern

2,894 views

3 years ago

CppNuts
Singleton Design Pattern In C++

JOIN ME ————— YouTube https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join Patreon ...

24:09
Singleton Design Pattern In C++

84,850 views

8 years ago

CodingHelpLine
#Singleton Design Pattern - C# Object Oriented Design Patterns (Full Tutorial)

Singleton Design Pattern - C# Object Oriented Design Patterns (Full Tutorial) The Singleton design pattern is a creational design ...

19:34
#Singleton Design Pattern - C# Object Oriented Design Patterns (Full Tutorial)

31 views

2 years ago

campbelltech
Singleton Pattern in C#: Easy Tutorial

Welcome to this easy tutorial on implementing the Singleton pattern in C#! In this video, we'll walk you through the step-by-step ...

18:35
Singleton Pattern in C#: Easy Tutorial

1,288 views

2 years ago

Mike Shah
Design Patterns - Singleton Pattern | Explanation and Implementation in C++

Software Design and Design Patterns Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd9wBflF0f6ynlDQuaeKYzyc ...

29:09
Design Patterns - Singleton Pattern | Explanation and Implementation in C++

13,589 views

4 years ago

Tech With RGenics
Singleton Design Pattern in c# | Thread Safe Singleton and using IOC | Design Pattern (Part 8)

Singleton Design Pattern is explained using a real world scenario. It explains what is Singleton design pattern including writing ...

15:32
Singleton Design Pattern in c# | Thread Safe Singleton and using IOC | Design Pattern (Part 8)

2,269 views

5 years ago

Martin K. Schröder
Embedded C Programming Design Patterns: Singleton Pattern

Udemy courses: get book + video content in one package: Cursor Control: master software engineering acceleration using ...

34:01
Embedded C Programming Design Patterns: Singleton Pattern

3,473 views

2 years ago

Codewrinkles
Design patterns with C#: Singleton

In this video we try to implement the singleton design pattern with C# starting from a concrete scenario: designing a console load ...

20:46
Design patterns with C#: Singleton

357 views

4 years ago