Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Concept
Pattern (architecture)
Graph Chatbot
Related lectures (32)
Login to filter by course
Login to filter by course
Reset
Previous
Page 2 of 4
Next
Design Patterns: MVC Pattern
Explains the Model-View-Controller (MVC) design pattern using Java code examples.
Observer Design Pattern
Explores the Observer design pattern in graphical interfaces using a simple spreadsheet example to demonstrate automatic value updates.
Software Engineering: Methods and Tools
Explores software engineering complexity, UML, DSL, design patterns, agile development, and introduces the Arcimboldo tool.
Design Patterns: Composite Objects and Array Structures
Explores composite objects, array structures, and design patterns in scientific computing, emphasizing efficient data handling and compute operations.
Design Patterns: Decorator and Composite
Covers the Decorator and Composite design patterns for adding functionality and composing objects.
Imperative Event Handling: The Observer Pattern
Introduces the widely used Observer Pattern for views to react to model changes, with examples of Publisher, Subscriber, and a Consolidator.
Heterogeneous Collections in C++
Explores the implementation of heterogeneous collections in C++, emphasizing clean design choices for users.
Principles of Computer Systems: Fundamentals & Abstractions
Covers the fundamentals of building computer systems, emphasizing modularity, abstraction, and scalability in system design.
Design Patterns: Adapter and Decorator
Covers the implementation of design patterns in Java for adapting and decorating classes.
Design Patterns: Decorator Pattern
Covers the Decorator design pattern, focusing on extending the functionality of classes dynamically.