Sort by:
Head First Design Patterns
Head First Design Patterns is a comprehensive resource for mastering design patterns, with clear explanations and practical guidance. Core design patterns concepts and theory Practical examples and case studies Best...
Design Patterns
Design Patterns is a comprehensive resource for mastering design patterns, with clear explanations and practical guidance. Core design patterns concepts and theory Practical examples and case studies Best practices and...
Dive Into Design Patterns
Dive Into Design Patterns is a comprehensive resource for mastering design patterns, with clear explanations and practical guidance. Core design patterns concepts and theory Practical examples and case studies Best...
Refactoring to Patterns
Refactoring to Patterns is a comprehensive resource for mastering refactoring, with clear explanations and practical guidance. Core refactoring concepts and theory Practical examples and case studies Best practices and proven...
Reactive Design Patterns
Reactive Design Patterns is a comprehensive guide to design patterns using React, packed with practical examples and real-world projects. Core design patterns concepts explained clearly React best practices and patterns...
Learning Patterns
Learning Patterns covers modern JavaScript and React design patterns that help developers build performant, scalable frontend applications. Container/Presentational and HOC patterns Hooks patterns: custom hooks and compound components Rendering patterns:...
Laravel Design Patterns and Best Practices
Laravel Design Patterns and Best Practices shows how to apply software design patterns within Laravel's ecosystem for clean, maintainable PHP web applications. Repository, service layer, and presenter patterns Laravel-specific patterns:...
Design Patterns for Embedded Systems in C
Design Patterns for Embedded Systems in C brings proven software engineering patterns to firmware development, helping embedded engineers write more reliable, reusable code. Hardware abstraction layer (HAL) design patterns State...
Design Patterns by Tutorials
Design Patterns by Tutorials teaches iOS and macOS design patterns through hands-on Swift tutorials, helping Apple platform developers write better-structured apps. Fundamental patterns: MVC, MVVM, Delegate, Strategy Intermediate patterns: Flyweight,...
Learning PHP Design Patterns
Learning PHP Design Patterns introduces the most important software design patterns implemented in PHP, helping developers write more professional object-oriented code. Creational patterns: Singleton, Factory, Builder Structural patterns: Adapter, Decorator,...
Go Design Patterns
Go Design Patterns teaches software design patterns through idiomatic Go code, covering both classic GoF patterns and Go-specific concurrency patterns. Creational, structural, and behavioral patterns in Go Concurrency patterns: pipelines,...
Design Patterns in Modern C++20
Design Patterns in Modern C++20 reimplements classic design patterns using the latest C++ standard, leveraging concepts, modules, ranges, and coroutines. GoF patterns reimplemented with C++20 features Concepts, constraints, and template...
Design Patterns in Ruby
Design Patterns in Ruby adapts the classic GoF patterns to Ruby's dynamic, flexible nature, showing how Ruby idioms often simplify traditional pattern implementations. All 14 most useful GoF patterns in...
Hands-On Design Patterns with C++
Hands-On Design Patterns with C++ explores creational, structural, and behavioral design patterns through practical C++ implementations using modern language features. All 23 GoF patterns with C++ code examples CRTP, type...
Hands-On Design Patterns with C# and .NET Core
Hands-On Design Patterns with C# and .NET Core teaches you to apply the 23 classic GoF design patterns using modern C# and .NET Core through real-world projects. Creational, structural, and...