↧
Structuring Javascript with Marionette Modules
Building rich interactive user interfaces is hard. They are hard because those interactions introduce a lot of complexity and the nature of a UI means that everything has a tendency to get coupled to...
View ArticleBuilding Rich Domain Models in Rails. Separating Persistence.
Abstract Domain model is an effective tool for software development. It can be used to express really complex business logic, and to verify and validate the understanding of the domain among...
View ArticleUsing JavaScript to Rescue Legacy Rails Applications
Abstract Adding new functionality to a large legacy Rails application is often expensive, if possible. But what if instead of adding new behaviour to the Rails application we implemented it as a...
View Article