blog.kuda.devEncrypting ActiveRecords with Lockbox in Rails 6.1Before I dive in, I will give you a bit of context. I am currently working on an application that uses the Stellar blockchain behind the scenes to open up access to capital to farmers in developing countries like Zimbabwe. The purpose of the blockch...Jul 8, 2021·4 min read
blog.kuda.devMaking Hotwire play nice with ViewComponentHave you ever wondered if you could use hotwire with view_component instead of partials. If you have, maybe tried and failed, welcome here. By default hotwire is made to work with partials, which is the built in way to extract 'components' in the con...May 10, 2021·4 min read
blog.kuda.devDifference between break and return in rubyWhat did I learn today 🤔 I learned the difference between break and return keywords in ruby. Details please return exits from the entire function. break exits from the innermost loop. Thus, in a function like so: def testing(target, method) (0..10...Oct 7, 2019
blog.kuda.devThe day HashNode cured my CMS Hopping SyndromeHave you ever spent an entire day just struggling to choose which blogging platform to go with? Medium, Ghost, WordPress, Dev, you name it. Say you chose WordPress, how many hours have you burned just digging around for the perfect theme? This was me...Aug 18, 2019