Hey everyone! I just started a programming course where I'm learning HTML, CSS, JavaScript, and some frameworks like Node.js and React. With all the exercises and mini-projects, I find it hard to keep my code organized since I work on two different PCs – one at home and one at the office. Using VS Code is challenging because I have to constantly transfer files via Google Drive, and it's becoming a hassle. I've heard of some online IDEs like CodeSandbox and CodePen, but I'm looking for something where I can keep everything in the cloud without needing to buy courses. Any recommendations for an online IDE that can handle my projects without all the file moving? Thanks a lot!
2 Answers
Honestly, I think the issue here is more about how you're storing your code than the IDE itself. Setting up a GitHub account and getting familiar with Git will really streamline your workflow. It's super useful for programmers and takes a little time to learn, but it’s worth it in the long run. Learn how to commit and push your changes, and you won't have to worry about moving files around anymore!
It sounds like you might benefit from using Git to manage your code instead of relying on Google Drive. You can make changes on your home PC and then push your code to a hosting service like GitHub. Then, at work, you just clone the repository and pick up where you left off! Plus, GitHub has an online version of VS Code, which could be perfect for your needs.
Related Questions
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically
[Centos] Delete All Files And Folders That Contain a String