Content pfp
Content
@
0 reply
0 recast
2 reactions

Steve pfp
Steve
@stevedylandev.eth
Currently working on a personal blog post about self taught programming and remembered how I used to ship stuff. Was just a server on dreamhost that also had the domain I purchased. Just used FileZilla to drop html css and js files into the right folder, and that was it. No version control, no GitHub, no CI/CD. Just overwriting files to a cloud. Sounds awful now, but also kind of nostalgic. The lesson: just ship it, don’t worry about the how.
3 replies
5 recasts
33 reactions

links 🏴 pfp
links 🏴
@links
I used to ship the same way! Also was quite fond of using SFTP on SublimeText to work directly on the remote server so I could share updates with my colleagues in real time - they thought I was a wizard. People are spoiled with their automatic hosting and Ci/CD setups nowadays and honestly should just set up a simple web server themselves to learn how it works.
1 reply
0 recast
1 reaction

Steve pfp
Steve
@stevedylandev.eth
Totally agree!! I’ve done that quite a bit with my Pi and hosting apps on VPS’ are coming back in style. My text editor Zed recently just added an SSH feature where you can go into a server and edit the code base there which is nice too.
1 reply
0 recast
1 reaction

links 🏴 pfp
links 🏴
@links
Oh nice I have been meaning to try Zed!
0 reply
0 recast
1 reaction