Cargando…

Tanmay Teaches Go : the Ideal Language for Backend Developers /

Write your own efficient, performant, and lightweight programs using Go Quickly start developing your own Google Go programs using the practical information contained in this engaging resource. Social media personalities Tanmay Bakshi and Baheer Kamal show, step by step, how to develop custom applic...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Bakshi, Tanmay (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : McGraw Hill, [2021]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Cover
  • Title Page
  • Copyright Page
  • About the Authors
  • Contents
  • Preface
  • Acknowledgments
  • 1 Introduction
  • Why Go?
  • 2 Quickstart
  • Installing Go
  • Basic Go Concepts
  • 3 Go Modules
  • Using Built-in Packages
  • Using Third-Party Packages
  • Building Your Own Packages
  • 4 Using Built-in Packages
  • Common Data Structures and Algorithms
  • Dijkstra's Pathfinding
  • Conway's Game of Life
  • Proof of Work
  • 5 Concurrency
  • Concurrency, Threads, and Parallelism
  • Goroutines
  • Channels
  • Proof of Work: Part 2!
  • 6 Interoperability
  • Why Is Interoperability Important?
  • Interoperating with C Code
  • Interoperating with Swift
  • Index.