DEV Community

Discussion on: RoadMap of Coding for beginners.

Collapse
 
ozzythegiant profile image
Oziel Perez

If you have to deploy a site on a shared server (let's say because the client wants the cheapest hosting available) and you know that the web app is a small and for a few employees, then often you will have to rely on PHP. There's some nice frameworks for PHP like Slim, Lumen, or CakePHP that can help you set up traditional web apps or REST APIs.

Collapse
 
harshboricha98 profile image
Harsh boricha

Thanks for adding that... Much appreciated 💯😊