“Defrag” MongoDB dengan Compact

Compact ini merupakan command bawaan mongo yang berfungsi mirip dengan defrag disk. Compact ini akan rewrites and defrag semua data dan index di collection. Tentu saja dengan menjalankan compact ini akan membuat free space di hard drive.
2 minutes to read
ipang

Docker Using S3 As Volume

You don’t need to use s3fs or other tools to mount S3 in folder, then mount it as volume in docker. Now, you can use S3 in docker as volume with rclone docker plugin
2 minutes to read
ipang

List Laravel Problem With The Solution

Laravel maybe was a most popular PHP web framework. Even when some people says PHP was die, Laravel will still going strong out there. In this tutorial, I list some Laravel problem with it solution. It all cames from my experience when I’m deploy Laravel, so I think it will be helpful if I make resume of it in one page only.
7 minutes to read
ipang