https://github.com/adelf/acwa_book_en
"Architecture of Complex Web Applications. With examples in Laravel. Second Edition."
https://github.com/adelf/acwa_book_en
Last synced: over 1 year ago
JSON representation
"Architecture of Complex Web Applications. With examples in Laravel. Second Edition."
- Host: GitHub
- URL: https://github.com/adelf/acwa_book_en
- Owner: adelf
- Created: 2023-06-09T10:47:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T08:43:04.000Z (about 2 years ago)
- Last Synced: 2025-02-28T15:50:30.517Z (over 1 year ago)
- Homepage:
- Size: 714 KB
- Stars: 41
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# «Architecture of Complex Web Applications. Second Edition.»
Adel Faizrakhmanov, **Laravel Idea** plugin for **PhpStorm** creator. Twitter: [https://twitter.com/Adelf32](https://twitter.com/Adelf32)
[Laravel Idea](https://laravel-idea.com/?utm_medium=book&utm_source=book_architecture&utm_campaign=link_in_en_description) and PhpStorm — the most productive Laravel development environment.
Free on Leanpub: [https://leanpub.com/acwa_en_se/](https://leanpub.com/acwa_en_se/)
eBook and paperback versions on [Amazon](amazon.md) - it's impossible to make it free on Amazon, so minimum possible price there.
It's also available to read on GitHub:
0. [Preface](manuscript/0-preface.md)
1. [Bad habits](manuscript/1-bad-habits.md)
2. [Dependency injection](manuscript/2-di.md)
3. [Painless refactoring](manuscript/3-painless-refactoring.md)
4. [Application Layer](manuscript/4-application-layer.md)
5. [Error handling](manuscript/5-error-handling.md)
6. [Validation](manuscript/6-validation.md)
7. [Events](manuscript/7-events.md)
8. [Unit testing](manuscript/8-unit-test.md)
9. [Domain Layer](manuscript/9-domain-layer.md)
10. [CQRS](manuscript/10-cqrs.md)
11. [Event Sourcing](manuscript/11-es.md)
12. [Conclusion](manuscript/12-end.md)