ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

89,463 results

Related queries

cupid principles

single responsibility principle

interface segregation principle

dependency inversion principle

liskov substitution principle

open closed principle

solid principles interview questions in hindi

solid principles interview questions tamil

design patterns شرح

solid принципы

Alex Hyett
SOLID Principles: Do You Really Understand Them?

People mention SOLID everywhere but very few do a good job of explaining it. I am hoping to put an end to that in this video so ...

7:04
SOLID Principles: Do You Really Understand Them?

380,966 views

2 years ago

Geekific
SOLID Design Principles with Java Examples | Clean Code and Best Practices | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Clean and quality code ...

10:47
SOLID Design Principles with Java Examples | Clean Code and Best Practices | Geekific

123,599 views

4 years ago

Java Techie
SOLID Design Principles in java with Example | JavaTechie

In this tutorial we will discuss about SOLID principle and its importance in Software development Key contents SOLID Introduction ...

34:44
SOLID Design Principles in java with Example | JavaTechie

246,580 views

4 years ago

in28minutes
Software Design - Introduction to SOLID Principles in 8 Minutes

Software Design - Introduction to SOLID Principles in 8 Minutes ▻ SUBSCRIBE ...

8:17
Software Design - Introduction to SOLID Principles in 8 Minutes

585,932 views

6 years ago

The PrimeTime
Solid Programming - No Thanks

Recorded live on twitch, GET IN ### Article https://www.freecodecamp.org/news/solid-principles-explained-in-plain-english/ By: ...

32:00
Solid Programming - No Thanks

464,792 views

1 year ago

The Engineers' Pitstop
The Simplest Way To Explain SOLID Principles

If you've been coding for a while, you've probably heard of the SOLID principles, but do you know how they can improve your ...

9:03
The Simplest Way To Explain SOLID Principles

6,678 views

9 months ago

Amigoscode
Learn SOLID Principles with CLEAN CODE Examples

In this video you will finally understand SOLID principles. SOLID is an acronym for the first five object-oriented design (OOD) ...

28:35
Learn SOLID Principles with CLEAN CODE Examples

307,579 views

3 years ago

People also watched

CoderOne
This is the Only Right Way to Write React clean-code - SOLID

You should follow these 5 SOLID React Principles to write readable, maintainable and testable code. In this tutorial, we'll explore ...

18:23
This is the Only Right Way to Write React clean-code - SOLID

749,572 views

3 years ago

Alex Hyett
5 Design Patterns That Are ACTUALLY Used By Developers

Design patterns allow us to use tested ways for solving problems, but there are 23 of them in total, and it can be difficult to know ...

9:27
5 Design Patterns That Are ACTUALLY Used By Developers

421,513 views

2 years ago

moderndev
SOLID principles - write clean code in React.js app

SOLID is a set of design principles for maintainable software: 1. Single Responsibility: Each module has one reason to change. 2.

4:08
SOLID principles - write clean code in React.js app

41,076 views

2 years ago

Round The Code
SOLID principles in C#: Learn the object-oriented design (OOD) process

SOLID principles in C# are important for designing a .NET application. Object-oriented design (OOD) helps reduce dependencies, ...

7:15
SOLID principles in C#: Learn the object-oriented design (OOD) process

13,372 views

3 years ago

TekCreek
SOLID Design Principles with Realtime Java Examples

Full Java Course Link for beginners to experts in Java: https://www.udemy.com/course/java-tutorial-by-sagar/?

37:56
SOLID Design Principles with Realtime Java Examples

21,489 views

4 years ago

Amigoscode
10 Most Common Java Developer Mistakes

In this video, we'll be discussing the top 10 most common mistakes that Java developers make and how to avoid them. As a Java ...

16:13
10 Most Common Java Developer Mistakes

129,607 views

2 years ago

Rakhi's Desk
Software SOLID principles

What is SOLID principles? Single Responsibility Principle (SRP) Open Closed Principle (OCP) Liskov Substitution Principle (LSP) ...

16:34
Software SOLID principles

9,741 views

6 years ago

Amigoscode
the right way to organise your code

In this video you will learn how to organise and properly structure your code as a software engineer. #organisecode #java ...

17:33
the right way to organise your code

213,910 views

4 years ago

edutechional
Understanding the Liskov Substitution Principle

In this series on SOLID Development we will walk through the Liskov substitution principle, including a practical example in the ...

5:58
Understanding the Liskov Substitution Principle

62,457 views

9 years ago

Amigoscode
5 Java concepts you MUST KNOW!!

In this video I want to discuss 5 Java concepts that you must know as you start you career as a Java software engineer.

11:50
5 Java concepts you MUST KNOW!!

323,445 views

3 years ago

ByteMonk
SOLID principles explained | Java |  System Design Interview

In this video, we'll discuss the SOLID principles, a set of design principles for creating flexible, maintainable, and extensible ...

11:19
SOLID principles explained | Java | System Design Interview

10,814 views

1 year ago

Geekific
SOLID Principles in Java Explained | Object-Oriented Clean Code & Design | Geekific Remastered

Writing clean and maintainable code is more than just making something that works, it's about crafting software that's scalable, ...

9:29
SOLID Principles in Java Explained | Object-Oriented Clean Code & Design | Geekific Remastered

2,880 views

5 months ago

Awesome
SOLID Principles Explained

SOLID principles explained. Topics: 1. Single responsibility principle; 2. Open–closed principle; 3. Liskov substitution principle ...

7:01
SOLID Principles Explained

31,209 views

11 months ago

ArjanCodes
Uncle Bob’s SOLID Principles Made Easy 🍀 - In Python!

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I discuss the SOLID design principles ...

19:09
Uncle Bob’s SOLID Principles Made Easy 🍀 - In Python!

338,968 views

4 years ago

Jon Peppinck
SOLID principles in Java OOP

The 5 SOLID principles will help you write clean, maintainable, and scalable code in OOP programming languages such as Java.

9:14
SOLID principles in Java OOP

2,647 views

1 year ago

Selenium Express
Be A SOLID developer | Design Principles using Java  + UML + OOP  | Single Responsibility Principle

I this series of videos , we will learn to implement solid design principle by Implementing it in real time projects.In this lesson we ...

1:16:47
Be A SOLID developer | Design Principles using Java + UML + OOP | Single Responsibility Principle

17,895 views

2 years ago

CodeSnippet
Single Responsibility | Solid Principles In 90 Seconds | #java

Single Responsibility | Solid Principles | #java Subscribe to @CodeSnippetByChetanGhate Share With your friends.

1:30
Single Responsibility | Solid Principles In 90 Seconds | #java

2,131 views

1 year ago

Web Dev Simplified
Liskov Substitution Principle Explained - SOLID Design Principles

Writing clean code is tough, and is one of the largest differences between junior and senior developers. One way that you can ...

10:24
Liskov Substitution Principle Explained - SOLID Design Principles

147,126 views

5 years ago

Selenium Express
Solid principles - Open Closed Principle | Java for beginners | PART - 1

This is the Part - 1 of the Solid design principles , Open Closed Principle series. We already spoke about SRP (Single ...

1:26:39
Solid principles - Open Closed Principle | Java for beginners | PART - 1

7,008 views

2 years ago

Code Decode
All About Solid Principles in 2025 | Interview Questions and Answers | Java | Code Decode

What is solid principles Interview Questions is the most common one which almost all developers have faced Udemy Course ...

30:10
All About Solid Principles in 2025 | Interview Questions and Answers | Java | Code Decode

5,118 views

1 month ago