Have you ever developed something?
I have, and it can get ugly quickly, files everywhere and it becomes a total pain to get back into a long-lost project.
That’s why I’m learning trunk-based development; I’ve started using GitHub to tag releases and organise my files, with CI/CD flows automatically deploying to staging first, then to production once all the bugs are fixed. It’s already so much cleaner. Still using my classic VPS, one day I'll be using Vercel 😀
Do you do this? Let me know your experiences building things!