-
Book Overview & Buying
-
Table Of Contents
Learn GO by Building Three Simple Golang Projects
By :
Learn GO by Building Three Simple Golang Projects
By:
Overview of this book
According to many industry experts, Golang is the most important skill to learn in 2022 as more and more companies are using it to build awesome technology - from infrastructure technologies to microservices to serverless programs powering entire SAAS products.
In this course, you will first start with understanding the GO language and its use cases. You will look at basic concepts such as structs, if else, slices, logical operators, floats and calculations, struct methods, loops/range, functions and many more while working on the project—Nutrition calculator. You will then work on Google Trends where you will be working with XML, defining XML data, Get/read Google Trends function, Unmarshal function, printing the trends, and much more.
Finally, you will be working on the project titled Google Translate where you will be learning advanced topics and concepts such as concurrency and parallelism, sequential processing, go-routines, channels, creating queries, parsing JSON, and many more.
By the end of this course, you will be able to approach building new projects with Golang with a better toolset. You will also have built three awesome real-world projects that you can show on your resume to get selected in interviews, use the base code to create other projects, and build a better and deeper knowledge of GO.
All the resource files are added to the GitHub repository at:
https://github.com/PacktPublishing/Learn-GO-by-Building-Three-Simple-Golang-Projects
Table of Contents (5 chapters)
Introduction to the Course
First Project – Nutrition Calculator
Second Project – Google Trends Project
Third Project – Google Translate Project
Next Steps