• Stay. At. Home.

    Stay. At. Home.

    Via : http://www.commitstrip.com/en/2020/03/19/stay-at-home/

  • Monitoring servers using Prometheus, Node Exporter and Grafana on Ubuntu 18.04

  • Quote Love Code

    “Falling in love with code means falling in love with problem solving and being a part of a forever ongoing conversation.” ~ Kathryn Barrett

  • Working from Barista @ Seasons Mall

    Working from Barista @ Seasons Mall
  • Speed Test results on Cloudrino Server

    Recently I moved a few sites to Cloudrino to test it out in terms of performance, but it turned out that somehow I was not allocated the network I/O as advertised, but after contacting support, things went well. Though I ran speedtest across multiple servers to find out if there’s still an issue, listed below […]

  • Android 5.1.1 on Samsung Galaxy S3 i9300 International Edition

    Once I got my hands on OnePlus Two running Android 5.1.1, I couldn’t resist myself from trying to get it on my older phone, i.e. Samsung Galaxy S3 (i9300).

  • Me, my code, and I

    Via – http://goo.gl/63Tf0U

  • Quote-eval

    If eval() is the answer, you’re almost certainly asking the wrong question ~ Rasmus Lerdorf, The creator of PHP.

  • Issues with Slack? Use IRC instead

    Slack, even though quite useful, usually keep having problems of its own. Sometimes you can’t even open the app. Also it consumes a lot of CPU resources draining down the battery to say the least, but not anymore. They already are providing way to use custom gateways, jabber(XMPP) and IRC.

  • Page specific templates for Custom Post Types

    By default WordPress allows us to use page specific templates by having files like page-contact.php (page slug specific) page-10.php (page ID specific) but when it comes to custom post types, we’re left with no option but to use same template for all the custom posts of that custom post type.