Introduction: Let me start by saying that I am mainly a back-end developer. My front-end skills were a bit outdated and limited to building some decent UIs with Javascript/jQuery and Bootstrap. At least, until one month ago. The last month I had to go through a crash course involving the following front-end technologies: ES6, React.js,…
Tag: Javascript
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…