Skip to content
FREE SHIPPING ON ALL DOMESTIC ORDERS $35+
FREE SHIPPING ON ALL US ORDERS $35+

Software Development with Go: Cloud-Native Programming Using Golang with Linux and Docker

Availability:
in stock, ready to be shipped
Save 14% Save 14%
Original price $34.99
Original price $34.99 - Original price $34.99
Original price $34.99
Current price $29.99
$29.99 - $29.99
Current price $29.99

Gain insights into the different challenges that can be solved using Go, with a focus on containers, Linux, security, networking, user interfaces and other relevant cloud based topics. This book reviews the necessary tools to create container-based cloud solutions with Go, a programming language that was born out of the need to address scalable, high availability cloud computing architecture needs inside Google.

Go, also known as Golang, has been adopted across different industries and products with many popular Open Source projects that power cloud computing technologies such as Docker and Kubernetes being written with Go. As the complexity of cloud technology increases, so does the need for people to understand how things work under-the-hood and to fix them when they're broken.

What You Will Learn

  • Understand how the various components of a container-based system works
  • Tackle complex technical issues using Go
  • Integrate tools that can be used as part of your daily operational needs
  • Build system-based products

Who This Book Is For

Developers and Engineers familiar with Go who want to know how different parts of the system work and who want to write command line tools. It will also be beneficial to programmers who already have a system-level understanding and want to use Go to build tools for existing projects and applications.

ISBN-13: 9781484287309

Media Type: Paperback

Publisher: Apress

Publication Date: 12-29-2022

Pages: 388

Product Dimensions: 6.10(w) x 9.25(h) x (d)

Nanik Tolaram is a big proponent of open source software with over 20 years of industry experience. He has dabbled in different programming languages, including Java, C, and C++. He has developed products from the ground up working in early startup companies. He is a software engineer at heart, but loves to write technical articles and share his knowledge with others. He learned to program with Go during the COVID 19 pandemic and hasn't looked back.

Table of Contents

Software Development with Go


Part 1: System Programming

Chapter 1 - System Calls

Chapter 2 - System Calls Using Go

Chapter 3 - Accessing proc File System

Part 2: Containers

Chapter 4 - Simple Containers

Chapter 5 - Containers with Networking

Chapter 6 - Docker Security

Part 3: Application Security

Chapter 7 - Gosec and AST

Chapter 8 – Scorecard

Part 4: Networking

Chapter 9 - Simple Networking

Chapter 10 - System Networking

Chapter 11 - Google gopacket

Chapter 12 - Epoll Library

Part 5: Securing Linux

Chapter 13 - Vulnerability Scanner

Chapter 14 – CrowdSec

Part 6: Terminal User Interface

Chapter 15 - ANSI and UI

Chapter 16 - TUI Framework

Part 7: Linux System

Chapter 17 – systemd

Chapter 18 – cadvisor