|
2589 | 2589 | * Gain an architectural overview of Fastify's microservices development |
2590 | 2590 | capabilities and features |
2591 | 2591 | * Build complete apps in Fastify, from application design to production |
| 2592 | +
|
| 2593 | +- slug: building-microservices-2-sam-newman |
| 2594 | + title: Building Microservices |
| 2595 | + subtitle: Designing Fine-Grained Systems |
| 2596 | + edition: 2 |
| 2597 | + authors: |
| 2598 | + - Sam Newman |
| 2599 | + coverName: building-microservices-2-sam-newman.jpg |
| 2600 | + links: |
| 2601 | + amazon_us: https://www.amazon.com/dp/1492034029 |
| 2602 | + amazon_uk: https://www.amazon.co.uk/dp/1492034029 |
| 2603 | + description: >- |
| 2604 | + As organizations shift from monolithic applications to smaller, |
| 2605 | + self-contained microservices, distributed systems have become more |
| 2606 | + fine-grained. But developing these new systems brings its own host of |
| 2607 | + problems. This expanded second edition takes a holistic view of topics that |
| 2608 | + you need to consider when building, managing, and scaling microservices |
| 2609 | + architectures. |
| 2610 | +
|
| 2611 | + Through clear examples and practical advice, author Sam Newman gives |
| 2612 | + everyone from architects and developers to testers and IT operators a firm |
| 2613 | + grounding in the concepts. You'll dive into the latest solutions for |
| 2614 | + modeling, integrating, testing, deploying, and monitoring your own |
| 2615 | + autonomous services. Real-world cases reveal how organizations today manage |
| 2616 | + to get the most out of these architectures. |
| 2617 | +
|
| 2618 | + Microservices technologies continue to move quickly. This book brings you up |
| 2619 | + to speed. |
| 2620 | +
|
| 2621 | + * Get new information on user interfaces, container orchestration, and |
| 2622 | + serverless |
| 2623 | + * Align system design with your organization's goals |
| 2624 | + * Explore options for integrating a service with your system |
| 2625 | + * Understand how to independently deploy microservices |
| 2626 | + * Examine the complexities of testing and monitoring distributed services |
| 2627 | + * Manage security with expanded content around user-to-service and |
| 2628 | + service-to-service models |
| 2629 | +
|
| 2630 | +- slug: the-tao-of-microservices-1-richard-rodger |
| 2631 | + title: The Tao of Microservices |
| 2632 | + edition: 1 |
| 2633 | + authors: |
| 2634 | + - Richard Rodger |
| 2635 | + coverName: the-tao-of-microservices-1-richard-rodger.jpg |
| 2636 | + links: |
| 2637 | + amazon_us: https://www.amazon.com/dp/1617293148 |
| 2638 | + amazon_uk: https://www.amazon.co.uk/dp/1617293148 |
| 2639 | + description: >- |
| 2640 | + The Tao of Microservices guides you on the path to understanding how to |
| 2641 | + apply microservice architectures to your own real-world projects. This |
| 2642 | + high-level book offers a conceptual view of microservice design, along with |
| 2643 | + core concepts and their application. |
| 2644 | +
|
| 2645 | + An application, even a complex one, can be designed as a system of |
| 2646 | + independent components, each of which handles a single responsibility. |
| 2647 | + Individual microservices are easy for small teams without extensive |
| 2648 | + knowledge of the entire system design to build and maintain. Microservice |
| 2649 | + applications rely on modern patterns like asynchronous, message-based |
| 2650 | + communication, and they can be optimized to work well in cloud and |
| 2651 | + container-centric environments. |
| 2652 | +
|
| 2653 | + What's Inside: |
| 2654 | +
|
| 2655 | + * Principles of the microservice architecture |
| 2656 | + * Breaking down real-world case studies |
| 2657 | + * Implementing large-scale systems |
| 2658 | + * When not to use microservices |
| 2659 | +
|
| 2660 | +- slug: ai-as-a-service-1-peter-elger-eoin-shanaghy |
| 2661 | + title: AI as a Service |
| 2662 | + subtitle: Serverless machine learning with AWS |
| 2663 | + edition: 1 |
| 2664 | + authors: |
| 2665 | + - Peter Elger |
| 2666 | + - Eoin Shanaghy |
| 2667 | + coverName: ai-as-a-service-1-peter-elger-eoin-shanaghy.jpg |
| 2668 | + links: |
| 2669 | + amazon_us: https://www.amazon.com/dp/1617296155 |
| 2670 | + amazon_uk: https://www.amazon.co.uk/dp/1617296155 |
| 2671 | + description: >- |
| 2672 | + AI as a Service is a practical handbook to building and implementing |
| 2673 | + serverless AI applications, without bogging you down with a lot of theory. |
| 2674 | + Instead, you'll find easy-to-digest instruction and two complete hands-on |
| 2675 | + serverless AI builds in this must-have guide! |
| 2676 | +
|
| 2677 | + Companies everywhere are moving everyday business processes over to |
| 2678 | + the cloud, and AI is increasingly being given the reins in these tasks. As |
| 2679 | + this massive digital transformation continues, the combination of serverless |
| 2680 | + computing and AI promises to become the de facto standard for |
| 2681 | + business-to-consumer platform development—and developers who can design, |
| 2682 | + develop, implement, and maintain these systems will be in high demand! AI as |
| 2683 | + a Service is a practical handbook to building and implementing serverless AI |
| 2684 | + applications, without bogging you down with a lot of theory. Instead, you'll |
| 2685 | + find easy-to-digest instruction and two complete hands-on serverless AI |
| 2686 | + builds in this must-have guide! |
| 2687 | +
|
0 commit comments