ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

158,238 results

Related queries

design patterns شرح

singleton design pattern c++

creational design patterns

singleton design pattern c#

adapter pattern

prototype 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,308 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,217 views

6 years 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,938 views

8 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

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

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

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

1 year ago

People also watched

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

Coding mit Jannick
Das #1 Pattern in C# erklärt 🏆 Singleton Design Pattern

Das wichtigste Software Design Pattern in C#? Das Singleton Pattern! Wieso? Weil du durch dieses Pattern ganz einfach diverse ...

11:39
Das #1 Pattern in C# erklärt 🏆 Singleton Design Pattern

3,440 views

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

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

3 years ago

DevSage
Javascript Design Patterns #2 - Singleton Pattern

What is the Singleton design pattern? The Singleton pattern allows you to limit the number of instances of a particular object to ...

7:35
Javascript Design Patterns #2 - Singleton Pattern

67,930 views

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

5 years ago

campbelltech
Factory Pattern in C#: Creating Objects with Ease

You'll see step-by-step how to implement this design pattern in your #csharp projects and follow along with practical examples to ...

12:54
Factory Pattern in C#: Creating Objects with Ease

27,215 views

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

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

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

3 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,174 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

39,998 views

3 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,004 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,920 views

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

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

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

1 year 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)

7,994 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,924 views

3 years ago

Fireship
10 Design Patterns Explained in 10 Minutes

Software design patterns help developers to solve common recurring problems with code. Let's explore 10 patterns from the ...

11:04
10 Design Patterns Explained in 10 Minutes

2,703,792 views

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

2 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

905,521 views

1 year ago