Here's my new tutorial I would like to share with you all is Setting up PHP Unit Testing For WordPress Plugins and Laravel. What is Unit Testing and PHPUnit? PHPUnit is a framework independent library for unit testing PHP. Unit testing is a method by which small units of code are tested against expected results. Unit Testing... Continue Reading →
Palindromes: in different Programming Languages
One of the common questions I get is "What programming language should I learn?" "What programming language is in demand right now?" What I can say is that no matter what programming language you learn, you need to commit to always learning and keeping up with new techniques. So in today's post, I use different... Continue Reading →
8 reasons why you should attend the PHP Conference Asia 2016
Last year's PHP Conference Asia was terrific! There were 230 PHP developers & professionals from across Asia with 23 international and regional speaker. However, it has pros and cons but it mostly what I expected - Fun, very geeky, highlights about PHP 7, food was great, able to learn new stuff from the speakers and met... Continue Reading →
Adding CakePhp to your Mac OS System
Okay, I've been a mac user for years now not until last April where I sell my MacBook white and go back to windows - and its not pleasant for me! But just today I just bought my Macbook Pro 15 inch i7 16GB and 256 GB RAM Hooray! Enough with the show-off thing. Then... Continue Reading →
Ma.tt and the future of WordPress
Seeing Matt again for second time since 5 years ago at Word Camp Davao 2008 was so cool and the future of WordPress is the most game changing in the world wide web. Thanks to Singapore PHP User Group for inviting Matt in Singapore for the Matt Mullenweg live in Singapore #mattinsg and to Microsoft Singapore for... Continue Reading →
SYMFONY + NGINX
Do you having problems installing Symfony on your nginx server? You want to have a frontend page and backend page using this framework? I'm considering you're already familiar with symfony Okay so let's start!! =) so index.php = FRONTEND and admin.php = BACKEND just edit your nginx configuration for your http://www.website.com type: cd /etc/nginx/sites-enabled then... Continue Reading →