DEV Community

Kwaku Duah
Kwaku Duah

Posted on • Updated on

LAMP STACK

Website design is at an all time high since the internet brigdes the gap between the world. In the past, making websites were reserved for those with high IQ's.Presently, there are so many tools and frameworks that have made it easier.

Frameworks like ReactJS, VueJS, AngularJS provide a structure within which developers are supposed to build removing the redundant work developers do everytime.
ReactJS was made by Facebook now Meta in 2011 and it gained popularity around 2013.
A major feature it had was the possibility to work on the DOM(Document 0bject Module) intra the framework before rendering to the webpage. Moreover, SPA (Songle Page Applications) which means resources loaded as and when needed improved user experience.

The aformentioned frameworks almost perform the same tasks. There is wordpress which has the backend written in PHP and it is flexible as it allows developers to tweak themes and add plugins to build full stack web applications in the minimum possible time.LAMP stack as it is called represents Linux, Apache, MySQL and PHP.

Installing wordpress on a linux machine:
a) sudo apt-get install apache2
b) sudo apt-get install mysql-server
c)sudo apt-get install php
This is a MD and ....

  1. ``

Top comments (0)