I came across Codeacademy the other day but wasn't sure what else was out there to help me get started on learning to code.
I am a non-technical founder but am wanting to learn and educate myself so I can build MVPs and validate ideas.
What educational resources are people using?
Hi Tyler,
I have just recently updated my knowledge about programming and have been learning for about a year now (i stopped after I took Java in college in 2008).
I would suggest you use the below (either separately or it might be better to do the common things from them together, such as, HTML first from all the below resources before going onto a new topic):
The Odin Project (free)
Free Code Camp (free)
General Assembly's Dash (free) is great too.
Mozilla (free)
Codecademy
If you have more questions, please ask.
Wish you all the best!
Hi Tyler, I’ve never tried Codeacademy, but I just started an iOS app development course, by the App Brewery https://www.appbrewery.co/, on Udemy, for a reasonable price, and I think Angela Yu’s teaching method is very good as you learn by devoloping apps from the beginning. I saw they also have a web development course that seems very good.
Hey Tyler,
I've personally used Codecademy a few years back, for the same reason - to learn the basics of coding and try and build stuff on my own.
For me, that didn't work.
Online sandbox-based coding lessons are good for you to get familiar with the syntax of a language and basic concepts (if statements, for loops, etc.) of programming. However, building an entire application requires more knowledge, which is missing from those platforms.
Basically, they teach you the theoretics, and then you're left wondering how you should apply them. At least, that's how it went for me.
Personally, I found the most effective way to learn was through Udemy courses and YouTube tutorials. It's much clearer to see an example of a real-life application being built right in front of you and then repeating the steps.
Good luck!
Codecademy is a great tool for the very basics and they offer a wider range of "paths". If you want to learn HTML, CSS, and JS then check out free code camp
This comment was deleted 4 years ago.