News

kigster/sym: Sym is a command line utility and a Ruby API that makes it trivial to encrypt and decrypt sensitive data.
sym is an open source command line utility and Ruby API which makes it very easy to add reliable encryption and decryption of sensitive data to an application or a project written in any language.





Railway Oriented programming in Ruby: do notation vs dry-transaction
Railway oriented programming is a design pattern which helps ushandle errors in our applications. Instead of relying on exceptions,we design our data and functions in a specific way. Since applicationsare essentially just a combination of steps, w...

