base 64 enocde/decode
require 'base64' puts Base64.decode64("aG1hYw==").chomp => hmac puts Base64.encode64("hmac").chomp => aG1hYw==
Chronicling my journey and discoveries in cutting-edge software development. Here, I share practical knowledge and solutions, focusing on Ruby on Rails, Node.js, and JavaScript, alongside explorations into Kubernetes, distributed systems, and latest web technologies.