ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

29 results

CodeShallWe

60 subscribers

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

6y 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

6y 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 ?

47 views

6y 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

6y 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

6y 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

6y 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

6y 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

6y 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

6y ago

CodeShallWe
How to access Private Fields Outside a Class | Java

Learn how we can access private fields with code example. If you think reflection, then you are in for a surprise. For more such ...

2:03
How to access Private Fields Outside a Class | Java

419 views

6y 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

26 views

6y ago

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

72 views

6y 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

46 views

6y 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

6y 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

6y 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

6y ago

CodeShallWe
Intersection Types | Var in Java

Learn how to use Intersection types in Java. Also, how Var helps to use Intersection types at local variable level with Code ...

3:08
Intersection Types | Var in Java

73 views

6y 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

6y ago