PHP Microservices
دنیا از برنامههای PHP بزرگ، غیر قابل اطمینان و نیازمند نگهداری زیاد به سمت میکرو سرویسهای با دسترسی بالا، جمع و جور و با نگهداری ساده در حرکت است و برای توسعه دهندگان PHP نیاز است تا ضرورت ساخت میکرو سرویسهای موثر که در مقیاس بزرگ هستند را بفهمند.
کتاب PHP Microservices، منبعی قابل اطمینان است که به شما کمک میکند تا تواناییهای خود را توسعه دهید و به شما تکنیکهای ساخت میکرو سرویسهای قابل اطمینان در PHP را به شما میآموزد.
What you will learn
Set up a development environment using the right strategies and tools.
Learn about application design and structure to start implementing your application.
Transform a monolithic application into microservices.
Explore the best way to start implementing your application using testing.
Understand how to monitor your microservices, handle errors, and debug the application.
Deploy your finished application into a production environment and learn how to solve common problems.
Know how to scale your application based on microservices once it is up–and-running.
Table of Contents
Chapter 1. What Are Microservices?
Chapter 2. Development Environment
Chapter 3. Application Design
Chapter 4. Testing And Quality Control
Chapter 5. Microservices Development
Chapter 6. Monitoring
Chapter 7. Security
Chapter 8. Deployment
Chapter 9. From Monolithic To Microservices
Chapter 10. Strategies For Scalability
Chapter 11. Best Practices And Conventions
Chapter 12. Cloud And Devops