Observer Design Pattern
Get the Code: http://goo.gl/EYGnQ Best Design Patterns Book : http://goo.gl/W0wyie Welcome to my Observer Design Pattern Tutorial. I cover a lot in this tutorial ...
Derek Banas
Design Patterns in Test Automation
Meetup at Code District 04/10/19 Design Patterns by Denis Platonov Once you start writing your application you should also think how you are going to test it.
TestPro
How to Design Fabric - Surface Pattern Design
How to design fabric - I'm sharing how I turned a drawing into a fabric repeat design for my collection Blooms and Bobbins. Blog post with more info and links ...
Melly Sews
Design Patterns with Kotlin by Murat Yener
Kotlin looks great but do you feel like suddenly loosing all your coding skills and wisdom? Let's visit the Gang of Four Design Patterns and implement them on ...
Devoxx
Simple Calculator App Using MVP Design Pattern ( C# & Visual Studio 2017)
Simple Example to explain MVP Design Pattern in C#.
Ahmed Boghdady
Visual studio design patterns add-in
This is a Visual Studio add-in that indexes some commonly known OO patterns, presents them in easy to search user interface and inserts the code into your ...
Decebal Mihailescu
Common ASP.NET Design Patterns with Steve Smith (Executive VP of Telerik)
http://tv.ssw.com/common-asp-net-design-patterns-with-steve-smith-executive-vp-of-telerik In this presentation, Steve Smith discusses Common ASP.
SSW TV | Videos for developers, by developers
Decorator Pattern (TypeScript Design Patterns)
With the Decorator pattern you can add behaviour to classes dynamically. In this example I'll show you how to program a system to sell Tesla cars with many ...
Simply Explained
Design Patterns: Observer and Publish-Subscribe
This is the fourth of an eight part series where Robert is joined by Phil Japikse to discuss design patterns. A design pattern is a best practice you can use in your ...
Microsoft Visual Studio
Introduction to MVVM on Android - Tutorial - Learn Android Architecture Patterns
Read the blog post about MVVM on Android https://resocoder.com/mvvm-introduction-android Start saving time now by planning weekly with Week Sweep: ...
Reso Coder
C# Design Patterns - step by step - made easy for Beginners.
Fastest way to learn C# Design Patterns. A 3 day class edited so tight, what resulted was just 2.5 hrs. When you learn a programming language, you only learn ...
Patrick WashingtonDC
Game Design Patterns for Building Friendships
In this 2018 GDC session, Spry Fox's Daniel Cook explains how to keep human beings from being treated as interchangeable, disposable or abusable when ...
GDC
Six Most Used Design Patterns in Project
Many developers use design pattern in their projects unknowingly. In this one hour of session we will go through 6 important design patterns which developers ...
Tech Bhubaneswar
Common Design Patterns
This video is part of the Udacity course "Material Design for Android Developers". Watch the full course at https://www.udacity.com/course/ud862.
Udacity
Singleton Pattern - Design Patterns
The singleton pattern is one of the most controversial yet easiest to implement design patterns. Many people say you should never use the singleton design ...
Web Dev Simplified
Advanced Redux: Design Patterns and Practices - Nir Kaufman | JSHeroes 2018
Redux is as a modern popular state management library in frontend today. But if you dig a little deeper, you will find out the Redux build on top of patterns and ...
JSHeroes
CppCon 2019: Fedor Pikus “C++ Design Patterns: From C++03 to C++17”
http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other presenter materials are ...
CppCon
Model View Presenter (MVP) Example - #1 Overview
This is part 1 of Model View Presenter (MVP) Using WinForms. The focus in this video is to provide an overview of how MVP was implemented in a WinForms ...
Robert G Marquez
State pattern (TypeScript Design Patterns)
The state pattern is used to keep track of the state of a process. In this video I'll use an order on Amazon.com as an example. Each order moves to a specific ...
Simply Explained
Facade (TypeScript Design Patterns)
The facade pattern is used to hide a lot of complexity behind a single method. I'll use a home theater system as an example because those can be quite complex ...
Simply Explained
Observer (TypeScript Design Patterns)
Often when information in one part of application changes, other parts need to be updates. This is the problem that the Observer pattern solves very efficiently.
Simply Explained
Concurrent Design Patterns in Kotlin - Kotlin London - November 2019
Alexey Soshin - Design patterns with Kotlin Get familiar with half a dozen concurrent design patterns Discuss how concurrency is solved in other languages ...
Pusher
How to Make & Use Seamless Patterns in Silhouette Studio
Join us on Facebook! https://www.facebook.com/groups/debbiedoesdesign/ I was asked to make a tutorial on how to make seamless patterns in Silhouette ...
Debbie Does Design
Comment j’ai commencé à aimer ce qu’ils appellent « design pattern » - Samuel Roze - Forum PHP 2018
Plus d'informations sur cette conférence : https://afup.org/talks/2765-comment-j-ai-commence-a-aimer-ce-qu-ils-appellent-design-pattern Cette vidéo vous a plu ...
AFUP PHP
Adapter (TypeScript Design Patterns)
The adapter pattern allows you to make different classes with different interfaces work together, without changing their source code. You can compare it to ...
Simply Explained
Null Object Pattern - Design Patterns
Design patterns are one of the easiest and quickest ways to create clean manageable code whether you are starting from scratch or refactoring existing code.
Web Dev Simplified
Design Patterns // Dicionário do Programador
HOSTGATOR → https://codft.me/HGJlHpiuTwk O Dicionário do Programador é o quadro semanal onde você poderá aprender mais sobre termos, tecnologias ...
Código Fonte TV
Observer Design Pattern in Java
The observer pattern is a software design pattern in which an object, called the subject, maintains a list of its dependents, called observers, and notifies them ...
Telusko
Workshop: Os principais Design Patterns
Treinamento Completo: Aplicando Design Patterns em Aplicações Corporativas http://bit.ly/abt-5508 Seu curtir e compartilhar é muito importante para o canal!
Andre Baltieri
Refactoring to Patterns with ReSharper by Zoran Horvat
From the Gang of Four, we learned to value flexible designs. From Martin Fowler, Kent Beck, and others, we learned to actually flex the design and to value the ...
JetBrainsTV
Factory Design Pattern in Java
What is Design Pattern? #factory Recommended Book : Head First Design Pattern : http://amzn.to/2pY5xbR Factory Design pattern in java Factory design pattern ...
Telusko
C# Chain of Responsibility Design Pattern | Code Examples
Watch this video and learn how to implement the chain of responsibility design pattern in c# language. There are two detailed and in-depth real world code ...
Code First
Design Patterns: Don't Repeat Yourself in C#
Video Sponsor: PVS-Studio: https://bit.ly/2PeCS2v Newsletter signup (with exclusive discounts): https://signup.iamtimcorey.com/ (your email will be kept safe and ...
IAmTimCorey
PubSub Design Pattern for Game Maker Studio
Twitter: https://twitter.com/GamingReverends The Idea behind a "Publish & Subscribe" design pattern is to seperate the invoker of an action from the actor so the ...
Gaming Reverends - DevCorner
1. Software Application N-tier (Layered) Architecture design pattern | Tutorial with example
This video explains about the most commonly used software architecture, layered architecture which is also known as N-tire architecture. I have shown the ...
Kavin Kumar
Exception Logging using Singleton Design Pattern
In this tutorial we will learn how to create a simple employee web application using ASP.NET MVC and we will create a custom logger library using Singleton ...
kudvenkat
Design-Pattern [German] - Singleton
In diesem Video geht es um das Singleton-Designpattern. Durch dieses Entwurfsmuster wird garantiert, dass man nur ein einziges Objekt aus der ...
moinLeude
Component Design Pattern for Games
Shows the component design pattern as used in games with entities. This is also sometimes called the actor system.
Jamie King
Factory Design Pattern
Get everything here: http://goo.gl/kzBzL Best Design Patterns Book : http://goo.gl/W0wyie Welcome to my Factory design pattern tutorial. This is a continuation of ...
Derek Banas
Silhouette Studio: Filling a shape with a pattern
Ever wondered how people get cool patterns into their numbers or shapes??? Look no further!! I've attached the link for grouping vs compound path too.
Little Lights by Laura: Silhouette Tutorials
#3 Functional Programming Design Patterns
3 Functional Programming Design Patterns โดย สรรเสริญ เจียมอนันท์กุล (เต้ย), อดีต Intern, Google และ Lecturer, Mahidol...
Thai Programmer Network
Design Patterns: Open Closed Principle Explained Practically in C# (The O in SOLID)
When you are writing code, are you doing it right? That is a question that worries a lot of people, and it should probably at least be something every developer ...
IAmTimCorey