Use Cases and Deployment Scope
we have two types of business scenarios that we run on Netlify Platford. Frontend with modern javascript frameworks like React, Vue & Angular Statically generated sites/portfolio AKA JamStack for the first case, we already have our backend code running on a server and exposing API endpoints. we can readily use this API with basic AUTH like JWT, Netlify Platform can handle the rest. more often than not, once we set up a project on Netlify Platform, we never have to check out the admin panel. Netlify Platform has a robust CMD tool. once the Pipeline setup is live, all one has to do is just commit and push the code. that's how easy it is the second scenario is to host statically generated Jamstack sites. these are basically pre-rendered websites that provide blazingly fast response time. once again, the same magic happens here, you focus on your code and just push it, Netlify Platform with its global range of CDN will distribute it for optimal speed.
Other Software Used
Pantheon, Laravel PHP Framework, Zend Studio PHP IDE