ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

157,097 results

Related queries

singleton design pattern c++

design patterns شرح

observer pattern

creational design patterns

singleton design pattern c#

adapter pattern

prototype design pattern

decorator design pattern

singleton class java

abstract factory design pattern

builder design pattern

Geekific
The Singleton Pattern Explained and Implemented in Java | Creational Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the first video of this ...

8:28
The Singleton Pattern Explained and Implemented in Java | Creational Design Patterns | Geekific

177,399 views

4 years ago

Web Dev Simplified
Singleton Pattern - Design Patterns

The singleton pattern is one of the most controversial yet easiest to implement design patterns. Many people say you should never ...

8:28
Singleton Pattern - Design Patterns

181,229 views

6 years ago

levonog
Singleton - Design Patterns in 5 minutes

In this educational YouTube video, dive deep into the world of Singleton Design Pattern in Object-Oriented Programming (OOP).

3:31
Singleton - Design Patterns in 5 minutes

1,483 views

1 year ago

Christopher Okhravi
Singleton Pattern – Design Patterns (ep 6)

Video series on Design Patterns for Object Oriented Languages. This time we look at the Singleton Pattern. BUY MY BOOK: ...

20:09
Singleton Pattern – Design Patterns (ep 6)

266,962 views

8 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,176 views

3 months 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,112 views

1 year ago

Will Tollefson
The Singleton Design Pattern In Java

Have you ever had to write a SINGLETON IN JAVA? They can be hard to get right - I had a few coding bugs while filming the video ...

15:21
The Singleton Design Pattern In Java

2,809 views

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

3 weeks 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,237 views

2 years ago

CppCon
Retiring the Singleton Pattern: Concrete Suggestions for What to use Instead - Peter Muldoon

https://cppcon.org/ ...

1:02:09
Retiring the Singleton Pattern: Concrete Suggestions for What to use Instead - Peter Muldoon

43,379 views

5 years ago

HolaMundo
The 6 most used design patterns

Access all my courses here and get a 10% discount on your subscription with the coupon 'off10': https://academia.holamundo.io ...

8:59
The 6 most used design patterns

287,774 views

4 years ago

Patrick WashingtonDC
C# Design Patterns - step by step - made easy for Beginners.

Fastest way to learn C# Design Patterns. A 3 day class edited so tight, what resulted was just 2.5 hrs. When you learn a ...

1:00:57
C# Design Patterns - step by step - made easy for Beginners.

160,684 views

7 years 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,885 views

3 years ago

E-GRASP
Singleton Design Pattern with thread safety in C++

How to create a singleton design pattern both in classical C++ and Modern C++ - How to create singleton using pointer and make ...

14:08
Singleton Design Pattern with thread safety in C++

11,115 views

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

5 years ago

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

... video) * [Head First Design Patterns](https://amzn.to/3CQHKmS) (Java) * [Design Patterns](https://amzn.to/3QeoJhd) (Classic ...

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

38,302 views

2 years ago

NeetCode
8 Design Patterns EVERY Developer Should Know

https://neetcode.io/ - A better way to prepare for coding interviews! Checkout my second Channel: @NeetCodeIO While some ...

9:47
8 Design Patterns EVERY Developer Should Know

1,271,642 views

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

5 years ago

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

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

8 months 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,931 views

3 years ago

NeuralNine
Singleton Design Pattern - Advanced Python Tutorial #9

In this video we talk about the singleton design pattern in Python. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ Programming Books ...

10:22
Singleton Design Pattern - Advanced Python Tutorial #9

75,721 views

4 years ago

Telusko
What is Singleton Class in Java | Singleton Design Pattern Part 1

For code click here: http://goo.gl/vIsDFk The singleton pattern is implemented by creating a class with a method that creates a new ...

4:09
What is Singleton Class in Java | Singleton Design Pattern Part 1

484,050 views

10 years ago

Derek Banas
Singleton Design Pattern Tutorial

Get the Code: http://goo.gl/0yVzM Best Design Patterns Book : http://goo.gl/W0wyie Welcome to my Singleton Design Pattern ...

18:40
Singleton Design Pattern Tutorial

465,923 views

13 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,586 views

8 years ago

ForrestKnight
7 Design Patterns EVERY Developer Should Know

That's what a design pattern is. A repeatable solution to a software engineering problem. Templates that can be applied to ...

23:09
7 Design Patterns EVERY Developer Should Know

906,986 views

1 year ago

developedbyed
Singleton Pattern EXPLAINED IN 10 MINS | Javascript Design Patterns for beginners

Check out my web development courses https://developedbyed.com ...

9:57
Singleton Pattern EXPLAINED IN 10 MINS | Javascript Design Patterns for beginners

26,108 views

2 years ago

Be A Better Dev
What is the Singleton Pattern? (Software Design Patterns)

In this video, learn why the Singleton Pattern is such an important design pattern. I tell you what the singleton pattern is, how it ...

10:16
What is the Singleton Pattern? (Software Design Patterns)

10,256 views

5 years ago

Naveen AutomationLabs
What is Singleton Pattern in Java - How to achieve this?

In this video, I have explained What is Singleton Pattern in Java - How to achieve this? The Singleton pattern in Java is a design ...

15:21
What is Singleton Pattern in Java - How to achieve this?

47,465 views

1 year ago