Postingan

Menampilkan postingan dari November, 2018

Pertama kali tinggal di Apartement 😆

Gambar

Hell of a PHP Errors

ini_set('error_reporting', E_ALL); ini_set('display_errors', true); set_error_handler(function($errno, $errstr, $errfile, $errline) { throw new \ErrorException($errstr, 0, $errno, $errfile, $errline); }); script diatas digunakan menampilkan dosa-dosa pada sourcecode PHP anda. sebelum dosa dibersihkan, aplikasi anda tidak akan bisa berjalan. (Syarat PHP versi 5.1.0 keatas)

Cara menampilkan riwayat Git berdasarkan commits hash/author/date

git log --pretty=format:"%H | %cn <%ce> | %cd" git log --pretty=format:"%H | %cn <%ce> | %cd" --date=iso git log --pretty=format:"%H | %cn <%ce> | %cd" --date=iso8601 git log --pretty=format:"%H | %cn <%ce> | %cd" --date=short referensi https://git-scm.com/docs/git-log

Single source of truth & Orthogonal data

both pretty much related in a way. https://en.wikipedia.org/wiki/Orthogonality https://datatables.net/manual/data/orthogonal-data https://en.wikipedia.org/wiki/Single_source_of_truth