Category: Web Development

[NPM Tip] Error: self signed certificate in certificate chain

Posted on 1 min read

As a developer, if you are behind a corporate proxy that assigns an intermediatory self signed SSL certificate to every request to provide secure content filtering as part of cybersecurity measures, I am sure you might have gone through the pain to get it working when working with NodeJS. if you have Admin access to… Continue reading

[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

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

TypeScript for Visual Studio 2012–v0.8.3.1

Posted on 1 min read

Microsoft has released an Incremental update to TypeScript for Visual Studio 2012 – the version 0.8.3.1, which is the first update to the v0.8.3 released in Feb 2013. You can download the latest bits from here: Download TypeScript for Visual Studio 2012 – v0.8.3.1