Who Am I?

I do web development (front- and back-end) and sometimes games and interactive media. 

Preferred tools of the trade (but I love to learn new things):

  • Laravel
  • Angular 6/7
  • Ionic
  • Socket.io
  • Node.js
  • Vue
  • Unity
  • 2015-present: Independent Consultant
  • 2014-2015: Traveloka
  • 2013-2014: Surya University
  • 2012-2013: Isobar
  • 2010-2012: Leo Burnett/Arc Worldwide
  • 2009-2010: M.Eng, Digital Media and Game Technology, Bandung Institute of Technology (2009-2010)
  • 2003-2008: B.Eng, Computer Engineering, Bandung Institute of Technology

I Felt Like Writing These

Shell Script to Backup MySQL Database

This is the shell script code to dump and compress a single MySQL database. #!/bin/sh today=$(date +'%Y-%m-%d') mysqldump -v --single-transaction…


How to Quickly Start Laravel Dev

If you use php artisan serve for local development in Laravel and npm run watch to autocompile SCSS and JS,…


Follow Me