Hi!

My name is Dery, I’m a software engineer at Gojek. I intentionally create this website to documenting all of my career and life events. Along side with software engineering related article. Some articles are also written on medium.

Find me on Github, Linkedin, Twitter, Instagram, Goodreads

Software System Fundamentals

The book I’m currently reading is Designing Data Intensive Applications by Martin Kleppmann. During the first read, I found concise fundamentals we need to concern most when dealing with a high quality software system.
Read more →

Redis Cluster Migration Strategy

Last week I have a chance to perform Redis cluster migration. Our Redis cluster contains 6 high memory VMs. At peak, it has 800 request/second. In this article I would like to explain how we migrate Redis cluster with zero downtime as well as lesson learned I’ve gathered.
Read more →