Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
276,265 results
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the first video of this ...
199,445 views
5 years ago
The singleton pattern is one of the most controversial yet easiest to implement design patterns. Many people say you should never ...
185,923 views
7 years ago
In this educational YouTube video, dive deep into the world of Singleton Design Pattern in Object-Oriented Programming (OOP).
2,439 views
2 years ago
Video series on Design Patterns for Object Oriented Languages. This time we look at the Singleton Pattern. BUY MY BOOK: ...
271,871 views
9 years ago
Learn about the Singleton Design Pattern, a crucial concept in software design. This pattern ensures that a class has only one ...
7,777 views
C# Progress Academy - Become a senior C# developer: https://academy.tutorials.eu/p/csharp-progress-academy ♂️ Learn ...
43,623 views
3 years ago
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, ...
81,331 views
6 years ago
In this video we talk about the singleton design pattern in Python. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ Programming Books ...
78,462 views
Go to http://www.hostinger.com/cherno and use code "cherno" to get up to 91% OFF yearly web hosting plans. Succeed faster!
227,340 views
👉🏻 Get a 7-day trial and $25 in UpCloud credit 👉🏻 https://upcloud.com/signup/?promo=bettatech The SINGLETON pattern is one of ...
114,150 views
In this comprehensive Python tutorial, you'll learn how to implement the Singleton design pattern like a pro. Singleton is a ...
6,825 views
🧠 Become a full-stack developer quickly with Scrimba: https://scrimba.com/fullstack-path-c0fullstack?via=Diegoveloper (save 20 ...
1,686 views
1 day ago
What is the Singleton design pattern? The Singleton pattern allows you to limit the number of instances of a particular object to ...
68,756 views
SINGLETON is a design pattern that ensures that a class has only one instance throughout the application and provides a global ...
19,086 views
7 months ago
today I talk about the singleton pattern and a bunch of different ways to implement it in python! - typing Final: ...
9,448 views
A tutorial on two different ways to implement the Singleton design pattern with Python. Source code: ...
23,831 views
Thanks to UptimeRobot for sponsoring the video! 👉 https://uptimerobot.com/midudev 🎁 10% off coupon: Midudev10 (valid until the ...
30,216 views
How to create a singleton design pattern both in classical C++ and Modern C++ - How to create singleton using pointer and make ...
11,579 views
Learn how to design great software in 7 steps: https://arjan.codes/designguide. Sometimes it's good to talk about what not to do ...
77,598 views
How to implement the singleton design pattern in C++. This implementation is thread-safe and uses lazy instantiation. Source ...
24,797 views
4 years ago
For code click here: http://goo.gl/vIsDFk The singleton pattern is implemented by creating a class with a method that creates a new ...
497,286 views
11 years ago
In this video, you'll learn what is Singleton Design Pattern and how to implement it from scratch, step by step. This is a ...
9,474 views
1 year ago
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 ...
3,781 views
Learn how to design great software in 7 steps: https://arjan.codes/designguide. Singletons are often criticized for introducing ...
44,558 views
9 months ago
In this video, I have explained What is Singleton Pattern in Java - How to achieve this? The Singleton pattern in Java is a design ...
57,832 views
Software design patterns help developers to solve common recurring problems with code. Let's explore 10 patterns from the ...
2,817,916 views
Design patterns are timeless solutions to recurring software problems — and mastering them sharpens how you think about ...
32,655 views
In this video, learn why the Singleton Pattern is such an important design pattern. I tell you what the singleton pattern is, how it ...
11,402 views
1. What is Singleton Design Pattern 2. Singleton as Creational Pattern 3. Implementation Guidelines 4. How do we implement a ...
577,806 views
That's what a design pattern is. A repeatable solution to a software engineering problem. Templates that can be applied to ...
1,213,686 views