Speed up your application in Azure App Service
There are many different articles on the internet about how to make an application faster when hosting it on Azure. This has been a real pain point with big ...
There are many different articles on the internet about how to make an application faster when hosting it on Azure. This has been a real pain point with big ...
When speaking of modern development nowadays, we can hear words like DevOps and as part of that, Continuous Integration (if you never heard about i...
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, ...