Content posted here with the permission of the author PJ Hagerty, who is Developer, writer, speaker, musician, and Developer Advocate. He is known to travel the world speaking about programming and the way people think and interact. You and your partners have come up with a brilliant idea. You are ready to disrupt an industry … Continue reading 5 Reasons Ruby is the Go To Choice for Startups
Tag: ruby
Rails: Special Use Cases Of MD5
What is MD5? The MD5 is a hashing algorithm. It is a one-way cryptographic function. It accepts a message of any length as input and returns the fixed-length digest value. There are various use-cases of MD5. I have listed few of them below. Use-case 1: Single Uniqueness Validation For Multiple Attributes. Have you ever stuck … Continue reading Rails: Special Use Cases Of MD5
Moving from EventMachine to Async
In The Beginning A little over 13 years ago, I had been working as a freelance developer for over five years, primarily writing and hosting Ruby based web sites and applications for a variety of commercial interests, from mutual funds to construction to education. I had designed and built a reliable system architecture for deploying … Continue reading Moving from EventMachine to Async