ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

114,922 results

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,290 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,214 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,117 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

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

483,995 views

10 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,997 views

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

3 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,917 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,700 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,555 views

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

3 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

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

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

1 year ago

TutorialsPoint
Singleton Design Pattern

Singleton Design Pattern Watch more Videos at https://www.tutorialspoint.com/videotutorials/index.htm Lecture By: Mr. Arnab ...

5:59
Singleton Design Pattern

42,204 views

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

5 years ago

Infallible Code
Everything You Need to Know About Singletons in Unity

Sign up for the Level 2 Game Dev Newsletter: http://eepurl.com/gGb8eP The Singleton Pattern is a design pattern that's well-loved ...

8:38
Everything You Need to Know About Singletons in Unity

94,372 views

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

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

10 months ago

sudoCODE
Story of Singleton Design Pattern and a Prime Minister | LLD Series | Low Level Design |

Learning system design is not a one time task. It requires regular effort and consistent curiosity to build large scale systems.

12:26
Story of Singleton Design Pattern and a Prime Minister | LLD Series | Low Level Design |

37,542 views

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

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

2 years ago

Java Techie
Singleton Design pattern in Java | Best Practice | Java Techie

This video will explain #JavaTechie #Singleton #DesignPattern What is singleton-design-pattern ? How many way we can create ...

16:00
Singleton Design pattern in Java | Best Practice | Java Techie

35,300 views

7 years ago

Daily Code Buffer
How to BREAK and FIX Singleton Design Pattern | Interview Question

Head to https://cutt.ly/spring_micro and use Coupon Code SUPER70 to get 70% off the course. The singleton pattern is ...

19:32
How to BREAK and FIX Singleton Design Pattern | Interview Question

38,762 views

3 years ago

Java Techie
FAQ : Singleton Design Pattern with Java Enum | Best Practices & Easy Guide | @Javatechie

JavaTechie #Java #SpringBoot #DesignPattern In this tutorial, I'll show you how to use an Enum to design the best Singleton ...

14:50
FAQ : Singleton Design Pattern with Java Enum | Best Practices & Easy Guide | @Javatechie

15,208 views

1 year ago