Go

Install Go on Ubuntu and Windows
https://pupli.net/2017/07/22/install-go-on-ubuntu-and-windows/

Declaring Variables in Go
https://pupli.net/2021/03/declaring-variables-in-go/

Declaring Constants in Go
https://pupli.net/2021/03/declaring-constants-in-go/

For Loop in Go
https://pupli.net/2021/03/for-loop-in-go/

If Statement in Go
https://pupli.net/2021/03/if-statement-in-go/

Switch statement in Go
https://pupli.net/2021/03/switch-statement-in-go/

Work with Go Http Server
https://pupli.net/2017/07/26/work-with-go-http-server/

Write to log file
https://pupli.net/2017/09/30/write-to-log-file-in-go/

Outputting strings with the fmt package in Go
https://pupli.net/2021/03/outputting-strings-with-the-fmt-package-in-go/

Getting input from the console in Go
https://pupli.net/2021/03/getting-input-from-the-console-in-go/

Referencing values with pointers in Go
https://pupli.net/2021/03/referencing-values-with-pointers-in-go/

Arrays in Go
https://pupli.net/2021/03/arrays-in-go/