Mobile Development

Category group

Category articles

  • ruby on rails vs javascript

    Node.js vs Ruby on Rails

    Total views
    views
    Time to read
    7 min
    Published on
    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…
  • node.js vs php

    Node.js vs PHP

    Total views
    views
    Time to read
    6 min
    Published on
    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…
  • django vs rails

    Django VS Rails as development frameworks

    Total views
    views
    Time to read
    7 min
    Published on
    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…