Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Software Architecture for Busy Developers

You're reading from  Software Architecture for Busy Developers

Product type Book
Published in Oct 2021
Publisher Packt
ISBN-13 9781801071598
Pages 174 pages
Edition 1st Edition
Languages
Author (1):
Stéphane Eyskens Stéphane Eyskens
Profile icon Stéphane Eyskens

Table of Contents (14) Chapters

Preface 1. Section 1: Introduction
2. Chapter 1: Introducing Software Architecture 3. Section 2: The Broader Architecture Landscape
4. Chapter 2: Exploring Architecture Frameworks and Methodologies 5. Chapter 3: Understanding ATAM and the Software Quality Attributes 6. Section 3: Software Design Patterns and Architecture Models
7. Chapter 4: Reviewing the Historical Architecture Styles 8. Chapter 5: Design Patterns and Clean Architecture 9. Section 4: Impact of the Cloud on Software Architecture Practices
10. Chapter 6: Impact of the Cloud on the Software Architecture Practice 11. Section 5: Architectural Trends and Summary
12. Chapter 7: Trendy Architectures and Global Summary 13. Other Books You May Enjoy

Reviewing the GoF

The GoF originated from the unforgettable book, Design Patterns: Elements of Reusable Object-Oriented Software, published in 1994 and written by four authors— hence the name. This book popularized the notion of design patterns and proposed 23 of them. Many other patterns have been added since then. A good source to check most of the available patterns is this Wikipedia page: https://en.wikipedia.org/wiki/Software_design_pattern. Here, you can find the original patterns proposed by the GoF as well as more recently added ones. The first thing to know as a software architect is the different categories of design patterns, outlined as follows:

  • Creational: Patterns in this category relate to the instantiation of objects. They mostly impact performance and scalability. They help prevent the waste of computing resources. Creational patterns, especially the dependency injection (DI) pattern, also improve the testability and maintainability of your code.
  • ...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}