ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,708 results

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

... the building blocks of object-oriented design. In this video, we cover, by example, five principles known as the SOLID principles.

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

128,208 views

4 years ago

CodeAesthetic
Abstraction Can Make Your Code Worse

Support me on https://www.patreon.com/codeaesthetic. Access to code examples, discord, song names and more at ...

5:13
Abstraction Can Make Your Code Worse

791,686 views

3 years ago

Geekific
The Bridge Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ With this video, we add ...

5:23
The Bridge Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

63,849 views

4 years ago

Code Persist
Ditch your Favorite Programming Paradigm

Programming paradigms define the way our code is written and styled. With modern-day programming, a multi-paradigm ...

6:08
Ditch your Favorite Programming Paradigm

240,812 views

2 years ago

A Dev' Story
Object Oriented Design Patterns Explained

In this video I explain what are Object Oriented Design Patterns, Anti-patterns, how and when to use them. Since first introduced ...

6:03
Object Oriented Design Patterns Explained

30,211 views

5 years 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

3,256 views

7 months ago

MIT OpenCourseWare
8. Object Oriented Programming

MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016 View the complete course: ...

41:44
8. Object Oriented Programming

681,496 views

9 years 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

9,683 views

11 months ago

Bro Code
Java objects (OOP) ☕

Java object oriented programming tutorial for beginners #java #object #oriented #programming #tutorial #beginners.

10:46
Java objects (OOP) ☕

290,165 views

5 years ago

Coding With Chuck
Why You Aren't Using Interface Correctly in Your Design and Code

Learn about object-oriented interfaces and how to use interface correctly. Using a C# example, Chuck shows the common ...

13:12
Why You Aren't Using Interface Correctly in Your Design and Code

1,732 views

3 years ago

ArjanCodes
Functions vs Classes: When to Use Which and Why?

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Functions vs. Classes?! Are you trying ...

10:49
Functions vs Classes: When to Use Which and Why?

218,047 views

2 years ago

Think Software
Elevator System Design | Grokking the Object Oriented System Design Interview Question

Elevator System Design is a commonly asked Object Oriented Design Interview Question in big tech companies like Google, ...

42:50
Elevator System Design | Grokking the Object Oriented System Design Interview Question

190,684 views

5 years ago

Geekific
The Facade Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video, we break ...

6:08
The Facade Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

64,590 views

4 years ago

Think Software
Parking Lot Design | Grokking The Object Oriented Design Interview Question

Parking Lot System Design is a commonly asked Object Oriented Design Interview Question in big tech companies like Google, ...

27:49
Parking Lot Design | Grokking The Object Oriented Design Interview Question

396,347 views

5 years ago

Geekific
The Builder Pattern Explained and Implemented in Java | Creational Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ The pattern we cover in ...

7:35
The Builder Pattern Explained and Implemented in Java | Creational Design Patterns | Geekific

132,608 views

4 years ago

Geekific
The Singleton Pattern Explained and Implemented in Java | Creational Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the first video of this ...

8:28
The Singleton Pattern Explained and Implemented in Java | Creational Design Patterns | Geekific

183,630 views

4 years ago

Geekific
The Observer Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video, we break ...

6:49
The Observer Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

132,987 views

4 years ago

Programming with Mosh
Java Full Course for Beginners

Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes ...

2:30:48
Java Full Course for Beginners

13,683,060 views

6 years ago

Udacity
Object Oriented Analysis (OOA)

This video is part of the Udacity course "Software Architecture & Design". Watch the full course at ...

0:47
Object Oriented Analysis (OOA)

15,178 views

10 years ago

CppCon
CppCon 2014: Mike Acton "Data-Oriented Design and C++"

http://www.cppcon.org -- Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:27:46
CppCon 2014: Mike Acton "Data-Oriented Design and C++"

805,273 views

11 years ago

Geekific
The Adapter Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Today, we start ...

5:01
The Adapter Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

93,450 views

4 years ago

CodeAesthetic
The Flaws of Inheritance

Let's discuss the tradeoffs between Inheritance and Composition Access to code examples, discord, song names and more at ...

10:01
The Flaws of Inheritance

1,247,632 views

3 years ago

Lucid Software
UML class diagrams

Learn how to master UML class diagrams to visualize your systems more effectively. This tutorial covers basic characteristics, ...

12:24
UML class diagrams

1,052,838 views

2 years ago

Geekific
The Decorator Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Today, we add another ...

6:42
The Decorator Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

116,403 views

4 years ago

Christopher Okhravi
Always Use Interfaces

How to follow the principle of Couple To Abstractions, Not Concretions, and how to avoid tempting others to break the rule.

8:08
Always Use Interfaces

56,563 views

1 year ago