Needs advice
on
CodePenCodePen
and
GitHubGitHub

Brand new (1 week) to coding. Corona killed my industry so I"m making a career change after 25 years. Studying HTML and CSS to become "vertically" proficient, before moving on to JavaScript. So at what point do I need to make a decision on CodePen vs GitHub?

READ LESS
2 upvotes·641.9K views
Replies (1)
Developer ·

I don't think there's a decision to be made, aren't they different products and services? GitHub is traditionally an online repository based around Git versioning. GitHub have expanded into other things since Microsoft came in though. Nevertheless I recommend seriously taking the time to work through the very steep learning curve of setting up a local development environment. You could start by using Visual Studio Code and get a free GitHub account to push your private projects onto. If anything it'll be a free offsite backup of your work. You'll need to install Git to take care of your local repository as well as NPM and also look at Yarn. Have this on your priority list, do some research, gather links, tutorials, downloads etc and take a week out to get it done when you feel you're at the stage where you'd like to be more organised. You could start by trying VSCode see whether you like the features and using it as an editor. Look at other editors and so on.

READ MORE
4 upvotes·589 views
Avatar of Vince Caruso