Software

WordPress from PHP to HHVM

This blog was using nginx+php5.5+mysql and I’ve been reading about hhvm and it`s 100% compability with WordPress. So it’s worth to test. OK, what I was doing is basically installing hhvm using this guide sudo apt-get install software-properties-common sudo apt-key add –recv-keys –keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449 sudo add-apt-repository ‘deb http://dl.hhvm.com/ubuntu trusty main’ sudo apt-get update sudo apt-get install hhvm Since hhvm is also fastcgi compatible, all I do is changing my

Few Things I Wish I Learn When I Still A Newbie Software Developer

Some – I learned In a hard way since I am occasionally doing few listed on this list, some of it are from observing others for these past 8 years.