The Go Workshop - Helion
Tytuł oryginału: The Go Workshop
ISBN: 9781838640156
stron: 823, Format: ebook
Data wydania: 2019-12-30
Księgarnia: Helion
Cena książki: 107,10 zł (poprzednio: 119,00 zł)
Oszczędzasz: 10% (-11,90 zł)
Get started with Go and learn how to leverage its simplicity and flexibility to solve real-world problems and build practical software
Key Features
- Build a comprehensive foundation in Go and focus on developing real-world applications
- Explore the Go Standard Library and learn how to structure your code
- Learn how to efficiently interact with files, databases and REST APIs
Book Description
The Go Workshop will take the pain out of learning the Go programming language (also known as Golang). It is designed to teach you to be productive in building real-world software. Presented in an engaging, hands-on way, this book focuses on the features of Go that are used by professionals in their everyday work.
Each concept is broken down, clearly explained, and followed up with activities to test your knowledge and build your practical skills.
Your first steps will involve mastering Go syntax, working with variables and operators, and using core and complex types to hold data. Moving ahead, you will build your understanding of programming logic and implement Go algorithms to construct useful functions.
As you progress, you'll discover how to handle errors, debug code to troubleshoot your applications, and implement polymorphism using interfaces. The later chapters will then teach you how to manage files, connect to a database, work with HTTP servers and REST APIs, and make use of concurrent programming.
Throughout this Workshop, you'll work on a series of mini projects, including a shopping cart, a loan calculator, a working hours tracker, a web page counter, a code checker, and a user authentication system.
By the end of this book, you'll have the knowledge and confidence to tackle your own ambitious projects with Go.
What you will learn
- Understand Go syntax and use it to handle data and write functions
- Debug your Go code to troubleshoot development problems
- Safely handle errors and recover from panics
- Implement polymorphism by using interfaces
- Work with files and connect to external databases
- Create a HTTP client and server and work with a RESTful web API
- Use concurrency to design software that can multitask
- Use Go Tools to simplify development and improve your code
Who this book is for
The Go Workshop is designed for anyone who is new to Go. Whether you're beginning your journey as an aspiring developer, or are experienced with another programming language and want to branch out to something new, this book will get you on the right track. No prior programming experience is necessary.
Osoby które kupowały "The Go Workshop", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
The Go Workshop. Learn to write clean, efficient code and build high-performance applications with Go eBook -- spis treści
- 1. Variables and Operators
- 2. Logic and Loops
- 3. Core Types
- 4. Complex Types
- 5. Functions
- 6. Errors
- 7. Interfaces
- 8. Packages
- 9. Basic Debugging
- 10. About Time
- 11. Encoding and Decoding (JSON)
- 12. Files and Systems
- 13. SQL and Databases
- 14. HTTP Clients
- 15. HTTP Servers
- 16. Concurrent Work
- 17. Tools
- 18. Security
- 19. Special Features