In recent times, software development has become all about frameworks. Why? The main reason is that creating from scratch such a sophisticated program as a web application may take a lot of time and effort. Don’t take it wrong – I mean not the “Hello World” type of apps but those that provide excellent user…
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…
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…