Programming

Category group

Category articles

  • 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…
  • best node.js books

    Top 20 Node.JS books that you should read

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