Halo 馃憢

Selamat datang di blog saya. Blog ini berisi tulisan saya tentang beragam hal. Gunakan fitur pencarian agar lebih mudah dalam pencarian tulisan. Semoga bermanfaat.

Cache Terraform Provider Plugins

Overview Terraform required provider plugin to be able to work and communicate with the cloud providers. But, do you know that by default it will download and cache it in the current directory of the Terraform configs? This behaviour will be painful to your Internet quota since it will download same binary in every Terraform config directories. This post will give you information on how to set the plugin cache directory....

February 27, 2024 路 2 min 路 272 words 路 Me

Bootstrapping ArgoCD With Terraform

Overview Kubernetes has lot of flexibility and features. But, in order to make use of it to the full potential, it requires us to install some essentials tools in it. One of the example of the most used tools in industry right now is ArgoCD. ArgoCD allows us to manage the applications inside the Kubernetes cluster. This post written to help you on how to bootstrapping the Kubernetes cluster. What is Bootstrapping?...

February 27, 2024 路 4 min 路 831 words 路 Me

Use Terraform to Deploy Hugo to Vercel

Overview As I mentioned in previous post, Terraform has Vercel provider. With this, we can configure our Vercel project through Terraform. This post will show you how to do that. Before that, here is some reasons on using Terraform to deploy Vercel. Vercel has web UI and CLI. Web UI requires me navigate through the web interface. I鈥檓 not a fan of it, not efficient CLI is relatively simple. It requires me to install the CLI tools....

February 26, 2024 路 2 min 路 379 words 路 Me

Deploy Hugo to Vercel

Overview Hugo is one of popular static site generator out there. There are some options to deploy Hugo such as manually using VM, netlify, or using Vercel. This post will give you information on how to deploy Hugo to Vercel. Hugo requires theme and layouts to be able to work. There are some ways to use install a theme and most of the common way are using git submodule. Why Vercel?...

February 26, 2024 路 3 min 路 492 words 路 Me

Tujuh Tahun Menjadi Engineer

2016 adalah tahun saya lulus Sarjana Komputer (Teknik Informatika). Berarti sudah sekitar tujuh tahun secara resmi saya berkarir sebagai seorang engineer. Jika dihitung dengan masa freelance, berarti sudah sekitar 10 tahun sebagai engineer. Saya masih ingat betul saat pertama jungkir balik dari role satu ke role yang lain. Dimulai pada masa awal menjadi software engineer, lalu system administrator, sempat freelance diranah security engineer dan data engineer dan juga IoT engineer, hingga akhirnya sekarang seringkali berperan sebagai tech lead dan infrastructure engineer (Cloud Infra, DevOps, Site Infra, you name it)....

January 30, 2023 路 4 min 路 653 words 路 Me