Mazhar's Blog

Entrepreneur, Product Enthusiast, Tech Expert, Designer, Brander

  • MongoDB complex query in Node.JS

    01 July 2014

    As you guys already know that MongoDB isn’t suitable for complex queries. There are couple of ways to do it like Map-Reduce. But they will turn the whole application slow. So we can’t do that as we use MongoDB and Node.JS for couple of facilities and speed is one of them. So the best solution is to do it programmatically. Let’s see how to do it.

  • Upgrade NodeJS version on Mac

    03 June 2014

    Node.js

  • 10 possibilities you can take in 2014 as a developer

    26 May 2014

    Nixon, the amazing developer

  • Blend modes in CSS

    19 May 2014

    Before I’m gonna say anything I wanna tell you that CSS Background Blend Modes are now available in Chrome Canary and WebKit Nightly. So you need to use one of the supported browsers to see it in action.

  • CodeKit, boost your production

    11 May 2014

    alt I’ve seen an awesome software for Mac. And it’s CodeKit. Some of you may know about this from before as it’s version 2 of this software. But as I’m too impressed I’m gonna describe a little of it. And it’s not too costly, only $29 for this awesome app.

  • Working with Cocoapods

    04 May 2014

    First of all, what is Cocoapods!!

  • Backup system in Wiredtree

    19 April 2014

    wiredtree

  • OpenSSL vulnerability

    10 April 2014

    Recently there is a security bug found in OpenSSL which is present for 2 years and we were totally unaware of it.

  • How to Install and Uninstall nginx

    09 April 2014

    Install

    cd /usr/local/src
    wget http://nginxcp.com/nginxadmin2.3-stable.tar
    tar xf nginxadmin2.3-stable.tar
    cd publicnginx
    ./nginxinstaller install
    
  • Another HTML5 Boilerplate

    06 April 2014

    I’ve decided and made another HTML5 boilerplate based on HTML5 Boilerplate.

subscribe via RSS