Rails 5 Dirilis
- Last modified atSetelah lama ditunggu, akhirnya Rails 5 dirilis tepat beberapa hari menjelang lebaran. Selain Rails 5 menghadirkan fitur - fitur baru dan Turbolinks 5, ada juga video tutorial baru dasar - dasar Ruby on Rails 5 untuk membuat blog.
Namun harap diperhatikan juga bahwa Rails 5 hanya support Ruby versi 2.2.2 keatas dan dengan rilisnya versi 5, versi 4.1.x kebawah tidak lagi didukung.
Happy building!
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.