Building DSL with Ruby
DSL’s around youBefore diving into the technical aspects of building DSL in Ruby, let’s explore more examples for domain-specific languages […]
DSL’s around youBefore diving into the technical aspects of building DSL in Ruby, let’s explore more examples for domain-specific languages […]
Bootstrapping a Rails application can be a tedious task. It requires several steps, such as generating a Rails skeleton, creating […]
Have you ever came across a code that verifies a lot of conditions to allow for some action? In normal […]