Deploying ASP.NET Core along with a WebJob to App Service
Recently I have been working on a project in ASP.NET Core and DotVVM accompanied by a WebJob using Azure WebJob SDK. The idea behind publishing was that...
Recently I have been working on a project in ASP.NET Core and DotVVM accompanied by a WebJob using Azure WebJob SDK. The idea behind publishing was that...
If you have been watching Connect(); or if you read the Azure blog, you should be aware by now, that Azure has recently introduced a pretty cool service call...
cURL is one of the most common ways to make HTTP requests from PHP code. When you make regular http:// calls everything is alright, but when you decide to go...
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, ...