I'm currently required to store my Java code on the lab computer for class, but unfortunately, my files have been deleted multiple times due to some troublemakers. I'm looking for reliable platforms where I can store my code securely so I won't lose my work anymore. Any recommendations?
5 Answers
I second Github! It logs all the changes too, so if anything happens to your code, you can track when and what changes were made. And if needed, you can revert back to previous versions as well.
It does seem odd your professor wants you to save everything on the lab computers. Many schools have restrictions because they clean things up regularly. I'd definitely stick to online storage for peace of mind!
Storing your code on a flash drive is also a quick solution, but remember, you might forget it sometimes. I find the online options like Github or cloud services like Google Drive or OneDrive super handy.
You should definitely consider using Github! It's not only free but also widely used in the industry, so you'll gain some valuable experience while keeping your code safe. You can even create a private repository to avoid anyone messing with your files.
Just check with your professor or TA to make sure there are no weird restrictions on using something like source control. But honestly, slap that code on Github without hesitation!

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
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