Explore >> Select a destination


You are here

www.railstips.org
| | suchdevblog.com
4.3 parsecs away

Travel
| | Much Ruby, Eigenvery, so singleton.
| | railstips.org
0.5 parsecs away

Travel
| |
| | yehudakatz.com
4.6 parsecs away

Travel
| | After writing my last post on Rails plugin idioms, I realized that Ruby metaprogramming, at its core, is actually quite simple. It comes down to the fact that all Ruby code is executed code--there is no separate compile or runtime phase. In Ruby, every line of code is executed against
| | www.softdevtube.com
135.1 parsecs away

Travel
| The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a