Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    System Programming Essentials with Go: System calls, networking, efficiency, and security practices with practical projects in

    Posted By: naag
    System Programming Essentials with Go: System calls, networking, efficiency, and security practices with practical projects in

    System Programming Essentials with Go: System calls, networking, efficiency, and security practices with practical projects in Golang
    English | 2024 | ASIN: B0D1CMM831 | 619 pages | EPUB (True) | 4.76 MB

    Go beyond web development to learn system programming, building secure, concurrent, and efficient applications with Go's unique system programming capabilities

    Key Features
    Get a deep understanding of how Go simplifies system-level memory management and concurrency
    Gain expert guidance on essential topics like file operations, process management, and network programming
    Learn cross-platform system programming and how to build applications that interact directly with the OS
    Book Description
    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.

    What you will learn
    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
    Who this book is for
    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.

    Table of Contents
    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