Saransh Kataria

Getting started with Gulp

Getting started with Gulp

  • February 10, 2016

After I made my choice from the Grunt Vs Gulp Vs npm confusion I had, Gulp turned out to be my task runner for a project. And in this post, I will explain what you get with it. The first thing you need to know is that gulp uses streams...

Grunt Vs Gulp Vs npm: Javascript build wars

Grunt Vs Gulp Vs npm: Javascript build wars

  • January 12, 2016

You might have already made the choice among Grunt Vs Gulp Vs npm already. Or you might be totally confused what all these are. All these are automation tools used during or after development. Some people might be confused that why do we even need a build process for javascript?...

Getting started with Visual Studio Code

Getting started with Visual Studio Code

  • December 19, 2015

Visual Studio Code is the latest cross platform editor by Microsoft and I started looking into it since I wanted a fast editor which provided me Intellisense similar to what Visual Studio provides. At first I thought it is an IDE, but it is not. It is a code optimized...

How to remove yourself from someone’s twitter list

How to remove yourself from someone’s twitter list

  • November 30, 2015

Lists are often ignored by most people on Twitter. Twitter lists can be a great way to organize your contacts. More often than not, they are not used for that purpose. Someone recently added me to a Twitter list which was not appropriate for my account. There was no way...

How to disable Windows 10’s animations to speed it up

How to disable Windows 10’s animations to speed it up

  • October 26, 2015

Everyone quickly jumped to Windows 10 considering it was a free upgrade and most of the response for the operating system has been good in comparison to what it was for the previous editions of Windows. But I personally found it to be a bit slow or maybe it was...

What is SASS and why you should use it

What is SASS and why you should use it

  • September 2, 2015

I have been playing a lot with CSS these days, and then I came across the concepts of using variables inside it. I came to know of two ways to do so, SASS and LESS. I was eager to try both out but it was only possible one at a...

Goodbye Tech4every1

Goodbye Tech4every1

  • August 17, 2015

It all started somewhere in AugustĀ 2011. Me and Somin Wadhwa, a friend who lives nearby, started it since we found it difficult to find applications for Symbian online and we knew people had the same problem as well. So we started a Facebook page for it and posting things. But...

Install Hyper-V and HAXM on the same machine

Install Hyper-V and HAXM on the same machine

  • July 19, 2015

If you are into mobile application development and wanted to install both Hyper-V (Microsoft’s hardware virtualization component) and HAXM (Intel’s Hardware Execution Manager) on the same machine, chances are you probably faced an error on installing the second one after installing one. And who likes working on slow emulators when...