Why Go?
Refreshing Concurrency and Parallelism
Understanding System Calls
File and Directory Operations
Working with System Events
Understanding Pipes in Inter-Process Communication
Hardware Automation
Memory Management
Analysing Performance
Networking
Telemetry
Distributing Your Apps
Capstone Project - Distributed Cache
Effective Coding Practices
Stay Sharp with System Programming
Alex Rios, a seasoned Go developer and active community builder, shares his 15 years of expertise in designing large-scale systems through this book. It masterfully cuts through complexity, enabling you to build efficient and secure applications with Go's streamlined syntax and powerful concurrency features.
In this book, you’ll learn how Go, unlike traditional system programming languages (C/C++), lets you focus on the problem by prioritizing readability and elevating developer experience with features like automatic garbage collection and built-in concurrency primitives, which remove the burden of low-level memory management and intricate synchronization.
Through hands-on projects, you'll master core concepts like file I/O, process management, and inter-process communication to automate tasks and interact with your system efficiently. You'll delve into network programming in Go, equipping yourself with the skills to build robust, distributed applications. This book goes beyond the basics by exploring modern practices like logging and tracing for comprehensive application monitoring, and advance to distributed system design using Go to prepare you to tackle complex architectures.
By the end of this book, you'll emerge as a confident Go system programmer, ready to craft high-performance, secure applications for the modern world.
Understand the fundamentals of system programming using Go
Grasp the concepts of goroutines, channels, data races, and managing concurrency in Go
Manage file operations and inter-process communication (IPC)
Handle USB drives and Bluetooth devices and monitor peripheral events for hardware automation
Familiarize yourself with the basics of network programming and its application in Go
Implement logging, tracing, and other telemetry practices
Construct distributed cache and approach distributed systems using Go
This book is for software engineers looking to expand their understanding of system programming concepts. Professionals with a coding foundation seeking profound knowledge of system-level operations will also greatly benefit. Additionally, individuals interested in advancing their system programming skills, whether experienced developers or those transitioning to the field, will find this book indispensable.