Holub on Patterns

Download Holub on Patterns PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430207256
Total Pages : 426 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Holub on Patterns by : Allen Holub

Download or read book Holub on Patterns written by Allen Holub and published by Apress. This book was released on 2004-09-27 with total page 426 pages. Available in PDF, EPUB and Kindle. Book excerpt: * Allen Holub is a highly regarded instructor for the University of California, Berkeley, Extension. He has taught since 1982 on various topics, including Object-Oriented Analysis and Design, Java, C++, C. Holub will use this book in his Berkeley Extension classes. * Holub is a regular presenter at the Software Development conferences and is Contributing Editor for the online magazine JavaWorld, for whom he writes the Java Toolbox. He also wrote the OO Design Process column for IBM DeveloperWorks. * This book is not time-sensitive. It is an extremely well-thought out approach to learning design patterns, with Java as the example platform, but the concepts presented are not limited to just Java programmers. This is a complement to the Addison-Wesley seminal "Design Patterns" book by the "Gang of Four".

Holub on Patterns

Download Holub on Patterns PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 9781430253617
Total Pages : 432 pages
Book Rating : 4.2/5 (536 download)

DOWNLOAD NOW!


Book Synopsis Holub on Patterns by : Allen Holub

Download or read book Holub on Patterns written by Allen Holub and published by Apress. This book was released on 2013-05-23 with total page 432 pages. Available in PDF, EPUB and Kindle. Book excerpt: * Allen Holub is a highly regarded instructor for the University of California, Berkeley, Extension. He has taught since 1982 on various topics, including Object-Oriented Analysis and Design, Java, C++, C. Holub will use this book in his Berkeley Extension classes. * Holub is a regular presenter at the Software Development conferences and is Contributing Editor for the online magazine JavaWorld, for whom he writes the Java Toolbox. He also wrote the OO Design Process column for IBM DeveloperWorks. * This book is not time-sensitive. It is an extremely well-thought out approach to learning design patterns, with Java as the example platform, but the concepts presented are not limited to just Java programmers. This is a complement to the Addison-Wesley seminal "Design Patterns" book by the "Gang of Four".

Taming Java Threads

Download Taming Java Threads PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430211296
Total Pages : 305 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Taming Java Threads by : Allen Holub

Download or read book Taming Java Threads written by Allen Holub and published by Apress. This book was released on 2000-06-01 with total page 305 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learning how to write multithreaded applications is the key to taking full advantage of the Java platform. In Taming Java Threads, well-known columnist and Java expert Allen Holub provides Java programmers with the information they need to write real multithreaded programsprograms with real code. Holub provides an in-depth explanation of how threads work along with information about how to solve common problems such as deadlocks and race conditions. He not only explains common problems, but also provides the uncommon solutions that mark the difference between production-level code and toy demos. While it is essential to build support for threading into a Java program from the very beginning, most books on the subjects of Java user interface construction and Java networking barely touch on threading topics. Along with being a basic Java reference, this book is a must-read for any Java developer.

API Design Patterns

Download API Design Patterns PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638350337
Total Pages : 478 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis API Design Patterns by : JJ Geewax

Download or read book API Design Patterns written by JJ Geewax and published by Simon and Schuster. This book was released on 2021-08-17 with total page 478 pages. Available in PDF, EPUB and Kindle. Book excerpt: "A concept-rich book on API design patterns. Deeply engrossing and fun to read." - Satej Sahu, Honeywell API Design Patterns lays out a set of design principles for building internal and public-facing APIs. In API Design Patterns you will learn: Guiding principles for API patterns Fundamentals of resource layout and naming Handling data types for any programming language Standard methods that ensure predictability Field masks for targeted partial updates Authentication and validation methods for secure APIs Collective operations for moving, managing, and deleting data Advanced patterns for special interactions and data transformations API Design Patterns reveals best practices for building stable, user-friendly APIs. These design patterns can be applied to solve common API problems and flexibly altered to fit specific needs. Hands-on examples and relevant cases illustrate patterns for API fundamentals, advanced functionalities, and uncommon scenarios. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology APIs are contracts that define how applications, services, and components communicate. API design patterns provide a shared set of best practices, specifications and standards that ensure APIs are reliable and simple for other developers. This book collects and explains the most important patterns from both the API design community and the experts at Google. About the book API Design Patterns lays out a set of principles for building internal and public-facing APIs. Google API expert JJ Geewax presents patterns that ensure your APIs are consistent, scalable, and flexible. You’ll improve the design of the most common APIs, plus discover techniques for tricky edge cases. Precise illustrations, relevant examples, and detailed scenarios make every pattern clear and easy to understand. What's inside Guiding principles for API patterns Fundamentals of resource layout and naming Advanced patterns for special interactions and data transformations A detailed case-study on building an API and adding features About the reader For developers building web and internal APIs in any language. About the author JJ Geewax is a software engineer at Google, focusing on Google Cloud Platform, API design, and real-time payment systems. He is also the author of Manning’s Google Cloud Platform in Action. Table of Contents PART 1 INTRODUCTION 1 Introduction to APIs 2 Introduction to API design patterns PART 2 DESIGN PRINCIPLES 3 Naming 4 Resource scope and hierarchy 5 Data types and defaults PART 3 FUNDAMENTALS 6 Resource identification 7 Standard methods 8 Partial updates and retrievals 9 Custom methods 10 Long-running operations 11 Rerunnable jobs PART 4 RESOURCE RELATIONSHIPS 12 Singleton sub-resources 13 Cross references 14 Association resources 15 Add and remove custom methods 16 Polymorphism PART 5 COLLECTIVE OPERATIONS 17 Copy and move 18 Batch operations 19 Criteria-based deletion 20 Anonymous writes 21 Pagination 22 Filtering 23 Importing and exporting PART 6 SAFETY AND SECURITY 24 Versioning and compatibility 25 Soft deletion 26 Request deduplication 27 Request validation 28 Resource revisions 29 Request retrial 30 Request authentication

Software Architecture Design Patterns in Java

Download Software Architecture Design Patterns in Java PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 0203496213
Total Pages : 520 pages
Book Rating : 4.2/5 (34 download)

DOWNLOAD NOW!


Book Synopsis Software Architecture Design Patterns in Java by : Partha Kuchana

Download or read book Software Architecture Design Patterns in Java written by Partha Kuchana and published by CRC Press. This book was released on 2004-04-27 with total page 520 pages. Available in PDF, EPUB and Kindle. Book excerpt: Software engineering and computer science students need a resource that explains how to apply design patterns at the enterprise level, allowing them to design and implement systems of high stability and quality. Software Architecture Design Patterns in Java is a detailed explanation of how to apply design patterns and develop software architectures. It provides in-depth examples in Java, and guides students by detailing when, why, and how to use specific patterns. This textbook presents 42 design patterns, including 23 GoF patterns. Categories include: Basic, Creational, Collectional, Structural, Behavioral, and Concurrency, with multiple examples for each. The discussion of each pattern includes an example implemented in Java. The source code for all examples is found on a companion Web site. The author explains the content so that it is easy to understand, and each pattern discussion includes Practice Questions to aid instructors. The textbook concludes with a case study that pulls several patterns together to demonstrate how patterns are not applied in isolation, but collaborate within domains to solve complicated problems.

Enough Rope to Shoot Yourself in the Foot

Download Enough Rope to Shoot Yourself in the Foot PDF Online Free

Author :
Publisher : McGraw-Hill Companies
ISBN 13 :
Total Pages : 278 pages
Book Rating : 4.3/5 (91 download)

DOWNLOAD NOW!


Book Synopsis Enough Rope to Shoot Yourself in the Foot by : Allen I. Holub

Download or read book Enough Rope to Shoot Yourself in the Foot written by Allen I. Holub and published by McGraw-Hill Companies. This book was released on 1995 with total page 278 pages. Available in PDF, EPUB and Kindle. Book excerpt: C and C++ programmers who are looking for innovative ways to improve their code will find them in this first-of-its-kind reference. Holub has put together an indispensable set of guidelines, tips, and techniques that readers can use immediately to create elegant, efficient code in any C or C++ program.

C + C++

Download C + C++ PDF Online Free

Author :
Publisher : McGraw-Hill Companies
ISBN 13 :
Total Pages : 454 pages
Book Rating : 4.3/5 (91 download)

DOWNLOAD NOW!


Book Synopsis C + C++ by : Allen I. Holub

Download or read book C + C++ written by Allen I. Holub and published by McGraw-Hill Companies. This book was released on 1992 with total page 454 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book provides instruction for using C in an object-oriented fashion. The book covers the problems likely to arise in a C++ application, explains why C++ is inappropriate for some object-oriented applications, and shows how to do real object-oriented programming (based on a multitasking model) in a C or C++ environment.

Practical Common Lisp

Download Practical Common Lisp PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430200170
Total Pages : 506 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Practical Common Lisp by : Peter Seibel

Download or read book Practical Common Lisp written by Peter Seibel and published by Apress. This book was released on 2006-11-01 with total page 506 pages. Available in PDF, EPUB and Kindle. Book excerpt: * Treats LISP as a language for commercial applications, not a language for academic AI concerns. This could be considered to be a secondary text for the Lisp course that most schools teach . This would appeal to students who sat through a LISP course in college without quite getting it – so a "nostalgia" approach, as in "wow-lisp can be practical..." * Discusses the Lisp programming model and environment. Contains an introduction to the language and gives a thorough overview of all of Common Lisp’s main features. * Designed for experienced programmers no matter what languages they may be coming from and written for a modern audience—programmers who are familiar with languages like Java, Python, and Perl. * Includes several examples of working code that actually does something useful like Web programming and database access.

Practical API Design

Download Practical API Design PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430209747
Total Pages : 400 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Practical API Design by : Jaroslav Tulach

Download or read book Practical API Design written by Jaroslav Tulach and published by Apress. This book was released on 2008-09-20 with total page 400 pages. Available in PDF, EPUB and Kindle. Book excerpt: You might think more than enough design books exist in the programming world already. In fact, there are so many that it makes sense to ask why you would read yet another. Is there really a need for yet another design book? In fact, there is a greater need than ever before, and Practical API Design: Confessions of a Java Framework Architect fills that need! Teaches you how to write an API that will stand the test of time Written by the designer of the NetBeans API at Sun Technologies Based on best practices, scalability, and API design patterns

Book of F#

Download Book of F# PDF Online Free

Author :
Publisher : No Starch Press
ISBN 13 : 1593275528
Total Pages : 314 pages
Book Rating : 4.5/5 (932 download)

DOWNLOAD NOW!


Book Synopsis Book of F# by : Dave Fancher

Download or read book Book of F# written by Dave Fancher and published by No Starch Press. This book was released on 2014-03-01 with total page 314 pages. Available in PDF, EPUB and Kindle. Book excerpt: F# brings the power of functional-first programming to the .NET Framework, a platform for developing software in the Microsoft Windows ecosystem. If you're a traditional .NET developer used to C# and Visual Basic, discovering F# will be a revelation that will change how you code, and how you think about coding. In The Book of F#, Microsoft MVP Dave Fancher shares his expertise and teaches you how to wield the power of F# to write succinct, reliable, and predictable code. As you learn to take advantage of features like default immutability, pipelining, type inference, and pattern matching, you'll be amazed at how efficient and elegant your code can be. You'll also learn how to: * Exploit F#'s functional nature using currying, partial application, and delegation * Streamline type creation and safety with record types and discriminated unions * Use collection types and modules to handle data sets more effectively * Use pattern matching to decompose complex types and branch your code within a single expression * Make your software more responsive with parallel programming and asynchronous workflows * Harness object orientation to develop rich frameworks and interact with code written in other .NET languages * Use query expressions and type providers to access and manipulate data sets from disparate sources Break free of that old school of programming. The Book of F# will show you how to unleash the expressiveness of F# to create smarter, leaner code.

Clean Agile

Download Clean Agile PDF Online Free

Author :
Publisher : Prentice Hall
ISBN 13 : 013578199X
Total Pages : 341 pages
Book Rating : 4.1/5 (357 download)

DOWNLOAD NOW!


Book Synopsis Clean Agile by : Robert C. Martin

Download or read book Clean Agile written by Robert C. Martin and published by Prentice Hall. This book was released on 2019-09-12 with total page 341 pages. Available in PDF, EPUB and Kindle. Book excerpt: Agile Values and Principles for a New Generation “In the journey to all things Agile, Uncle Bob has been there, done that, and has the both the t-shirt and the scars to show for it. This delightful book is part history, part personal stories, and all wisdom. If you want to understand what Agile is and how it came to be, this is the book for you.” –Grady Booch “Bob’s frustration colors every sentence of Clean Agile, but it’s a justified frustration. What is in the world of Agile development is nothing compared to what could be. This book is Bob’s perspective on what to focus on to get to that ‘what could be.’ And he’s been there, so it’s worth listening.” –Kent Beck “It’s good to read Uncle Bob’s take on Agile. Whether just beginning, or a seasoned Agilista, you would do well to read this book. I agree with almost all of it. It’s just some of the parts make me realize my own shortcomings, dammit. It made me double-check our code coverage (85.09%).” –Jon Kern Nearly twenty years after the Agile Manifesto was first presented, the legendary Robert C. Martin (“Uncle Bob”) reintroduces Agile values and principles for a new generation–programmers and nonprogrammers alike. Martin, author of Clean Code and other highly influential software development guides, was there at Agile’s founding. Now, in Clean Agile: Back to Basics, he strips away misunderstandings and distractions that over the years have made it harder to use Agile than was originally intended. Martin describes what Agile is in no uncertain terms: a small discipline that helps small teams manage small projects . . . with huge implications because every big project is comprised of many small projects. Drawing on his fifty years’ experience with projects of every conceivable type, he shows how Agile can help you bring true professionalism to software development. Get back to the basics–what Agile is, was, and should always be Understand the origins, and proper practice, of SCRUM Master essential business-facing Agile practices, from small releases and acceptance tests to whole-team communication Explore Agile team members’ relationships with each other, and with their product Rediscover indispensable Agile technical practices: TDD, refactoring, simple design, and pair programming Understand the central roles values and craftsmanship play in your Agile team’s success If you want Agile’s true benefits, there are no shortcuts: You need to do Agile right. Clean Agile: Back to Basics will show you how, whether you’re a developer, tester, manager, project manager, or customer. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

Practical OCaml

Download Practical OCaml PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430202440
Total Pages : 466 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Practical OCaml by : Joshua B. Smith

Download or read book Practical OCaml written by Joshua B. Smith and published by Apress. This book was released on 2008-01-03 with total page 466 pages. Available in PDF, EPUB and Kindle. Book excerpt: Objective Caml (OCaml) is an open source programming language that utilizes both functional and object oriented programming. Practical OCaml teaches Objective Caml in a straightforward manner, teaching all the features of this functional programming language by example. You will learn how to utilize OCaml to create a simple database, do reporting, and create a spam filter. You will also learn how to do complex log file scanning, create your own network servers by creating a ShoutCast server, and create a web crawler. By the book's conclusion, you will be well on your way to creating your own applications with OCaml.

#NoEstimates

Download #NoEstimates PDF Online Free

Author :
Publisher :
ISBN 13 : 9781522892861
Total Pages : 180 pages
Book Rating : 4.8/5 (928 download)

DOWNLOAD NOW!


Book Synopsis #NoEstimates by : Vasco Duarte

Download or read book #NoEstimates written by Vasco Duarte and published by . This book was released on 2015-09-15 with total page 180 pages. Available in PDF, EPUB and Kindle. Book excerpt: How to always be on time, and not risk missing important deadlines or go over budget This book is the result of many years of hard work, and plenty of lessons learned. I wrote it because I believe we can do better than the accepted "status quo" in the software industry. It took me years to learn what I needed to learn to come up with my version of the #NoEstimates approach. You can do it in weeks! The techniques and ideas described here will help you explore the #NoEstimates universe in a very practical and hands-on manner. You will walk through Carmen's story. Carmen is a senior, very experienced project manager who is now confronted with a very difficult project. One would say, an impossible project. Through the book, and with the help of Herman, Carmen discovers and slowly adopts #NoEstimates which helps her turn that project around. Just like I expect it will help with the project you are in right now. The book also includes many concrete approaches you can use to adopt #NoEstimates, or just adopt those practices on their own.

PHP Architect's Guide to PHP Design Patterns

Download PHP Architect's Guide to PHP Design Patterns PDF Online Free

Author :
Publisher : Marco Tabini & Associates, Inc.
ISBN 13 : 0973589825
Total Pages : 338 pages
Book Rating : 4.9/5 (735 download)

DOWNLOAD NOW!


Book Synopsis PHP Architect's Guide to PHP Design Patterns by : Jason E. Sweat

Download or read book PHP Architect's Guide to PHP Design Patterns written by Jason E. Sweat and published by Marco Tabini & Associates, Inc.. This book was released on 2005 with total page 338 pages. Available in PDF, EPUB and Kindle. Book excerpt: Design patterns are comprehensive, well-tested solutions to common problems that developers everywhere encounter each day. Although designed for solving general programming issues, some of them have been successfully adapted to the specific needs of Web development.php architect's Guide to PHP Design Patterns is the first comprehensive guide to the application of design patterns to the PHP development language. Designed to satisfy the need of enterprise-strength development, you will find this book an excellent way to learn about design patterns and an irreplaceable reference for your day-to-day programming.With coverage of more than 16 different types of patterns, including Model-View-Controller, Iterator, MockObject, Register, Proxy, ActiveRecord, DataMapper and many, many others, this book is the ideal resource for your enterprise development with PHP 4 and PHP 5.* Includes over 16 design patterns* Each pattern is discussed in detail with practical code applications* Covers both PHP 4 and PHP 5* Provides a thorough test-driven approach to design patterns* Code is available online

Pattern Languages of Program Design 4

Download Pattern Languages of Program Design 4 PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 788 pages
Book Rating : 4.0/5 ( download)

DOWNLOAD NOW!


Book Synopsis Pattern Languages of Program Design 4 by : Brian Foote

Download or read book Pattern Languages of Program Design 4 written by Brian Foote and published by . This book was released on 2000 with total page 788 pages. Available in PDF, EPUB and Kindle. Book excerpt: Design patterns have moved into the mainstream of commercial software development as a highly effective means of improving the efficiency and quality of software engineering, system design, and development. Patterns capture many of the best practices of software design, making them available to all software engineers. The fourth volume in a series of books documenting patterns for professional software developers, Pattern Languages of Program Design 4 represents the current and state-of-the-art practices in the patterns community. The 29 chapters of this book were each presented at recent PLoP conferences and have been explored and enhanced by leading experts in attendance. Representing the best of the conferences, these patterns provide effective, tested, and versatile software design solutions for solving real-world problems in a variety of domains. This book covers a wide range of topics, with patterns in the areas of object-oriented infrastructure, programming strategies, temporal patterns, security, domain-oriented patterns, human-computer interaction, reviewing, and software management. Among them, you will find: *The Role object *Proactor *C++ idioms *Architectural patterns

Fearless Change

Download Fearless Change PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0132702541
Total Pages : 423 pages
Book Rating : 4.1/5 (327 download)

DOWNLOAD NOW!


Book Synopsis Fearless Change by : Mary Lynn Paul Becker

Download or read book Fearless Change written by Mary Lynn Paul Becker and published by Pearson Education. This book was released on 2004-10-04 with total page 423 pages. Available in PDF, EPUB and Kindle. Book excerpt: “All that have ever tried to impose change in their organization will immediately recognize and truly value the in-depth knowledge and experience captured in this book. It contains a collection of eye-openers that is a treasure chest for pioneers of new organizational ideas, A fantastic toolbox for use in future missions!” —Lise B. Hvatum, product development manager, Schlumberger “If you have need of changing your organization, and especially of introducing new techniques, then you want to understand what is in this book. It will help you avoid common pitfalls that doom many such projects and will show you a clear path to success. The techniques are derived from the experience of many individuals and organizations. Many are also fun to apply. This stuff is really cool—and really hot.” —Joseph Bergin, professor of computer science, Pace University, New York “If change is the only guarantee in life, why is it so hard to do? As this book points out, people are not so much resistant to change itself as they are to being changed. Mary Lynn and Linda have successfully used the pattern form to capture and present the recurring lessons of successful change efforts and have placed a powerful knowledge resource in the hands of their readers.” —Alan O'Callaghan, researcher, Software Technology Research Laboratory, De Montfort University, United Kingdom “The most difficult part of absorbing patterns, or any technology, into an organization is overcoming the people issues. The patterns in this book are the documentation of having gone through that experience, giving those that dare push the envelope a head start at success.”—David E. DeLano, IBM Pervasive Computing “If you have ever wondered how you could possibly foster any cultural changes in your organization, in this book you will find a lot of concrete advice for doing so. I recommend that everyone read this book who has a vast interest in keeping his or her organization flexible and open for cultural change.” —Jutta Eckstein, Independent Consultant, Objects In Action Author of Agile Software Development in the Large 48 Patterns for Driving and Sustaining Change in Your Organization Change. It's brutally tough to initiate, even harder to sustain. It takes too long. People resist it. But without it, organizations lose their competitive edge. Fortunately, you can succeed at making change. In Fearless Change, Mary Lynn Manns and Linda Rising illuminate 48 proven techniques, or patterns, for implementing change in organizations or teams of all sizes, and show you exactly how to use them successfully. Find out how to Understand the forces in your organization that drive and retard change Plant the seeds of change Drive participation and buy-in, from start to finish Choose an "official skeptic" to sharpen your thinking Make your changes appear less threatening Find the right timing and the best teaching moments Sustain your momentum Overcome adversity and celebrate success Inspired by the "pattern languages" that are transforming fields from software to architecture, the authors illuminate patterns for every stage of the change process: knowledge, persuasion, decision, implementation, and confirmation. These flexible patterns draw on the experiences of hundreds of leaders. They offer powerful insight into change-agent behavior, organizational culture, and the roles of every participant. Best of all, they're easy to use—and they work!

Learning PHP Design Patterns

Download Learning PHP Design Patterns PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449344879
Total Pages : 362 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Learning PHP Design Patterns by : William Sanders

Download or read book Learning PHP Design Patterns written by William Sanders and published by "O'Reilly Media, Inc.". This book was released on 2013-02-11 with total page 362 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build server-side applications more efficiently—and improve your PHP programming skills in the process—by learning how to use design patterns in your code. This book shows you how to apply several object-oriented patterns through simple examples, and demonstrates many of them in full-fledged working applications. Learn how these reusable patterns help you solve complex problems, organize object-oriented code, and revise a big project by only changing small parts. With Learning PHP Design Patterns, you’ll learn how to adopt a more sophisticated programming style and dramatically reduce development time. Learn design pattern concepts, including how to select patterns to handle specific problems Get an overview of object-oriented programming concepts such as composition, encapsulation, polymorphism, and inheritance Apply creational design patterns to create pages dynamically, using a factory method instead of direct instantiation Make changes to existing objects or structure without having to change the original code, using structural design patterns Use behavioral patterns to help objects work together to perform tasks Interact with MySQL, using behavioral patterns such as Proxy and Chain of Responsibility Explore ways to use PHP’s built-in design pattern interfaces