Skip to content
Rezha Julio

Rezha Julio

Data Engineer • Jakarta, Indonesia

rezha@jakarta:~$ abusing computers for fun & profit

extract transform load

Data Engineer with 11+ years of experience building large-scale data pipelines, streaming systems, and data platforms at companies like Gojek and Traveloka — processing petabytes of data daily. I tinker with Python, DevOps, and open-source projects, and co-organize PyCon Indonesia and PythonID meetups.

Recent Projects

Recent Posts

  • Upgrading four PostgreSQL instances to 18.2 in Docker

    6 min read postgresql

    I upgraded Miniflux, Invidious, a Django app, and Mastodon from PostgreSQL 15/17 to 18.2. Every single one broke in a different way.

  • 4 Root Causes Hiding Behind One Airflow Error

    6 min read airflow

    A debugging session that started with one Airflow error and uncovered four cascading failures across Docker images, Kubernetes caching, namespace boundaries, and Python string iteration.

  • Chasing a Transitive Dependency Vulnerability

    3 min read security

    How a vulnerability in fast-xml-parser affected my blog through @astrojs/rss, and why transitive dependencies are quietly terrifying.

  • Managing DNS as Code with DNSControl

    9 min read dns

    How I stopped editing DNS records in web UIs and started versioning them in Git. Includes fixing Porkbun provider quirks and handling ACME challenges.