Vue and Rails: a perfect match

Now that i basically hyped Vue, let’s get down to business and see how to integrate it. One of Vue’s headlines is incrementally adoptable and now we’ll see how true that is. It is just perfect for adding to an existing rails app. And off course rails is still great to get…


Getting an app live, and beyond

If you followed the articles, you have learned how to create a very simple rails application by now. So how to continue?

Getting an app live out into the internet may be considered the next thing. This is called deployment, and like with…


Model View Controller: theory and practice

This article is part of a series for beginners. If you haven’t read the previous one, where we build a simple app, i suggest you do.

When we solve recurring problems with the same or similar solution, we call that solution…