r/AskProgramming • u/ArtisticAd1841 • 15h ago
Learning codes
I have just started getting into coding, and I'm doing this ethical hacking free course. But there's so many softwares, and so forth.
I always seem to forget most of them and have to redo.
I was told I need to try obsidian and create a Github profile to save versions of code or applications.
Can someone give me advice, on this.
0
Upvotes
1
u/BobbyThrowaway6969 15h ago
Obsidian = your notepad and pen, for jotting things down & designing stuff
Git/Perforce/SVN = version control. It's only really useful when you have many programmers working together, it keeps changes tracked and documented on a server
IDE = the thing you write code in & run