What is memcached ? Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Memcached is…
How to Install Nvidia Driver in Ubuntu 18.04
In this article, I will share my experience to install NVIDIA driver on Linux OS (Ubuntu 18.04). I have been through some problem when try install or upgrade the NVIDIA driver. Before we…
Django + Celery – Send email to admin when error occurs
In this case, I have a Django project which using celery to handle asynchronous task queue/job queue. Since we must not set DEBUG on production side, to notice admin whenever error occurs is…
Guess The Secret Code – Python Mini Game
Python mini game, tebak kode. Dimana game akan berakhir bila pemain berhasil menebak kombinasi tiga angka yang tepat.
Django URL Parameters
Issue : Aku ingin request GET dari Django mendapatkan beberapa variabel yang didapatkan dari URL parameter. Contoh kasus, ada sebuah url : localhost:8000/makan/nasigoreng/3/ , dalam URL tersebut terdapat 3 parameter yang bisa kita…