Category: KnowledgeBase

[NPM Tip] Rewriting the default protocol for GitHub package references

Posted on 1 min read

Some times as a Modern Web Developer you will face some “npm install” as some of the packages would be referring to git/ssh protocol to reference private packages from Git Hub. This would fail when you are behind a corporate proxy. Rewriting the default protocol for GitHub, run the following snippet in your command line… Continue reading

Azure Cosmos DB name changes

Posted on 2 min read

An update from Microsoft Azure says that – As part of the transition from Azure DocumentDB to Azure Cosmos DB, the service and resource names are changing from “Azure DocumentDB” to “Azure Cosmos DB” on June 1, 2018. How does that Impact? When Microsoft introduced Cosmos DB, then have ensured that there was a smooth… Continue reading

What’s Azure Container Service (ACS/AKS)

Posted on 3 min read

I will start with history: Sometime around 2016, Microsoft launched an IaaS service called Azure Container Service a.k.an ACS serves as a bridge between Azure Ecosystem and existing container ecosystem being used widely by the developer community around the world. It helps as a gateway for infrastructure engineers and developers to manage underlying infrastructure such as… Continue reading

WordPress Blog in Azure App Service In Minutes–Part 02 (Configuring WordPress)

Posted on 1 min read

In the last part of this series, we experienced how to create a new wordpress blog instance in Azure App Service. In this part we will learn, how to configure your wordpress instance for publishing. Now that we have WordPress instance deployed in Azure App Service, lets expore the app service instance a bit. Step… Continue reading

WordPress Blog in Azure App Service In Minutes–Part 01

Posted on 2 min read

All my life I have been a tech saavy person would make my hands dirty trying out all odds available. Here I am going to help you with setting up your own WordPress Blog in Azure App Service. SPOILER ALERT: We will be using a B1 – Basic instance to save the cost. Step 1:… Continue reading

Getting Started with Azure Functions App

Posted on 3 min read

In my previous article I gave you an overview of Azure Functions and discussed about the benefits of the Azure Functions. With this session I will cover you with necessary steps to create an initial basic functions app. Getting Started: Login to Azure Portal, you will see Function Apps section in the left menu. This… Continue reading

Azure Functions App–Run OnDemand Serverless code – a path way to Serverless Computing

Posted on 3 min read

Azure Functions is a new cloud solution from Azure that would let you execute small pieces code or “functions” in the cloud.  This means you do not have to worry about the infrastructure or environment to execute your little piece of code to solve any of your business problems. Functions can make development even more… Continue reading

Managed Azure Database for MySQL and PostgreSQL

Posted on 2 min read

During Microsoft Build 2017(May 10th 2017) conference in Seattle, Scott Guthrie (EVP of Cloud and Enterprise Group) announced two new offerings to the Azure Database Services Platform, Azure Database for MySQL and Azure Database for PostgreSQL. I was happy that Microsoft is filling the gap for the need of Fully Managed MYSQL and PostgreSQL .… Continue reading

Microsoft Professional Program for Data Science

Posted on 1 min read

Microsoft has come up with a new program to bring in more skilled people to the field of Data Science by providing them the right training on right set of tools. Microsoft has put together a curriculum  to teach key functional and technical skills, combining highly rated online courses with hands-on labs, concluding in a… Continue reading

Introduction to Data Science

Posted on 3 min read

We all have been hearing the term Data Science and Data Scientist occupation become more popular these days. I thought of sharing some light into this specific area of science, that may seem interesting for rightly skilled readers of my blog. Data Science is one of the hottest topics on the Computer and Internet  nowadays.… Continue reading

Showing 11-20 of 143 posts
per page