Is callback hell still a thing in ES6 with TypeScript?
Whenever I am talking to someone about JavaScript, I mostly end up hearing "callback hell" at least once during the conversation. Most of the people are unfo...
Whenever I am talking to someone about JavaScript, I mostly end up hearing "callback hell" at least once during the conversation. Most of the people are unfo...
During the last couple of weeks, users started noticing certain issues with an application that I develop on Microsoft Azure using PHP and Azure Web Apps. In...
Recently, I discovered a series of 7 episodes about getting started with Node.js on Microsoft Virtual Academy! It goes through the basics and moves you deepe...
I have been wandering around the web trying to find some more information about geographically scaling web applications with both web and database tier. With...
One of the most pain points during PHP development is usually debugging for me. Quite frankly, I hate to run and debug PHP applications on my local machine, ...