Month: October 2013

  • Mastering web-storm

    I am big fan of sublime text, and I use it extensively. Then I came across WebStorm, I like it and I want to learn more about it, because any craftsman should know how to use his tools effectively. So I was looking for some tutorial and videos on mastering web storm and I came […]

  • Dead Simple Screen sharing (DSS) – Overview

    Grab source on GitHub Project site Sometime ago a developed an open-source screen sharing application called as DeadSimpleScreenSharing which allows you to share your screen with anyone right from your browser. It requires you to install an extension, when you click “Share your Screen” button on that extension, it will gives you a unique url […]

  • Share your entire screen using Chromecast

    Google’s chrome cast allows you to bream content from your computer/phone to TV, and you can play youtube videos, music, etc. It allows also a really nice feature called as tab sharing, it allows you to share your Google chrome tab to the TV. But it doesn’t allows you to share your whole screen, in […]

  • Executing tasks (functions) on specific dates in Node.js

    Sometimes you want to execute task after certain interval, I am not talking about executing a task after every 5 minutes, but after certain days; say every Monday at 5pm more like corn jobs. If you are looking for a library which allows you to execute arbitrary functions at specific dates, so you’re in luck […]

  • AngularJS + Underscore The ultimate web-development toolkit (2018)

    Before starting my latest web-development project I was looking for some robust javascript frameworks that I could use. I was familiar with AngularJS and I loved it, but it doesn’t have a lot of utility methods and I was looking for some solution to solve that problem. So, I thought about using UnderscoreJS, which is […]