Software Architecture: Patterns for Developers

Software Architecture: Patterns for Developers

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 16m | 291 MB

As a developer, you’re ultimately building software to solve problems for your users. But a successful application also needs to be easy for you and other developers to work with. Enter software architecture patterns. These trusted solutions allow you to translate complex architectural problems to recognizable patterns. In this course, instructor Peter Morlion covers a variety of software architecture patterns, showing you how to apply the correct architecture to new systems and recognize patterns in existing systems. Peter goes over application landscape patterns such as microservices. He also covers application structure patterns like event sourcing, as well as UI patterns like model-view-controller (MVC). Along the way, he shares pros and cons that help you determine which patterns to use.

Table of Contents

1 Best practices and blueprints
2 What you should know
3 What are software architecture patterns
4 Why software architecture patterns
5 The difference with design patterns
6 Categories of patterns
7 Monolith
8 N-tier
9 Service-oriented
10 Microservices
11 Serverless
12 Peer-to-peer
13 Layered
14 Microkernel
15 CQRS
16 Event sourcing
17 CQRS and event sourcing combined
18 Model-view-controller (MVC)
19 Model-view-presenter (MVP)
20 Model-view-viewmodel (MVVM)
21 Differences between MVC, MVP, and MVVM
22 Combining patterns
23 Advancing your software architecture skills