• Post category:StudyBullet-3
  • Reading time:11 mins read


Learn Golang programing language From Scratch to Expert Level with Hands-On Exercises

What you will learn

Become a professional Go Programmer and get hired.

Learn the advanced features of Go

Create many Go ( projects & games ) by yourself And Added to Your Profile

build REST based microservices API With Go and MongoDB

Description

Go is an open source programming language created by Google. As one of the fastest growing languages in terms of popularity, its a great time to pick up the basics of Go!

This course is designed to get you up and running as fast as possible with Go. We’ll quickly cover the basics, then dive into some of the more advanced features of the language. Don’t be tricked by other courses that only teach you for-loops and if-statements! This is the only course on Udemy that will teach you how to use the full power of Go’s concurrency model and interface type systems.

Go is designed to be easy to pick up, but tough to master. Through multiple projects, quizzes, and assignments, you’ll quickly start to master the language’s quirks and oddities. Go is like any other language – you have to write code to learn it! This course will give you ample opportunities to strike out on your own and start working on your own programs.

In this course you will:


Get Instant Notification of New Courses on our Telegram channel.


  • Understand the basic syntax and control structures of the language
  • Apply Go’s concurrency model to build massively parallel systems
  • Grasp the purpose of types, which is especially important if you’re coming from a dynamically typed language like Javascript or Ruby
  • Organize code through the use of packages
  • Use the Go runtime to build and compile projects
  • Get insight into critical design decisions in the language
  • Gain a sense of when to use basic language features

Go is one of the fastest-growing programming languages released in the last ten years. Get job-ready with Go today by enrolling now!

English
language

Content

Introduction
Introduction
Tools & Environment & Write your first Program
1 Git
2 Vs Code
3 MongoDB Server
4 Install Go
5 Write Your First Program
values | variables | constant
Source Code
1 Values
values Quiz
2 Variables Part I
3 Variables Part II
revaluation the variables
4 Constant
Constant Quiz
if & else & switch
Source Code
1 if and else conditions Part 1 I
2 if and else conditions Part 2 II
3 if and else conditions Part 3 III
4 if and else conditions Part 4 IIII
if else Quiz
5 Switch
Switch Quiz
Arrays | Loops & XO Game
Source Code
1 Arrays Part I
2 Arrays Part II
define and use array Quiz
3 2D Arrays
4 Loops Part I
5 Loops Part II
6 Loops Part III
loops Quiz
7 XO-Game Part I
8 XO-Game Part II Test Game
slice | map | range
Source Code
1 Slice Part I
2 Slice Part II
3 Map
4 range
Range on slice Quiz
Range on map of slices Quiz
Functions | Pointer | Struct
Source Code
1 Functions Part I
2 Functions Part II
functons Quiz
3 Pointer Part I
4 Pointer Part II
5 Structs Part I
6 Structs Part II
7 Structs Part III
Dice Game
Source Code
How to play Left Center Right
1 LCR GAME PART I
2 LCR GAME PART II
3 LCR GAME PART III Final Test
Variable Scope | Interface | Error Handling
Source Code
1 var-scope
var-scope Quiz
2 interface Part I
3 interface Part II
4 ErrorHandling Part I
5 ErrorHandling Part II
Packages | Goroutines | WaitGroups
Package Source Code
GoRoutine & WaitGroup Source Code
1 Packages
2 Use Package in LCR Dice Game
3 GoRoutine
GoRoutine Quiz
4 WaitGroup
Channels | Select
Source code
1 Channels how to use it
2 Channels I bufferd I range I Close
3 Channels I Read And Write
4 Select
Channels Quiz
Timeout | Timer | Tickers
Source Code
1 time out
2 Timer
Timer Quiz
3 Tickers
JSON Read&Write Files
source code
1 JSON Part I Slice to json
2 JSON Part II
3 JSON Part III string json to struct
Json Quiz
4 Reading Files
Reading file Quiz
5 Write File Part I
6 Write File Part II
7 Write File Part III
8 Write File Part IIII
Command-line | HTTP Clinet&Server
Source Code
1 CMD
2 Http-Server Part I
3 Http-Server Part II
4 Http-Server Part III
5 Http-Server Part IIII Final
6 Http-Client Get
7 Http-Client Head I POST
Templates | Static Files | Forms
source code
1 Templates
2 Static Template
3 Forms
CRUD MongoDB | unit Testing&mock I Signals Exit
source code
1 CRUD MongoBB Setup
2 CRUD MongoDB insert one
3 CRUD MongoDB Insert Many
4 CRUD MongoDB I Update Find Delete
5 Code Test I unit Part I
6 Code Test I unit-testing Part II
7 Code Test I Mock
8 Signals I Exit