How to use instance_eval
and patterns such as registries and proxies
to create a beautiful DSL in Ruby.
Buy, prepare, and deploy an SSL certificate from DNSimple for your Heroku app.
Observe our process launching an early-stage startup’s web application.
Walk through a refactoring of Ruby on Rails test code
and observe lessons in Rails idioms,
setting up only necessary test data,
and extracting methods.
Learn how Go can be used to keep open network connections and broadcast messages over the web.
Regular expressions are a core skill for developers in any language. Revisit the basics with us to master this foundational technique.
Straightforward advice for those getting started.
Split your spec_helper.rb
file into a
minimal spec_helper.rb
file and a rails_helper.rb
file
to load only the necessary dependencies in a spec.
This is now the default in Rails.
A programming language with a type system can help you
design abstractions and avoid mistakes.
How to set up and style a Middleman static site with the Bourbon Sass suite.