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 2.0 (not latest one 2.7.2) and also when using JIT.… 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 2.0 (not latest one 2.7.2) and also when using JIT.… 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, lockbox The problem for application level encryption is tend difficult… 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 from Pawel urbanek about message encryptor. For this example each… 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. It can be combine with mapreduce and have machine learning… Streaming json data to Big Query using Rails 6