Understanding the Polymarket Data API with Ruby
If you've been curious about prediction markets, Polymarket is hard to ignore. It's become one of the most talked-about platforms for betting…
Yup! I also host The Rails Changelog Podcast and write This Week In Rails, the official Rails newsletter, created RailsERD.com. Check out my Rails content on YouTube!
If you've been curious about prediction markets, Polymarket is hard to ignore. It's become one of the most talked-about platforms for betting…
A lot of the time I wish could keep myself up-to-date on Ruby and Rails development through other means other than text. An audio medium for deliveri…
Rails 7.1 is packed with features! In this blog post series, I highlight some of the interesting ones.
A while back I purchased a mechanical keyboard, the ErgoDox EZ but made the mistake of not fully understanding what I was getting into. I was drawn in…
Rails 7.1 is packed with features! In this blog post series, I highlight some of the interesting ones.
Here are links to the other parts of the series: * An Overview Of Ruby on Rails 7.1 Features. Part II * An Overview Of Ruby on Rails 7.1 Features.…
* Understanding instance_eval * instance_eval on an arbitrary object * instance_eval Can Access Private Methods * Calling instance_eval…
What is RSpec? RSpec is a domain-specific language testing tool written in Ruby to test Ruby code. It is a behavior-driven development framework, use…