Variable Declaration in Go (Golang)

Variable Declaration in Go (Golang)

There are two ways of declaring variables in Go:using the var keyword using := short declaration operator ...

Execution Context in JavaScript (Part 2.)

Execution Context in JavaScript (Part 2.)

In this second part, I will try to answer these questions:What is the difference between **Glo ...

Execution Context in JavaScript (Part 1.)

Execution Context in JavaScript (Part 1.)

In this blog post I will try to give answers to these questions:What is the execution context ...

Best practices for better studying

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 ...

How to set up nvm to work with fish shell?

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 ...