Java 9 officially released
After long time waiting, Java 9 has been finally released today, and developers can give a try via download page at Oracle Java Downloads.
This...
Take website screenshot with Google Puppeteer
With the support of headless in Chrome, developers now can perform automation tasks much easier, and that includes taking screenshot for a web page...
Transfer file to remote server through SSH using PHP
PHP is a really good scripting language to do some handy tasks, in this case, to transfer files to remote servers via SSH.
In order...
Export and package git project
Here some tips on exporting a Git project. The command we will use is `git-archive`.
To export all files in a branch and packaging as...
Laravel 5.5 LTS officially released
After long time waiting, Laravel 5.5 LTS has officially released today.
This release contains many features and updates to the framework, for example:
Exception Rendering
Instead of...