One of the most used Rails method for routes is resources. Another similar one also exists, but that may not be known that much. It is resource and there is actually a difference between them. Continue reading
There are many programming languages and frameworks out there, which are prepared to be used to solve problems. Although there are billions of problems that we may be asked to solve, there are usually some common themes among many of them. As we usually try to solve business problems, we also want to improve the quality of our work. This way, we have design patterns that are abstractions of some of the best ways to deal with certain situations. Continue reading