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:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Efekt piaskownicy. Jak szefować żeby roboty nie zabrały ci roboty 59,50 zł, (11,90 zł -80%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
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. Persistence and Databases
- 8. Setting Up Service Deployments
- 9. Unit and Integration Testing
- 10. Security and Compliance
- 11. Reliability Overview
- 12. Setting up Service Alerting
- 13. Collecting Service Telemetry Data
- 14. Solving Distributed System Challenges
- 15. Performance Monitoring
- 16. Other Topics