Rezha Julio
Data Engineer • Jakarta, Indonesia
rezha@jakarta:~$ abusing computers for fun & profit▍
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
-
PythonID Bot
A comprehensive Telegram bot for managing group members with profile verification, captcha challenges, and anti-spam protection.
Python Telegram Bot -
Solar System Explorer
An interactive 3D orrery simulation of the solar system with real-time planetary orbits and multilingual support.
Three.js JavaScript WebGL -
AI Councils
A multi-agent deliberation platform where five AI counselors with distinct perspectives collaborate to analyze complex problems.
AI Multi-Agent Web -
Rezha Tab Organizer
A browser extension to keep your tabs organized and your sanity intact.
JavaScript Web Extension
Featured
-
Stop Using innerHTML: The New Firefox Feature That Kills XSS
5 min read webdevFirefox 148 just shipped the new Sanitizer API with setHTML(). Here's why you should stop using innerHTML today.
-
Next Level Coding with Amp: Planning Before Prompting
6 min read aiMy experience using Amp, the frontier coding agent. It rewards structured planning and works best as a 'second brain' in your terminal.
-
How I Built My Own AI News Anchor (Tech Watch)
4 min read automationI stopped doomscrolling and let an AI agent curate my tech news. Here's how I automated my information diet with OpenClaw and Node.js.
-
Building a Telegram bot to babysit 24,000 developers
6 min read pythonHow I built PythonID-bot to manage the Indonesian Python community on Telegram.
-
Why "Dumb" Agents Are Winning: The Case for Shell-First AI
5 min read ai-agentsSmart agents are great, but simple ones actually ship code. Why tools like Pi and OpenClaw beat complex LSP-based assistants.
-
Reducing OpenClaw Heartbeat Token Usage
4 min read openclawRunning an AI agent 24/7 sounds cool until you see the token bill. Here's how to cut your heartbeat costs.
Recent Posts
-
Bell Curve Promotions Are Broken
7 min read careerForced ranking systems pit teammates against each other and reward politics over performance. The math doesn't even work.
-
The Skeptic Who Got Benchmaxxed: What Actually Changed About AI Coding Agents
11 min read ai-agentsI used to dismiss AI coding agents as expensive autocomplete. Then Opus 4.5 dropped, and a data scientist started shipping Rust crates that beat numpy. A breakdown of Max Woolf's journey and why the AGENTS.md file might be the most underrated tool in the stack.
-
How to lock yourself out of SSH with a single scp command
2 min read linuxOne scp command to copy some files, and suddenly you can't SSH into your own server anymore.
-
Compound Engineering
6 min read engineeringMost codebases rot over time. Compound engineering is the idea that every unit of work should make the next one easier, not harder.