Posts

Showing posts with the label mysql

Ex Machina (2015) 's Review

Image
From the beginning of this film, which is how humans can't be escaped from the name of Technology. Yes, modern humans today certainly can't be escaped from laptops, smartphones, and other things related to technology. In this film where a boss named Nathan intends to create an interface that can help people make their work easier. We all know if making an interface is not easy. In this case, the computer and its equipment must be designed in accordance with the desired needs and can help humans in their daily work (according to specific tasks given). If we talk about interfaces, it will offend the User Interface. User Interface here is more than what humans can see, touch or hear. The user interface includes concepts, user needs to know computer systems, and must be integrated into the entire system. The user interface isn't enough to just look 'good' but must be able to support tasks done by humans and has made to avoid minor mistakes. In this film, it c...

Instalasi Laravel 5.2

Image
INSTALASI  LARAVEL 5.2 1. Kebutuhan Sistem     Untuk menggunakan Laravel 5.2, komputer/server yang kita gunakan setidaknya harus menjalankan PHP dengan spesifikasi minimum sebagai berikut :      PHP >= 5.5.9      OpenSSL PHP Extension      PDO PHP Extension      Mbstring PHP Extension      Tokenizer PHP Extension       Saya menggunakan WampServer 2.5. Dengan demikian, semua spesifikasi minimum yang dibutuhkan untuk menjalankan Laravel 5.2 sudah terpenuhi. Kalau server yang anda gunakan belum memenuhi spesifikasi minimum yang sudah ditentukan, saya sarankan anda untuk segera mengupgradenya. Laravel tidak akan berjalan dengan baik pada komputer/server yang tidak memenuhi kebutuhan minimumnya.        Jika anda tidak memakai WampServer, misalnya anda lebih suka menggunakan XAMPP, atau bahkan menginstall manual masing-masing item server (Apache,...