24:06
Why the Plugin Architecture Gives You CRAZY Flexibility
Learn how to build robust and scalable software architecture: https://arjan.codes/checklist. By using a plugin architecture, you can ...
37:34
Plug-in Based Software Architecture for Robotics - Abishalini Sivaraman & Anthony Baker CppCon 2023
https://cppcon.org/ --- Plug-in Based Software Architecture for Robotics - Abishalini Sivaraman & Anthony Baker - CppCon 2023 ...
58:46
A Study of Plugin Architectures for Supporting Extensible Software - Mike Shah
https://cppnorth.ca/ --- A Study of Plugin Architectures for Supporting Extensible Software - Mike Shah Building extensible software ...
10:47
Designing a Plugin ("Microkernel") Architecture in C++ | Software Coding Tutorials Channel
Today, I will show you how to design a Plugin Architecture (aka Microkernel) in C++. A plugin architecture allows a program to ...
21:26
Introduction to Plugin Architecture in C#
Guide for implementing plugin architecture in c#. In this tutorial we enable adding and updating endpoints dynamically at runtime ...
12:06
PF4J: Plugin Framework for Java. Plugin Systems for Backend
Let's discover plugin systems for backend, and today we dive into a tiny “Plugin Framework for Java” or PF4J. We will discuss ...
25:13
We Need TWO?! - C# Plugin Architecture For ASP.NET Core
In the previous videos I made on this topic, we looked at two different ways that we can setup Autofac for dependency injection ...
10:11
Python Plugins. Load Modules dynamically at Runtime 🔌
If you use programs like photoshop or digital audio workstations, you know that their secret weapon is the ability to use plugins ...
53:34
2016 Kickoff - Hashicorp & Go Plugin Architecture
Mitchell Hashimoto from Hashicorp discusses how the team has gone about evolving their plugin architecture throughout the ...
5:53
Top 5 Most Used Architecture Patterns
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe ...
13:51
How To Build Modular WPF Applications With a Plugin Architecture
WPF is a powerful user interface framework for CSharp, but I hate some of it. Is hate too strong of a word? Probably. But in the ...
18:54
Modular React Architecture: How We Built Workflow Builder SDK with Plug & Play Design
[Intro Hook] How do you build a highly customizable tool like Workflow Builder without drowning in technical debt? In this React ...
13:35
Microkernel Architecture Explained — The Plug-in Pattern Behind VS Code and Chrome Extensions
Next video — Service Based Architecture. Subscribe so you don't miss it. #SoftwareArchitecture #MicrokernelArchitecture ...
52:53
Solution2: Plugin Architecture in C# with Nick Cosentino
Join Nick Cosentino, a principal software engineering manager at Microsoft, in this session to learn everything about plugin ...
8:45
MCP Plugin Architecture: Connecting Independent Applications to AI via MCP Protocol
Introducing MCP Plugin - a decoupled library solution that enables independent applications (Unity, Blender, Photoshop, games, ...
35:40
Plugin-based software design with Ruby and RubyGems - RubyKaigi 2015
Speaker: Sadayuki Furuhashi http://rubykaigi.org/2015/presentations/frsyuki Plugin architecture is known as a technique that ...
15:04
a python plugin system via entrypoints (intermediate) anthony explains #128
today I show how to use importlib.metadata + setuptools entrypoints to build a small plugin system! playlist: ...