Leanpub Header

Skip to main content

Filters

Category: "Software Architecture"

Books

  1. The Art Of Performance Engineering
    The Art Of Performance Engineering
    Learn Performance Optimization techniques to ensure high performance of your application.
    Vineeta Vashistha & Amit Vashistha

    Tips and Techniques to optimize your Web Pages, Web Server, Application Server and Database Server together with detailed insight into Tuning and Debugging of your application.

  2. Domain-Driven Design in PHP - 2n Edition
    Domain-Driven Design in PHP - 2n Edition
    Discover DDD, Architectural Styles, Tactical Design Implementations, and Bounded Context Integration with PHP 8.5 examples
    Carlos Buenosvinos, Christian Soronellas, and Keyvan Akbary

    Master Domain-Driven Design Tactical patterns: Entities, Value Objects, Services, Domain Events, Aggregates, Factories, Repositories and Application Services; with real examples in PHP. Explore the advantages of Hexagonal Architecture and understand Strategic design with Bounded Contexts and their integration through REST and message queues.

  3. A Primer on Design Patterns
    A Primer on Design Patterns
    First Edition
    Rahul Batra

    The objective of the book is to introduce its  reader to the world of design patterns by working through some important ones. It is not an exaustive reference text on design patterns, rather a friendly tutorial type text. The reader is expected to be familiar with programming in an object oriented language like Java or Python. 

  4. Understanding the Four Rules of Simple Design
    Understanding the Four Rules of Simple Design
    and other lessons from watching thousands of pairs work on Conway's Game of Life
    Corey Haines

    The only thing we truly know about software development is that we can expect changes to our system.Through concrete examples, let's explore ways to build flexible, adaptable software systems by better understanding Kent Beck's 4 Rules of Simple Design.

  5. Handbook of Technical Reviews, Fourth Edition

    This is the classic volume on every variety of technical review of programs, designs, tests, documentation, plans, requirements, ...

  6. UML  ERP Workshop - Writing a BRD with Enterprise Architect, Inventory module
    UML ERP Workshop - Writing a BRD with Enterprise Architect, Inventory module
    Designing an Enterprise Resource Planning (ERP) System with the UML modeling tool, Enterprise Architect by writing a Business Requirement Document for the Inventory module.
    Jose Zouain

    This book helps you design an application with the UML (Unified Modeling Language) modeling tool, Enterprise Architect.It shows you how to write a Business Requirement Document (BRD) using a real-life Enterprise Resource Planning (ERP) system, an application with 20 years in the market.

  7. Async PHP: Early Access
    Async PHP: Early Access
    Rethinking Traditional PHP
    Christopher Pitt

    This is the uncomplicated and practical guide, to building real asynchronous PHP applications, that you've been waiting for.

  8. A Practical Approach to API Design
    A Practical Approach to API Design
    From Principles to Practice
    D. Keith Casey Jr and James Higginbotham

    If you read the tech press, everyone knows they need an API but most aren't really sure what it is. They treat it as another checkbox like "Web 2.0" was a few years ago or a mobile app was most recently. In fact, there's an entire "API-first" movement in development circles that most people don't understand or even realize why..

  9. Scaling PHP7 Applications
    Scaling PHP7 Applications
    5+ years of lessons learnt Scaling PHP to billions of requests per second
    Steve Corona

    Is Scaling PHP a pain in the ass? You're not exactly the next Facebook, but you're big enough, and it costs real money when your site goes down in the middle of the night. Scaling PHP Apps is filling in a ton of unexpected gaps in my server knowledge - Chris Fidao It's a damn good read, very useful for my new job. Setting up Nginx to play nice with PHP-FPM now. - Phil Sturgeon