Date archives "July 2025"

Choosing Between n and nvm, The Best Node.js Version Manager for You

When working with Node.js, managing different versions efficiently is essential. Whether you’re running apps on servers or juggling multiple projects locally, a version manager simplifies your workflow. Two of the most popular tools for this job are n and nvm. Each has its strengths, and choosing the right one depends on your environment and use… Continue reading

When Object Storage Lies, Uncovering Hidden Bloat in Linode and DigitalOcean S3 Buckets

If you’re using Linode’s Object Storage, DigitalOcean Spaces, or any S3-compatible service, you might run into a puzzling situation, your dashboard shows gigabytes or terabytes of usage, yet when you inspect your files manually or compress your data with tar.gz, the size seems totally reasonable What gives? Recently, I encountered this phenomenon while managing a… Continue reading

Alumni Gonzaga Terkenal, Tersohor, tetapi Hidup Tetap Harus Nyicil

Kalau kamu pernah dengar nama Gonzaga dan langsung terbayang anak-anak SMA Jaksel yang pinter ngomong, jago main basket, atau bisa debat sambil ngopi di Filosofi Kopi, ya… kamu nggak salah. Kolese Gonzaga memang punya reputasi sebagai sekolah Katolik Jesuit yang melahirkan banyak tokoh keren, meski sebenarnya, dulunya dia “cuma” cabang. Iya, sebelum jadi sekolah sendiri… Continue reading

Migrating from Nginx to Apache2 on Debian 12, Understanding sites-available and sites-enabled

If you’re used to working with Nginx on Debian 12, you’ve likely mastered the sites-available and sites-enabled directory structure to manage virtual hosts. Interestingly, Apache2 adopts the same concept , just with a few differences in how things are enabled and maintained. This article walks through setting up Apache2 and draws parallels to the Nginx… Continue reading