ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

40 results

CodeShallWe

63 subscribers

CodeShallWe
Singleton Design Pattern

With a simple code example, we will explore the various ways of bringing singleton design pattern into effect in Java. Singleton is ...

11:54
Singleton Design Pattern

69 views

5 years ago

CodeShallWe
Decorator Design Pattern

With a simple code example, learn how to add behaviours dynamically. Decorator is one of the Structural Design Patterns.

6:33
Decorator Design Pattern

28 views

5 years ago

CodeShallWe
Factory Method Design Pattern

With a simple code example, learn how to build a simple factory and then a Factory Method which helps building Frameworks.

8:29
Factory Method Design Pattern

48 views

5 years ago

CodeShallWe
Builder Design Pattern

With a simple code example, learn how the Builder Design pattern helps encapsulate the construction of an Object in Java.

10:14
Builder Design Pattern

69 views

5 years ago

CodeShallWe
Interface Segregation Principle

With a simple code example, learn the benefits of segregating interfaces. ISP is one of the SOLID principles. For more such videos ...

4:14
Interface Segregation Principle

54 views

5 years ago

CodeShallWe
Open Closed Principle

With a code example, learn why we should use Open Closed Principle (OCP) even in our simple Java programs. OCP is one of ...

4:38
Open Closed Principle

85 views

5 years ago

CodeShallWe
Single Responsibility Principle

With a code example, learn the nuance of Single Responsibility Principle. SRP is one of the SOLID principles. For more such ...

4:09
Single Responsibility Principle

87 views

5 years ago

CodeShallWe
Liskov Substitution Principle

With a simple code example, learn what Liskov's substitution principle is all about. We have used Interfaces. LSP is usually ...

4:29
Liskov Substitution Principle

307 views

5 years ago

CodeShallWe
Flyweight Design Pattern

With a simple code example, learn how you could use FlyWeight as an optimisation strategy. Flyweight is one of the Structural ...

6:31
Flyweight Design Pattern

135 views

5 years ago

CodeShallWe
Adapter Design Pattern

With a simple code example, learn how an Adapter can be used to make two different interfaces coexist and talk to each other.

5:31
Adapter Design Pattern

27 views

5 years ago

CodeShallWe
Command Design Pattern

With a simple code example, learn how to encapsulate a request/ invocation/ command. Command is one of the Behavioral ...

9:19
Command Design Pattern

45 views

5 years ago

CodeShallWe
Observer Design Pattern

With a simple code example, We will see a simple straight forward Observer sending messages to the subscribers. Then a small ...

10:18
Observer Design Pattern

36 views

5 years ago

CodeShallWe
Prototype Design Pattern

With a simple code example, learn how to build a prototype in Java - both Shallow and Deep copies. Also see how we can build ...

10:23
Prototype Design Pattern

57 views

5 years ago

CodeShallWe
Dependency Inversion Principle

With a simple code example, learn how Dependency Inversion can be used even in our simple Java programs. DI is one of the ...

4:15
Dependency Inversion Principle

140 views

5 years ago

CodeShallWe
Var in Java | Do's & Don'ts | Usage

Var has this potential to make coding simpler. Learn where can you use Var and where can you not with Code example. For more ...

4:38
Var in Java | Do's & Don'ts | Usage

36 views

5 years ago

CodeShallWe
Var in Java | Is it a Keyword ?

Learn Why Var is not a Keyword with code example. For more such videos - https://bit.ly/CodeShallWe-Videos This is a ...

2:08
Var in Java | Is it a Keyword ?

45 views

5 years ago

CodeShallWe
Chain Of Responsibility Pattern

With a simple code example, how we can avoid coupling between senders and receivers. Chain of Responsibility is one of the ...

6:03
Chain Of Responsibility Pattern

25 views

5 years ago

CodeShallWe
Var in Java | Can we declare first and initialise later ?

Learn why we can not declare Var first and initialise later with Code example. For more such videos ...

2:04
Var in Java | Can we declare first and initialise later ?

20 views

5 years ago