- Zoran Stankovic
- 14 Aug, 2022
Variable Declaration in Go (Golang)
There are two ways of declaring variables in Go:using the var keyword using := short declaration operator ...
- Zoran Stankovic
- 06 Dec, 2020
Execution Context in JavaScript (Part 2.)
In this second part, I will try to answer these questions:What is the difference between **Glo ...
- Zoran Stankovic
- 15 Nov, 2020
Execution Context in JavaScript (Part 1.)
In this blog post I will try to give answers to these questions:What is the execution context ...
- Zoran Stankovic
- 11 Jan, 2020
Best practices for better studying
Usually, we don't know how to study. When we study, there are three mistakes that we all do. The fi ...
- Zoran Stankovic
- 30 Nov, 2019
How to set up nvm to work with fish shell?
Recently, I switched from oh-my-zsh to a fish shell, and I didn’t regret ...