ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

157,314 results

Related queries

design patterns c#

design patterns شرح

singleton design pattern c++

design patterns java

observer pattern

builder pattern

singleton design pattern c#

adapter pattern

creational design patterns

prototype design pattern

design patterns factory

strategy pattern

command pattern

abstract factory design pattern

mvc 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,477 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,257 views

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

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

8 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,602 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,473 views

2 years ago

BettaTech
SINGLETON | DESIGN PATTERNS

👉🏻 Get a 7-day trial and $25 in UpCloud credit 👉🏻 https://upcloud.com/signup/?promo=bettatech The SINGLETON pattern is one of ...

9:34
SINGLETON | DESIGN PATTERNS

111,133 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,310 views

2 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,226 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,798 views

2 years ago

hdeleon.net
Singleton en C# .Net | Patrones de diseño | design patterns | #1

En este video te explico el patrón de diseño Singleton, sus características y cuando utilizarlo. Si quieres apoyarme y darme para ...

9:52
Singleton en C# .Net | Patrones de diseño | design patterns | #1

77,172 views

7 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,811 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,692 views

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

6 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

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

5 years 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,815 views

1 year 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,026 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,704,724 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,016 views

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

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

10 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

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

908,428 views

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

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

1 year ago

ByteMonk
Design Patterns Explained | Java, Singleton, Thread Safety & Anti-Pattern

Design patterns are timeless solutions to recurring software problems — and mastering them sharpens how you think about ...

7:41
Design Patterns Explained | Java, Singleton, Thread Safety & Anti-Pattern

27,208 views

5 months 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,612 views

8 years ago