[EN] Set Up Amazon ECR Pull-Through Cache for Docker HubThe Problem The developers are actively build and test their projects. There are dozens of projects that can be built in a day. This sometimes causes the disk of the CI/CD system (e.g., Jenkins, self-Apr 22, 2026·4 min read
[EN] Be careful before applying immediate modifications in AWS RDStl;dr "Apply Immediately" applies everything in the pending modifications queue, not just your change. Always check pending modifications and maintenance tabs first. Don't accidentally trigger a db-upgrade unless you're ready for downtime. What ...May 20, 2025·3 min read·38
[ID] GCP Associate Cloud Engineer - Planning and configuring a cloud solution💡 Baca official exam guide di sini. Catatan ini adalah rangkuman dari buku dan official documentation dari Google. Jika ada saran atau koreksi, langsung comment aja ya. GCP Cloud Services Compute 💡 Objective: Paham bedanya Compute Engine, Kubern...May 19, 2025·6 min read·27
[EN] Building a secure container imageTo ensure the security of an application, not only we have to keep the code safe but also keep them safe when storing and distributing it. I learned some of the best practices to do that and I’ll share them here. This Dockerfile Works... But Should Y...May 9, 2025·4 min read·8
[EN] On-line storage resizing in cloud instancesLet’s say you’re using VMs in AWS, GCP, or any other cloud provider and running out of disk storage. Normally you can stop the instance, increase the storage, and then start it again to resize the disk. But that would cause a downtime. In my experien...May 9, 2025·2 min read·7
[EN] Create, mount, and make persistent a new ext4 filesystem on a new diskWhen managing a Linux server, sometimes you need to add new partitions, e.g, directory to store your backup in a separate physical disk, or new place to put your files. In this article, I’ll create a new ext4 partition with the mkfs.ext4 command. Pre...May 8, 2025·2 min read·25