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
1,622 results
Learn how to design great software in 7 steps: https://arjan.codes/designguide. Singletons are often criticized for introducing ...
44,695 views
10 months ago
SINGLETON is a design pattern that ensures that a class has only one instance throughout the application and provides a global ...
19,272 views
7 months ago
In this Java Tutorial Guide for Minecraft Modding and Hytale Modding, we are looking at Java Design Pattern: The Singleton!
1,099 views
6 months ago
iTGid.info – programming courses from Alex Lushchenko 🪬 HTML Course for JS Developers → https://itgid.info/ru/course/js242 ...
1,939 views
... Use Dependency Injection 00:57 - Unity Singleton Pattern Explained 02:18 - When Requirements Change 03:43 - Inversion of ...
8,353 views
In this video, I'll show you one of my favorite singletons/autoloads (which I add to literally every game I make): the Constants ...
20,822 views
11 months ago
Software Design Patterns are proven, reusable solutions to common problems in software development. In this video, we explain ...
289 views
Singleton Pattern - the most controversial design pattern in software. Half the developers call it an anti-pattern, the other half use it ...
64 views
2 months ago
Welcome to this masterclass on The Singleton Pattern in C#. In this .NET Core Design Patterns Series (Ep 6), we show you how to ...
688 views
4 months ago
Frustrated with tightly coupled code? This video explains why using singletons and action events everywhere can lead to ...
910 views
Provided to YouTube by DistroKid The Singleton Pattern · Sound Experience · Sound Experience Evening Coding Marathon ...
171 views
0
The Singleton Design Pattern is a creational design pattern that ensures a class has only one instance and provides a global ...
439 views
In this video, we will learn about the Singleton Design Pattern in Java step by step. You'll understand: ✓ What is Singleton in Java ...
14 views
The Singleton Pattern is often misunderstood as a simple global variable. Learn why naive implementations fail in multi-threaded ...
120 views
12 days ago
What if your app accidentally creates 100 Logger objects writing to the same file? Bugs, duplicates, chaos. Singleton Pattern ...
876 views
Book 1:1 Frontend Mock Interview with Me https://allahabadi.dev/frontend-mock-interview/ SEMATIC HTML ...
1,771 views
8 months ago
A singleton class in Java is a design pattern that ensures a class has only one instance and provides a global point of access to ...
2,125 views
Unlock the secret blueprints behind every AI system in just 3:10! This video breaks down 5 AI design patterns — Singleton, ...
37 views
An interviewer asks you to implement a Singleton. There are two conversations happening. The surface one: can you write ...
3 views
10 days ago
Learn how to design a Singleton Class in Java using static members and constructors. This pattern ensures only one object of a ...
352 views