Published inCODIUM·Nov 17, 2018CODIUM Just Checked An Item off My Bucket ListAs long as I remember, I always want to go to Japan. From every story I heard, how nice the Japanese are and how clean the city is, made me hoping that someday I could travel to Japan and see it with my own eyes. Then the day come when…Japan4 min readJapan4 min read
Published inCODIUM·Aug 18, 2018Building Django Docker Image with AlpineThis article is intention to explain why you should build your docker image with Alpine Linux. So, what is Alpine Linux? Alpine Linux is a Linux distribution, and it’s primary designed for “power user who appreciate security, simplicity and resource efficiency”. https://en.wikipedia.org/wiki/Alpine_Linux In short, Alpine Linux is just like other Linux distribution such as Ubuntu…Docker3 min readDocker3 min read
Mar 10, 2017Django — Why I choose exclude over fieldsIf you are developing your website with Django you must be familiar with exclude and fields. Before going and say which one is better, let see the example code: class Person(models.Model): first_name = models.CharField() last_name = models.CharField() created_at = models.DateTime() updated_at = models.DateTime() # Example with REST Serializer # Used…Django2 min readDjango2 min read
Oct 24, 2016Docker, is it worth for development phase?Don’t get me wrong, I’m not Docker denier, but the title question is sincerely asking for help. So, our company has start adopting Docker to our existed project. Most of our project are using Python with Django for the backend side and Angular for front-end side (some page that really…Docker2 min readDocker2 min read