There’s no doubt that PHP is the most well-known and commonly used language for server-side scripting. Before Django and Ruby on Rails gained popularity (2005-2006), there was hardly any more suitable option for the back-end than PHP. However, the tech world is fastly evolving in the direction of simplicity (“Javascript everywhere”) – what used to…
Diving into back-end development is obviously tough. But it can be way easier if the back-end language of your choice is already familiar to you. For those who come from Javascript background, Node.js should be a good option and not only because of Javascript knowledge. In this article, I want to introduce you to the…
There are a bunch of the most discussed questions on the Internet, and one of them certainly is: “Django vs Rails: which one to choose?”. Both of them are open-source web frameworks that provide all the necessary functionality for developing web applications which rely on the MVC model (in Django, the “view” part is placed in…