Software Architecture: Patterns for Developers

Category : Microservices | Sub Category : Microservices | By Prasad Bonam Last updated: 2023-11-08 02:36:38 Viewed : 238


Description
As a developer, you are 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.
Agenda

Introduction

  • Best practices and blueprints
  • What you should know

1. The Context of Software Architecture Patterns

  • What are software architecture patterns?
  • Why software architecture patterns?
  • The difference with design patterns
  • Categories of patterns

2. Application Landscape Patterns

  • Monolith
  • N-tier
  • Service-oriented
  • Microservices
  • Serverless
  • Peer-to-peer

3. Application Structure Patterns

  • Layered
  • Microkernel
  • CQRS
  • Event sourcing
  • CQRS and event sourcing combined

4. UI Patterns

  • Model-view-controller (MVC)
  • Model-view-presenter (MVP)
  • Model-view-viewmodel (MVVM)
  • Differences between MVC, MVP, and MVVM

Conclusion

  • Combining patterns
  • Advancing your software architecture skills

Search
Related Articles

Leave a Comment: