-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Golang: Hands-on Programming for Beginners
By :
Golang: Hands-on Programming for Beginners
By:
Overview of this book
This course introduces you to Go, a fast and scalable language developed by Google, designed to simplify programming without sacrificing performance. You’ll begin with setting up your Go environment and writing your very first program, easing you into the syntax and core structure of the language.
As you move forward, the course guides you through Go’s essential concepts such as data types, variables, constants, and control structures like loops and conditionals. You’ll learn how to work with collections using arrays, slices, and maps, and progress into building logic with operators and structured flow. The course deepens your skills through practical exposure to functions—including advanced features like recursion and variadic inputs—and a strong focus on pointers and memory handling.
The final modules introduce you to structs, methods, and interfaces, laying the groundwork for building modular, reusable code. With each section, you’ll reinforce your learning through real coding examples and interactive exercises. By the end of the course, you’ll have a comprehensive understanding of Go’s foundational concepts and the confidence to build your own programs.
Table of Contents (8 chapters)
Getting Started
Data Types and Variables
Operators and Control Flow
Using Functions
Pointers
Struct, Methods and Interfaces
Conclusion
Customer Reviews