Category: TypeScript

Visual Studio 2017–Version 15.9.0 released

Posted on 1 min read

Microsoft has today released Visual Studio 2017 – Update 15.9.0 with lots of bug fixed and improvements to the IDE for stability and performance. Release Notes: Visual Studio 2017 version 15.9 Minor Release Download the latest update from: visualstudio.com/downloads Latest News: There is a new service update released on November 15, 2018 — Visual Studio… Continue reading

Node.js 9.x.x and npm 6.x.x – “npm audit” to identify and fix security vulnerabilities in dependencies

Posted on 3 min read

It has been a while I have been reading about the major changes that areintroduced in Node.js 9.x.x / NPM 6.x.x and myself faced by Node.js application going to a toss after I upgraded to Node.js 9.x.x, as I always keep Node.js up to date in my development environment. I use NVM(Node Virtual Manager) to… Continue reading

[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

Setting up Local NPM repository to Speedup Dev/CI Builds

Posted on 3 min read

As a modern day JavaScript developer working with Node.js and NPM, it has been always any developer’s case to clean up local node modules sometimes when local build is broken. It is a tedious tasks to cleanup %appData%\npm-cache  to do a fresh install of all the modules again. Depending on the number of modules your… 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

Download TypeScript 0.8.2 for Visual Studio 2012

Posted on 1 min read

Microsoft has announced the availability of latest preview release for TypeScript as Version 0.8.2. Read more about the release from MSDN Typescript Team blog here You can download the TypeScript 0.8.2 for Visual Studio 2012 from here: http://www.microsoft.com/en-us/download/details.aspx?id=34790

TypeScript for Visual Studio 2012 v0.8.1.1

Posted on 1 min read

v0.8.1.1 is the latest release of TypeScript for Visual Studio 2012, contains debugging fixes for v0.8.1. TypeScript is a language for application-scale JavaScript. TypeScript adds optional types, classes, and modules to JavaScript. TypeScript supports tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to clean, readable, standards-based JavaScript.… Continue reading