-
Book Overview & Buying
-
Table Of Contents
Practical Systems Programming in Go
By :
In the second part of the book, we transition from the language itself to the interface between Go and the underlying system. We explore the mechanics of high-performance file I/O and the nuances of Unix signals, ensuring your applications can interact gracefully with the kernel and handle asynchronous events with precision. The progression moves from local resource management to distributed systems, covering structured data persistence and the programming of TCP/IP services. By examining how Go handles TCP/IP networking and web service creation, you will gain the expertise required to build resilient backend infrastructure that scales effectively without sacrificing simplicity or safety.
This part of the book includes the following chapters: