X

Grunt: using less and css minification

In this post I will go through using grunt for our css minification task and also showcase another preprocessor for…

Using Grunt – Copying Files

Sorry for not posting regularly here, I was on holidays during late December till January, so didn't get the time…

Using Grunt Basic Tutorial

In this post I will cover some area of grunt more of a grunt basic tutorial, things you can do…

Using Grunt – Visual Studio 2013 Task Runner Explorer

Visual Studio 2013 provides Task Runner Explorer for us to run Grunt & Gulp task right inside of Visual Studio.…

Watch Microsoft Connect(); Nov 12 & 13, 2014

I just got back from MVP summit from Seattle, and there were lots of new and cool stuff about the…

Using Grunt – Visual Studio Grunt Launcher part 2

In this post I will show how to use Grunt Launcher in Visual Studio 2012, there is also Task Runner…

Using Grunt – The Javascript task runner part 1

So what is Grunt? Grunt is a task-based command line build tool for JavaScript projects. If you are in the…

Analysis Paralysis, failure of an interview

“Success is not final, failure is not fatal: it is the courage to continue that counts.” ― Winston Churchill Here…

JavaScript conversion tips

In this post I will write about some tips on JavaScript Conversion from type to values etc. Tip 1: Boolean…

Learn to love default value in Javascript

Here is another quick tip on JavaScript, the default value in Javascript. If you are coming from the C# world…