Using Ruby 3 in Rails 6
And how much performance increase Ruby 3 has been released on 25 December 2020, and increase speed performance almost 3 times when compare with Ruby… Read More »Using Ruby 3 in Rails 6
And how much performance increase Ruby 3 has been released on 25 December 2020, and increase speed performance almost 3 times when compare with Ruby… Read More »Using Ruby 3 in Rails 6
Secure your Personally Identifiable Information without sacrifice speed query In Ruby on Rails there is some application level encryption like MessageEncryptor, gemfile such as attr_encrypted,… Read More »How to implement Postgre PgCrypto and migrate data to encrypted on Ruby on Rails
How we secure sensitive data using Rails MessageEncryptor, from plain attributes to secured one. This article combined from store salt beside hashed attributes and article… Read More »Encrypt decrypt Rails attribute using MessageEncryptor
How to stream data using job and test it using RSpec. Bigquery is SAAS using REST api to managed data warehouse which provided by google.… Read More »Streaming json data to Big Query using Rails 6