top | item 24544853

(no title)

rbreve | 5 years 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.

discuss

order

doctoboggan|5 years ago

My 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|5 years ago

You can still do that. There is no need to use a complicated stack when the problem is simple.