5 ms·
How I miss the old days simplicity. One php File you just uploaded with ftp and that was the deployment. Now you need to know so many frameworks and processes t
by rbreve 6y ago
How I miss the old days simplicity. One php
File you just uploaded with ftp and that was the deployment. Now you need to know so many frameworks and processes to deploy a simple web app. It’s overwhelming and I get anxious because It’s so hard to choose what to learn.
- doctoboggan 6y agoMy current project is one file with html,css,js all in one. I am using Vue, stripe, and three.js. To deploy I git push and then render handles all the rest (including provisioning a free certificate). Honestly it’s easier now to do things like that than 15 years ago when I first started.
- mhaberl 6y agoYou can still do that. There is no need to use a complicated stack when the problem is simple.