Popular web development frameworks in 2018.

  1. Angular – An open source javascipt framework used for front end development. Suitable for dynamic applications. Angular is based on Model-View-Controller architecture. Therefore, it has a fixed structure and is best suited for single page applications.
  2. Django – Released in 2005. This is a framework written in python. Developers like python as it’s clean and dosen’t have symbols that clutter a language.
  3. Laravel – An open source PHP framework. This framework follows the Model-View-Controller architecture. Lots of social networking and news sites , content management systems are built using this framework.
  4. Ruby On Rails – Server side framework written in Ruby. It is associated with Rapid Application Development (RAD) , as it supports the reusability of code and accomodates changes rather easily.
  5. Symfony – A PHP framework with many features. This have bundles and components. (Bundle is a package of files that are used to create features like blogs , shopping carts etc. Components are common features that simplify mundane tasks.)

Leave a comment