This note is what I learnt from Storytelling course in Lynda.com
Sử dụng Frontend Boilerplate cho việc cắt HTML Layout
Khi cắt HTML Layout từ PSD, bạn sẽ đối mặt với việc bên Design hoặc khách hàng thường xuyên yêu cầu thay đổi giao diện, thiết kế. Điều này gây ra không ít phiền nhiễu và tốn thời gian nếu cứ cập nhật hàng tá giao diện nếu sự thay đổi ảnh hưởng đến những phần layout chính (header, footer, sidebar).
#TIL : Stats your top-10 frequently commands
#TIL : Stats your top-10 frequently commands
I learned on 2016-03-26 about bash, command-line, sysadmin
#TIL : Bash shell shortcuts
I learned on 2016-03-26 about bash, shell, shortcuts, sysadmin
Set up PHP 7 development environment
PHP 7 has been released few months ago with many features and improvements about syntax and speed. This article helps you setup a dev environment using Vagrant
Read Input Data From USB Devices in Linux
You just bought a new input device like barcode scanner, proximity card reader with USB port. And you want expose only its data to file or send to server for processing ?
Backup and Restore ElasticSearch databases using Docker
One day, your ElasticSearch data is large and you have to move all data to another nodes or you just want backup the data file to somewhere.
#TIL : F-cking stupid limit of input vars
#TIL : F-cking stupid limit of input vars
I learned on 2016-03-08 about input, php, post-data
#TIL : Commands
I learned on 2015-12-30 about bash, command-line, sysadmin
PHP 5.6 vs PHP 7RC8 - Benchmarking using Docker
New version of PHP, PHP7 has been released yesterday after 11 years of PHP5. I am very excited with it, so I made a benchmark to compare the performance of 2 versions.
#TIL : Run built-in server via Docker
#TIL : Run built-in server via Docker
I learned on 2015-12-04 about cli-server, docker, php