Главная
Study mode:
on
You
History
Saved
In progress
0 courses
compleat
0 courses
#Art & Design
#Adobe
#ChatGPT
#GitHub
#Object-Oriented Design
YouTube
education
Showing:
26
courses
Sort by Relevancy
Highest rated
Lowest rated
Most recently added
NPTEL
Software Engineering
72
rewiews
Comprehensive exploration of software engineering principles, methodologies, and practices, covering life cycle models, requirements analysis, design techniques, and various testing strategies.
Add to list
60
Lesons
1 day 4 hours
On-Demand
Free-Video
Software Engineering
1
rewiews
Explore software engineering fundamentals, from development cycles to object-oriented design, using UML diagrams and test-driven approaches for effective system creation.
Add to list
10
Lesons
1 hour 30 minutes
On-Demand
Free-Video
SAP
Introduction to ABAP Object Oriented Patterns
0
rewiews
Explore ABAP object-oriented patterns including Factory, Singleton, and Composite. Learn implementation techniques and best practices through interactive demonstrations and practical examples.
Add to list
15
Lesons
1 hour 12 minutes
On-Demand
Free-Video
Derek Banas
Object Oriented Design: GRASP Principles - Part 10
0
rewiews
Learn GRASP principles for effective object-oriented design, including Creator, Expert, Coupling, Controller, and High Cohesion, with code examples and diagrams for practical application.
Add to list
1
Lesons
21 minutes
On-Demand
Free-Video
Derek Banas
Object-Oriented Design: Converting Sequence Diagrams to Code - Part 8
0
rewiews
Learn to convert a Sequence Diagram into functional code, bridging the gap between design and implementation in object-oriented programming.
Add to list
5
Lesons
21 minutes
On-Demand
Free-Video
Derek Banas
Object-Oriented Design: Converting Sequence Diagrams to Class Diagrams - Part 7
0
rewiews
Learn to convert sequence diagrams into class diagrams, preparing for implementation in code. Step-by-step process covers account creation, banking systems, and transaction verification.
Add to list
14
Lesons
26 minutes
On-Demand
Free-Video
Derek Banas
Object-Oriented Design: Creating Sequence Diagrams for ATM Software - Part 6
0
rewiews
Learn to create and improve sequence diagrams for software design through a simulated group process, focusing on ATM software as an example.
Add to list
21
Lesons
23 minutes
On-Demand
Free-Video
Derek Banas
Object Oriented Design - Creating Sequence Diagrams for ATM Software
0
rewiews
Learn to create sequence diagrams for ATM software using Object Oriented Design principles, building upon previous diagrams and concepts.
Add to list
1
Lesons
23 minutes
On-Demand
Free-Video
Derek Banas
Object Oriented Design - Elaboration Phase and Domain Modeling - Part 4
0
rewiews
Comprehensive guide on creating a Domain Model from a Usage Case, covering conceptual classes, associations, and attributes in Object Oriented Design.
Add to list
10
Lesons
24 minutes
On-Demand
Free-Video
Raw Coding
Data Context Interaction in ASP.NET Core C# - Implementation and Examples
0
rewiews
Explore Data Context Interaction in ASP.NET Core C#. Learn implementation techniques through practical examples like money transfers and TicTacToe, enhancing your architectural skills for robust application design.
Add to list
10
Lesons
31 minutes
On-Demand
Free-Video
The Cherno
Entities and Components in Game Engine Development
0
rewiews
Learn about entity-component systems in game development, exploring their implementation and benefits for creating flexible and efficient game architectures.
Add to list
1
Lesons
31 minutes
On-Demand
Free-Video
Modern C++ - Lecture & Tutorials, 2020, Vizzo & Stachniss
0
rewiews
Comprehensive introduction to Modern C++, covering core concepts, STL, OOP, memory management, and templates. Includes practical tutorials on development setup and tools.
Add to list
19
Lesons
13 hours 47 minutes
On-Demand
Free-Video
Derek Banas
State Design Pattern Tutorial - ATM Machine Simulation
0
rewiews
Learn to implement the State Design Pattern by simulating an ATM machine, covering state identification, interface design, and method implementation for each state class.
Add to list
6
Lesons
21 minutes
On-Demand
Free-Video
Derek Banas
Observer Design Pattern Tutorial
0
rewiews
Learn to implement the Observer pattern, including its use with threads, to efficiently manage and notify dependent objects of state changes.
Add to list
1
Lesons
22 minutes
On-Demand
Free-Video
Association for Computing Machinery (ACM)
The Four Pegs of Requirements Engineering with Bertrand Meyer
0
rewiews
Explore the four pillars of requirements engineering with Bertrand Meyer, covering concepts, definitions, and practical guidelines to improve software project outcomes.
Add to list
31
Lesons
1 hour 7 minutes
On-Demand
Free-Video
OWASP Foundation
Threat Modeling With Architectural Risk Patterns
0
rewiews
Explore efficient threat modeling using architectural risk patterns, emphasizing software-centric methods to enhance speed and consistency in identifying security risks across enterprise environments.
Add to list
27
Lesons
50 minutes
On-Demand
Free-Video
Ruby Central
Teaching Ruby to Count
0
rewiews
Explore advanced Ruby techniques for iteration, data series, and custom object generation. Learn to leverage Enumerable, Enumerators, and Ranges to create joyful interfaces for your teammates.
Add to list
1
Lesons
29 minutes
On-Demand
Free-Video
Devoxx
Angular vs React Smackdown
0
rewiews
Comparative analysis of Angular and React, showcasing their similarities, differences, and unique features through live demonstrations and expert insights.
Add to list
47
Lesons
50 minutes
On-Demand
Free-Video
EuroPython Conference
How to Develop Your Project from an Idea to Architecture Design in 50 Minutes
0
rewiews
Learn to transform ideas into well-structured software projects using Object-Oriented Analysis and Design principles. Gain insights on creating clean, extendable architectures and making informed decisions about project development.
Add to list
1
Lesons
33 minutes
On-Demand
Free-Video
NDC Conferences
The Silver Bullet Syndrome
0
rewiews
Explores the pitfalls of chasing 'silver bullet' solutions in tech, questioning the constant pursuit of new technologies and their true cost and value to businesses and developers.
Add to list
21
Lesons
45 minutes
On-Demand
Free-Video
NDC Conferences
From Dependency Injection to Dependency Rejection
0
rewiews
Exploring functional programming's simpler approach to decoupling, eliminating dependency injection and mocks in unit testing. Compares OO and functional design patterns.
Add to list
1
Lesons
1 hour
On-Demand
Free-Video
GeeCON Conference
Immutable Classes in Java Libraries - Are They Ready?
0
rewiews
Explore immutable class design in Java, dispelling myths and demonstrating compatibility with popular libraries for persistence, serialization, and mocking.
Add to list
1
Lesons
38 minutes
On-Demand
Free-Video
Confreaks
Value Objects: The Most Useful Design Pattern in Ruby
0
rewiews
Explore value objects in Ruby: their uses, benefits, and combination with factory patterns to enhance code design, performance, and maintainability.
Add to list
1
Lesons
32 minutes
On-Demand
Free-Video
Confreaks
Riffing on Rails: Sketch Your Way to Better Designed Code
0
rewiews
Explore rapid code sketching techniques to improve Rails app design. Learn to plan objects, name components, and define relationships through interactive Ruby experimentation.
Add to list
1
Lesons
36 minutes
On-Demand
Free-Video
Dave Churchill
Introduction to Entity Component System (ECS) in Game Programming - Lecture 5
0
rewiews
Explore Entity Component System (ECS) architecture for game programming, covering design principles, implementation details, and practical coding examples using C++ and SFML.
Add to list
12
Lesons
1 hour 15 minutes
On-Demand
Free-Video
cpponsea
Polymorphism, Cohesion, and Coupling in C++ - Lecture
0
rewiews
Explore low coupling and high cohesion through polymorphism in C++. Learn to implement a performance-efficient framework using template metaprogramming for easy composition and feature addition.
Add to list
1
Lesons
1 hour 16 minutes
On-Demand
Free-Video
load more...