Architecture of complex web applications

Retired

This book is no longer available for sale.

Architecture of complex web applications

With examples in Laravel(PHP)

About the Book

I have worked with a lot of projects which was written by usual "everything in controller" way and when they become to grow their support complexity grows exponentially. Every project (simple internal app or app with 10 million unique visitors per day) had the same illnesses: Copy-paste driven development, God classes, etc. Modern frameworks offers a lot of features to implement functionality super-fast, but when project grows almost all these "optimizations" becomes a big pain for developers. In the same time there a lot of dogmas, like SOLID and others, which described very abstractly and becomes some kind of cargo cults. "if project has 100% code coverage by unit tests, it has super code quality", "if project doesn't have static methods, it's well organized", etc. Someone very clever said: Software Engineering Is Art Of Compromise. Some of these dogmas have very important exceptions. Some of them easy to misunderstand.

In this book I'm going to analyze usual project with common mistakes. How implementing new requirements can decrease code quality. Then step by step I'll show how I usually refactor the code: extracting classes, using DI, using exceptions. How this refactoring consequences moving to layered architecture. After moving to layered architecture we will talk about pro and contras of Command Query Responsibility Segregation(CQRS). After CQRS it's hard to don't talk about Event Sourcing(ES).

I'll use examples in Laravel , but it's not very important. The book is about framework-agnostic code.

About the Author

Adel F
Adel F

Software developer with 15+ years of experience. Contributed to Laravel plugin for PhpStorm. Created a .env files support plugin for PhpStorm.

Table of Contents

  • 1. Introduction
  • 2. Bad Habits
    • SRP violation
    • CRUD-style thinking
    • The worship of PHP dark magic
    • “Rapid” Application Development
    • Saving lines of code
    • Other sources of pain
  • 3. Dependency injection
    • Single responsibility principle
    • Dependency Injection
    • Inheritance
    • Image uploader example
    • Extending interfaces
    • Traits
    • Static methods
    • Conclusion
  • 4. Painless refactoring
    • “Static” typing
    • Templates
    • Model fields
  • 5. Application layer
    • Request data passing
    • Work with database
    • Service classes or command classes
  • 6. Error handling
    • Exceptions
    • Base exception class
    • Global handler
    • Checked and unchecked exceptions
    • Conclusion
  • 7. Validation
    • Database related validation
    • Two levels of validation
    • Validation by annotations
    • Value objects
    • VO as composition of values
    • Value object is not for user data validation
    • Conclusion
  • 8. Events
    • Database transactions
    • Queues
    • Events
    • Using Eloquent events
    • Entities as event fields
  • 9. Unit testing
    • First steps
    • Testing stateful classes
    • Testing classes with dependencies
    • Software testing types
    • Laravel testing
    • Application layer unit testing
    • Application testing strategy
  • 10. Domain layer
    • When and why?
    • Implementation of Domain layer
    • Error handling in domain layer
    • Conclusion
  • 11. CQRS
    • Reading and writing - different responsibilities?
    • Typical Application layer class
    • Command Query Responsibility Segregation
    • Conclusion
  • 12. Event sourcing
    • The kings game
    • Write model unit tests
    • World without magic
    • Implementing ES
    • Unique data in ES systems
    • Conclusion
  • 13. Sagas
    • Multi-system “transactions”
    • Orchestration
  • 14. Useful books and links
    • Classic
    • DDD
    • ES and CQRS
    • Unit testing

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

80% Royalties. Earn $16 on a $20 book.

We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub