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
40 results
63 subscribers
With a simple code example, we will explore the various ways of bringing singleton design pattern into effect in Java. Singleton is ...
69 views
5 years ago
With a simple code example, learn how to add behaviours dynamically. Decorator is one of the Structural Design Patterns.
28 views
With a simple code example, learn how to build a simple factory and then a Factory Method which helps building Frameworks.
48 views
With a simple code example, learn how the Builder Design pattern helps encapsulate the construction of an Object in Java.
With a simple code example, learn the benefits of segregating interfaces. ISP is one of the SOLID principles. For more such videos ...
54 views
With a code example, learn why we should use Open Closed Principle (OCP) even in our simple Java programs. OCP is one of ...
85 views
With a code example, learn the nuance of Single Responsibility Principle. SRP is one of the SOLID principles. For more such ...
87 views
With a simple code example, learn what Liskov's substitution principle is all about. We have used Interfaces. LSP is usually ...
307 views
With a simple code example, learn how you could use FlyWeight as an optimisation strategy. Flyweight is one of the Structural ...
135 views
With a simple code example, learn how an Adapter can be used to make two different interfaces coexist and talk to each other.
27 views
With a simple code example, learn how to encapsulate a request/ invocation/ command. Command is one of the Behavioral ...
45 views
With a simple code example, We will see a simple straight forward Observer sending messages to the subscribers. Then a small ...
36 views
With a simple code example, learn how to build a prototype in Java - both Shallow and Deep copies. Also see how we can build ...
57 views
With a simple code example, learn how Dependency Inversion can be used even in our simple Java programs. DI is one of the ...
140 views
Var has this potential to make coding simpler. Learn where can you use Var and where can you not with Code example. For more ...
Learn Why Var is not a Keyword with code example. For more such videos - https://bit.ly/CodeShallWe-Videos This is a ...
With a simple code example, how we can avoid coupling between senders and receivers. Chain of Responsibility is one of the ...
25 views
Learn why we can not declare Var first and initialise later with Code example. For more such videos ...
20 views