I’m happy to announce, I got re-awarded as Microsoft Most Valuable Professional (MVP) under Developer Technologies category. This is my 7th year in a row as MVP. I’m proud to…
I have some exciting news to share – my first book, Building Modern Web Applications Using Angular, is now available. This book teaches how to design and develop next generation…
I recently started running my gulp tasks directly from Visual Studio Code instead of command line, I am going to explain how to do that. Step1: Make sure your project…
Destructuring is a new feature in ECMAScript 2015. Destructuring allows binding a set of variables to a corresponding set of values (objects and arrays) anywhere we can bind a value…
I have been exploring and working on ECMAScript 2015 (formerly know as ECMAScript 6/ES6). I am going to blog about all the new ECMAScript 2015 features. Here is the list…
There are so many blog post explains the complex process of setting a custom icon for a folder in OS X. Neither I don’t want to run complex scripts nor…
I am developing lot of examples for Angular 2, find those examples on Github. Here are some important examples: ContactsManager GithubDashboard NotesApp VehiclesApp CustomValidator I will be updating these examples as Angular…
Follow the below steps to use ECMAScript 2015 (formerly known as ECMAScript 6) while writing gulp file. Step 1: From gulp 3.9 version onwards we can use ECMAScript 2015, so…
In this article we are not discussing how to develop forms in Angular 2, we are going to discuss how to write a custom validator for Angular 2 forms. Forms…