Hi!

I’m Dery, a software engineer at Gojek.

I created this website as a place to document my journey — both in career and life. I write about things I learn, build, and think about, with a particular focus on software engineering, while occasionally writing about other things that interest me.

Some of my articles are also published on Medium.

You can find me on GitHub, LinkedIn, Twitter, Instagram, and Goodreads.

July Vim Setup

I’ve been using vim as my default IDE for about a year. Until now I’m still improving the vim configuration so that I could do the task even more effective. Now after nvim launch version 0.5.0 which support native LSP client, I immediately tried this feature. Yeps, there’re no significant difference when I use LanguageClient-neovim, but since version 0.5.0 has built in feature for LSP client, I would preferably use the built in one.
Read more →

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 →