Welcome! I'm still working on this site, but feel free to browse some of my past work. You can also visit my LinkedIn and Twitter from the respective links.
Aryaの店
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):
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…
If you use php artisan serve for local development in Laravel and npm run watch to autocompile SCSS and JS,…