WRITING INDEX · 23 ENTRIES
Articles
Practical notes on frontend engineering, application architecture, and the tools used to ship reliable software.
- Game
- Hobby
- Programming
- Server

Hello World Go(Lang)
Go, also commonly referred to as golang, is a programming language developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson, and it…
Upgrade All Python PIP Packages
When you have many python package in your project, its obviously lazy to when trying to update all package one by one, so i need to find a way going t…

Menambahkan User dan Memberikan Akses User di Mongodb
Setelah seblumnya kita telah membahas bagimana cara install mongodb, kali ini kita akan mencoba bagaimana cara membuat user admin di MongoDB dan membe…
Cara "Rooting" Samsung Galaxy S3 GT -I9300
Banyak yang bertanya apa sih yang dimaksud root / rooting dalam smartphone android itu?. Root adalah user account di Linux (Android dikembangkan berba…

Django with Nginx, Gunicorn and Supervisor
Since i am new in django world, i don't know the best configuration for django with nginx, when i'm searching about i found out django can running in …

Apache SOLR Random Sort Order
Random Sort Order Apache SOLR adalah salah satu cara untuk menghasilkan result random di apache solr seperti halnya "order by rand()" di MySQL adalah …