Remote-tracking branches is an advanced concept not easily understood by newcomers to the Git world. But you have to deal with them as you soon as you master the Git basics and, of course, if you are planning to work in a team environment. First, let’s make it clear one more time that a branch is…
Month: July 2017
The road from Callback hell to heavenly Promises
I am sure that every web developer is more or less aware of the javascript promises. Even for not pure front-end developers, like me, JS promises is a subject that can not easily left out when the discussion comes to asynchronous programming. I am not going to make an introduction to promises here, neither I…