Cracking the Box Open with Module Factories
Metaprogramming is one of Ruby’s most powerful, intriguing and hard-to-grasp features. Ruby has a deep kind of truth that I could not yet find in any language, similar to the…
Go Full Stack Rails — The Frontend Part 3
Although not mandatory, you can catch up with previous episodes if you haven’t already: The Backend Part 1: Working on the backend, exploring requirements and building a Rails controller to…
Go Full Stack Rails — The Frontend Part 2
Welcome! Each part of this blog post series drills down into a bunch of pertinent details, aiming to form the big picture of a clean, maintainable and well-tested full-stack application…
Go Full Stack Rails: The Frontend Part 1
In “The Backend” part 1 and part 2, we mediated on the design of an endpoint to serve timeline tweets to a frontend client. In this post, we will resume…
Go Full Stack Rails: The Backend Part 2
Welcome! This series of blog posts is an endeavor where I walk the reader through building a real, albeit small full-stack application with Rails and ES6. There are no cute…