Beginner

Golang maps guide

Lets learn Golang maps, how to declare them and how to use them.

Mohamed Allam

After you finish this article you will start playing with maps like pawns

Golang slices guide

Lets learn Golang slices, how to declare them and how to use them.

Mohamed Allam

After you finish this article you will start playing with slices like pawns

Golang structs guide

Lets learn Golang structs, how to declare them and how to use them.

Mohamed Allam

After you finish this article you will start playing with structs like pawns

Golang variables guide

Lets learn Golang variables, how to declare them and how to use them.

Mohamed Allam

After you finish this article you will start playing with variables like pawns

Strings, Runes, bytes, characters

Strings, Runes, bytes, characters in Golang

Mohamed Allam
Strings, bytes, runes and characters in Go Covers the basics of character encodings and explains ASCII vs Unicode

What are Gobs?

Lets learn Golang interfaces, how to declare them and how to use them.

Mohamed Allam

Functions are so powerful, lets combine functions with interfaces, to levrage one of the Go’s greatest features