Compile Programs in Go for Multiple OS (Golang)In this blog post we will talk about how to compile Go programs for multiple operating systems…Zoran StankovicSeptember 11, 2022 2 min
Basic Package File Structure and go.mod File Explained in Go (Golang)In this blog post we will talk about basic package file structure and a bit of modules. In my…Zoran StankovicSeptember 04, 2022 3 min
Basic Structure of Go Program Explained (Golang)In this blog post we will explain basic structure of Go program using "Hello World" example. I used…Zoran StankovicAugust 28, 2022 3 min
Setting up Go work environment on Windows, Linux and MacOSIn this blog post, we will show how to set up a Go work environment on Windows, Linux and MacOS…Zoran StankovicAugust 21, 2022 3 min
Variable Declaration in Go (Golang)There are two ways of declaring variables in Go: using the var keyword using := short…Zoran StankovicAugust 14, 2022 2 min
Execution Context in JavaScript (Part 2.)In this second part, I will try to answer these questions: What is the difference between Global…Zoran StankovicDecember 06, 2020 3 min