Saransh Kataria

What is end to end encryption?

What is end to end encryption?

  • April 7, 2016

With the recent roll out of end to end encryption by Whatsapp, the largest messaging service, everyone has been talking about it. The FBI vs Apple battle over privacy debate is a minor one if one sees the implementation of end to end encryption in an online messaging application. There...

The first follower

The first follower

  • February 27, 2016

Sometimes in life, you sit down with yourself and introspect on all that has happened in the past. And you get to the realization that a lot of what has been done in the past was not only because of your own efforts. There were always people present who believed in you...

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...