Golang Programming Inside Out : A Total Reference

Udemy Golang Programming Inside Out : A Total Reference

Register & Get access to index
PqX37D5.jpg

Golang is open source . Fast compilation. In-built concurrency support. Light weight processes, goroutines & channels .


What you'll learn
  • Students learn to write basic to standard programs in the Go Programming language.
  • Since Golang is mainly meant for systems programming, the students get enough insight into systems programming like OS related programming stuff.
  • Go language has built in concurrency support, so you can write powerful concurrent programs with the help of what is called Goroutines .
  • Students become familiar with the mechanism of channels and goroutines . Communicating between goroutines is facilitated through channels.
  • In short Golang is the next generation programming language which you cannot afford to bypass.


Requirements
  • Strictly speaking anybody with an inherent passion for learning can start studying Golang because of its simplicity.
  • Some previous experience in programming is obviously an added advantage of course.
  • Since golang has taken so many features from the prominent languages especially the C programming language , a knowledge in C is of great benefit if you plan to study Go language.
  • For that matter if you know any of the languages like C, C++, Java, Python etc , learning Golang becomes absolutely simple and straight forward.

Description
Go is a general purpose programming language .Go is open source. Go is a compiled language. It compiles fast. Go has in-built concurrency support. Go was designed and developed at Google Inc. Go has a feature called Goroutines. Goroutines are lightweight processes . Communication between Goroutines is managed through what is called channels.
Sending and receiving data through channels is done with simple syntax like <- left arrow operator . Golang has got built in support for JSON. JSON is nothing but Java Script Object Notation. Go has so many features like Slice and arrays. Go functions are capable of returning multiple values , unlike most other languages. Go has functions and methods , but Go method is not function. A method can return a receiver which functions are not able to.
Strictly speaking Go is not an Object oriented language. Because Go does not have the concept of classes. In spite of that Go is capable of managing polymorphism and data encapsulation etc. This is facilitated through what is called an interface. Go interface is fundamentally different from interfaces in other languages In short Go is one of the most advanced modern programming languages specifically designed for systems programming in mind.
The Map data structure in Go is an elegant and ingenious mechanism for quick retrieval of data based on the the key-value pairs. Thus Go is a powerful, concise, and elegant language worth learning. This course is a detailed account of the Go programming language covering everything in Golang.
Who this course is for:
  • Students who have just finished their High school course and plans to move for higher studies may definitely opt for a course in Golang.
  • Anybody planning to pursue a career in software should try to master Golang, because Golang is becoming more and more popular .
Author
TUTProfessor
Downloads
72
Views
1,467
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TUTProfessor