Pindah Ke Firebase
- Categories:
- hosting
Sekian lama saya telah berencana untuk memindahkan hosting KAK Labs ke tempat yang baru karena saya merasa koneksi https dengan Cloudflare dan Surge kurang cepat.
Setelah riset dan mempelajari kesana dan kemari, saya memutuskan untuk berpindah ke Firebase. Selain gratis, juga diberikan fitur https. Sejauh ini saya merasa performance menjadi lebih baik.
Namun ada beberapa masalah yang saya hadapi:
- Firebase secara default tidak support URL tanpa extension dan tanpa slash di belakang. Misal: /mypath/subpath.
- Karena poin diatas tersebut, akibatnya saya harus melakukan perubahan format URL dari /mypath menjadi /mypath.html dimana hal ini cukup memakan waktu.
untuk mengatasi hal tersebut, Firebase menyediakan config cleanUrls dimana secara otomatis akan mengenali url tanpa extension.
Sejauh ini saya puas dengan performance Firebase. Informasi lebih lanjut mengenai bagaimana hosting dengan Firebase, dapat dibuka dokumentasi mengenai Firebase Hosting.
Recent Posts
How to Defend Against Brute-Force and DoS Attacks with Fail2ban, Nginx limit_req, and iptables
In this tutorial, I’ll explain how to protect your public-facing Linux server and Nginx web server from common threats, including brute-force and DoS attacks.
Is Getting AWS Solutions Architect Associate Certification Worth It?
If you are a full-time Software Engineer, there's no strong need to pursue this certification.
DevSecOps
My Notes about DevSecOps
AWS Secrets Manager
Explanation about AWS Secrets Manager with example code.
Envelope Encryption
Envelope encryption is the practice of encrypting plaintext data with a data key, and then encrypting the data key under another key.