Leanpub Header

Skip to main content

Filters

Category: "Go"

Books

  1. Dive into the future of web development with this essential guide! Unravel the secrets of building real-world applications using the latest technologies. Whether you're a seasoned developer or a CS student, this book is your ticket to mastering full-stack development.

  2. Dive into the future of web development with this essential guide! Unravel the secrets of building real-world applications using the latest technologies. Whether you're a seasoned developer or a CS student, this book is your ticket to mastering full-stack development.

  3. x days of Go
    Matt Boyle

    Very early preview of an experiment I'm trying; taking my tweets and making them available in a book.

  4. Accelerated Linux API for Software Diagnostics
    With Category Theory in View
    Dmitry Vostokov

    The book contains the full transcript of Software Diagnostics Services training with 16 hands-on exercises on various topics related to Linux API.

  5. Mastering Go CLI and TUI
    Create powerful, user-friendly command-line (CLI) and terminal user interface (TUI) applications in Go!
    Ravikanth Chaganti

    Go is a fast, simple, and versatile programming language ideal for building command-line and text-based user interfaces (CLI and TUI). This book teaches you how to master the art of creating CLI and TUI applications.

  6. Mastering Go Network Automation
    Automating Networks, Container Orchestration, Kubernetes with Puppet, Vegeta and Apache JMeter
    GitforGits | Asian Publishing House

    This book provides a one-stop solution for all of your network administration needs, with comprehensive coverage of automation, security, containerization, monitoring, and performance testing.

  7. Build Your Own Database in Go From Scratch
    From B+tree to SQL in 3000 lines
    build-your-own.org

    Learn databases from the bottom up by coding your own, in small steps, and with simple Go code (language agnostic).Atomicity & durability. A DB is more than files!Persist data with fsync.Crash recovery.KV store based on B-tree.Disk-based data structures.Space management with a free list.Relational DB on top of KV.Learn how tables and indexes are related to B-trees.SQL-like query language; parser & interpreter.Concurrent transactions with copy-on-write data structures.

  8. Accelerated Windows API for Software Diagnostics, Second Edition
    With Category Theory in View
    Dmitry Vostokov

    The book contains the full transcript of Software Diagnostics Services training with 10 hands-on exercises on various topics related to Windows API.

  9. Golang Guia Simples e Rápido
    Decolando com Golang Guia Simples Rápido e Interativo
    Paulo Lopes Estevão

    Simples, Rápido e Interativo

  10. Learn Go
    Master the fundamentals and advanced features of the Go programming language
    Karan Pratap Singh

    Master the fundamentals and advanced features of the Go programming language

  11. Go Faster
    Join the thriving community of skilled Go developers!
    Ollie Phillips

    Working with Go effectively, requires proficiency and understanding beyond learning the simple syntax. It can take developers months or even years to acquire this experience, especially those coming from OOP. This book sets out to short-circuit that process and get you there faster! Includes Generics.

  12. No Description Available
  13. Go, from the beginning
    from o to hero
    Chris Noring

    In this book you will learn the following: Build Console appsCreate Web APIsTest your codeCreate and publish reusable packages that others can consumeOrganize your files in a projectWork with files and directoriesParse text with the string library and regular expressions.

  14. Using client-go
    Writing Golang clients for talking to Kubernetes
    Luca Sepe

    You’re a cloud-native developer or an SRE or are you just interested in writing client applications wanting to get the maximum out of Kubernetes.

  15. Learn and understand Go custom generics thoroughly.