Laravel Command Sheet

This is a Laravel commands board which are often used by me. I think it is good for aggregate some used command for quick searching. Function Command Install Laravel installer via Composer composer global require “laravel/installer” Create a project via Laravel installer laravel new [projectname] Create project via Composer composer create-project –prefer-dist laravel/laravel [projectname] Run local development server php artisan serve Run development server on … Continue reading Laravel Command Sheet

PHP Learning Roadmap – DAY 2 and 3

Hello, now I come back again. As I mentioned in the previous post, on the first day of learning PHP, I have completed 38 lectures. The good news is I keep my learning process moving forward to 79 lectures on the second day.  This is a good performance for me. Now I write this post for trailing my study roadmap as well as noting some tips or … Continue reading PHP Learning Roadmap – DAY 2 and 3

[PHP] Composer Installation Guidline

Composer is a dependency manager for PHP. Composer will manage the dependencies you require on a project by project basis. This means Composer will pull in all the required libraries, dependencies and manage them all in one place. Composer is used in PHP as Maven in Java. If you intend to use some power MVC frameworks in your PHP project such as Zend, Symfony, or Laravel, there are many conveniences after … Continue reading [PHP] Composer Installation Guidline

PHP Learning Roadmap – DAY 1

Today, I start the first step in the PHP learning process. According to the discussion with my company, I will be tested my programming skill through using PHP for modifying their existing program. Honestly, I have learned PHP since I was a college student, 5 years ago, and I was at a basic level at that time. Although I was assigned many practices, those do not … Continue reading PHP Learning Roadmap – DAY 1

Goal setting 2017

I start my second academic year by setting my goal in 2017. Goals: 1/ Complete master thesis 2/ Improve English skill 3/ Get IELTS 6.5 4/ Public 1-2 papers. 5/ Learn new programming language (web or mobile) 6/ Improve java language programming skill and upgrade to senior developer 7/ Learn Japanese 8/ Get an internship in Japanese company “work hard in silence and let your success … Continue reading Goal setting 2017

The end is not the end

Yesterday is the graduation day of my school (JAIST). It really a nice day for my seniors to get their graduated certificate. I can see the satisfaction on their face. Someone will be continuing their PhD degree, but someone will find a job in Japan and start their ‘busy’ life. Although their future-goal is different, they are really happy when getting the achievements for their efforts after … Continue reading The end is not the end

Conference trip to the Netherlands

After 8 months I went to Japan, I have submitted my first research result to the International Conference – GALA (Games and Learning Alliance). Fortunately, my research was high evaluated so that I had a chance to present my research to many international researchers in Netherland. This achievement is the worth result of a lot of effort of mine in the research under the supervision … Continue reading Conference trip to the Netherlands