Microservices with Go. The expert's guide to building secure, scalable, and reliable microservices with Go - Second Edition - Helion

Tytuł oryginału: Microservices with Go. The expert's guide to building secure, scalable, and reliable microservices with Go - Second Edition
ISBN: 9781836207320
Format: ebook
Data wydania: 2025-06-06
Księgarnia: Helion
Cena książki: 129,00 zł
Microservices with Go, Second Edition explains the key benefits and common issues faced by developers when working with microservices, helping you understand the problems microservice architecture solves, the issues it introduces, and how to tackle them.
The author distils his 18+ years of experience in building scalable and reliable infrastructure to help you grasp the importance of using the right principles and standards to achieve all that microservice architecture has to offer. You'll see why Go is a popular choice for microservice development, as well as navigate its foundational aspects, including service scaffolding, discovery, data serialization, communication, deployment, and testing. After covering development, you'll move to maintenance and reliability. This second edition is fully updated with newly added topics, including security and compliance, distributed system challenges, and performance monitoring. The final section focuses on advanced concepts, such as system reliability, observability, maintainability, and scalability. Through best practices and practical examples, you'll learn how to apply key ideas to existing applications using previously scaffolded services.
By the end of this book, you'll have gained hands-on experience in developing scalable, reliable, and high-performance microservices with Go.
Osoby które kupowały "Microservices with Go. The expert's guide to building secure, scalable, and reliable microservices with Go - Second Edition", wybierały także:
- Biologika Sukcesji Pokoleniowej. Sezon 3. Konflikty na terytorium 124,17 zł, (14,90 zł -88%)
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Podręcznik startupu. Budowa wielkiej firmy krok po kroku 93,13 zł, (14,90 zł -84%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Scrum. O zwinnym zarz 78,42 zł, (14,90 zł -81%)
Spis treści
Microservices with Go. The expert's guide to building secure, scalable, and reliable microservices with Go - Second Edition eBook -- spis treści
- 1. Introduction to Microservices
- 2. Scaffolding Go Microservices
- 3. Service Discovery
- 4. Serialization
- 5. Synchronous Communication
- 6. Asynchronous Communication
- 7. Storing Service Data
- 8. Setting Up Service Deployments
- 9. Unit and Integration Testing
- 10. Security and Compliance
- 11. Reliability Overview
- 12. Collecting Service Telemetry Data
- 13. Setting Up Service Alerting
- 14. Performance Monitoring
- 15. Implementing Distributed System Scenarios
- 16. Advanced Topics