Top Stories published by rubydesign_web in 2017

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…


Http and Html, hypertext explained

In my pervious post i explained what is involved in learning web development on your own. Now i’ll go into the actual topic and provide an overview of the technologies involved. This is meant to provide you with a solid basic understanding for your own future studies…


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…