4 Books For Intermediate Ruby And Rails Developers
Through my Ruby and Rails journey, I’ve discovered a few excellent Ruby books that I’d like to share with fellow Rubyists. The authors of these books…
Through my Ruby and Rails journey, I’ve discovered a few excellent Ruby books that I’d like to share with fellow Rubyists. The authors of these books…
Rails’ ActionCable is excellent for building realtime features in applications. However, in some realtime communication applications, ActionCable is j…
TLDR: A vessel called Mimemagic run aground, blocking a vital trade route and halting traffic for all others and forcing a reroute for some for six da…
You may have implemented authentication in one of your apps, either directly with Rails’s has_secure_password or indirectly through a gem like Devise.…
Ruby’s dynamism is awe-inspiring. One of the methods that contribute to this is method_missing. method_missing is defined in BasicObject. method_missi…
I was looking at some answers on StackOverflow for the difference between Ruby’s self.method_name and class << self. I wasn’t satisfied with the…
The Virus I had read a lot about plagues and pandemics years back wondering how and why these viruses spring up, wreak havoc and then just vanish int…
Wait, what?!”. “Aaah! I get it!”. “WTF?!?”. “I don’t get this. -Me These were my thoughts when I was reading Elixir’s Getting Started Guide some year…