Książka Concurrent Go THOMPSON CARTER

Concurrent Go

Design Patterns for Scalable, Resilient, and Observable Go Microservices

Język: Angielski
Oprawa: Miękka
Dostępność: Zapowiedź
Wydanie 10. 06. 2026
91.72
Build high-performance distributed systems using concurrency, reliability, and production-grade Go e...

Informacje o książce

Język
Angielski
Oprawa
Książka - Miękka
Data wydania
2026
strony
222
EAN
9798180257086
Enbook ID
52816035
Waga
276
Wymiary
152 x 229 x 14

Pełny opis

Build high-performance distributed systems using concurrency, reliability, and production-grade Go engineering

Modern backend systems must handle massive concurrency, distributed workloads, and constant operational pressure.

Applications today are expected to remain fast, resilient, observable, and scalable-even under unpredictable traffic and failure conditions.

Go was designed for exactly these kinds of systems.

"Concurrent Go" is a practical, engineering-focused guide to building scalable microservices and distributed applications using Go's powerful concurrency model and modern cloud-native patterns.

This book teaches developers how to design production-ready services that remain reliable and maintainable at scale.


Why Go excels at concurrent systems

Modern distributed applications face challenges such as:

  • handling thousands of simultaneous requests
  • coordinating asynchronous workloads
  • managing service communication reliably
  • detecting failures quickly
  • maintaining observability across systems
  • scaling infrastructure efficiently

Go provides lightweight concurrency primitives, predictable performance, and operational simplicity that make it ideal for backend infrastructure and microservices.


What you will learn
  • Go language fundamentals for backend engineering
  • goroutines and channels in depth
  • concurrency patterns and synchronization strategies
  • context propagation and cancellation handling
  • designing resilient microservices
  • API and RPC communication patterns
  • observability with metrics, logs, and tracing
  • fault tolerance and retry strategies
  • distributed systems reliability principles
  • deployment and scaling workflows

From simple services to production infrastructure

Throughout the book, you will learn how to:

  • structure scalable Go applications
  • coordinate concurrent workloads safely
  • reduce latency and resource contention
  • build observable distributed systems
  • manage failures gracefully in production
  • design services for long-term maintainability

Each chapter focuses on practical engineering patterns used in real production environments.


Practical applications
  • cloud-native backend systems
  • microservices architectures
  • real-time APIs and event systems
  • infrastructure automation tools
  • distributed data processing services
  • high-throughput networking applications

These examples reflect real-world backend engineering challenges.


Who this book is for
  • Go developers
  • backend engineers
  • cloud-native developers
  • DevOps and platform engineers
  • distributed systems engineers
  • software architects designing scalable systems

If you want to build concurrent systems that remain fast, resilient, and observable under production load, this book provides the roadmap.

Think concurrently.
Scale confidently.
Build reliable Go systems.