Format Rupiah di Ruby
- Last modified atTidak seperti saat menggunakan Ruby on Rails, cara membuat format rupiah dengan Ruby tanpa framework Ruby on Rails boleh dibilang sedikit manual
Format Rupiah di Ruby
Format Rupiah di Ruby on Rails
Jika menggunakan Ruby on Rails, format mata uang lebih mudah karena Rails menyediakan helper method yang bernama number_to_currency.
Artikel lain mengenai operasi tanggal di Ruby bisa dilihat di Date Operation in Ruby.
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.