Articles to get started?
* //www.geeksforgeeks.org/how-to-learn-programming/
* //hackr.io/blog/how-to-learn-programming
* //kentcdodds.com/blog/how-to-get-started-with-programming
* Intro to Terminology //codeburst.io/intro-to-computer-science-terminology-f9ae64e75d27
- Edx //www.edx.org/course/computer-science-101
- Intro to CS by David J Malan //www.youtube.com/watch?v=z-OxzIC6pic&list=PLvJoKWRPIu8G6Si7LlvmBPA5rOJ9BA29R (my fav)
- CS basics //www.codecademy.com/learn/paths/computer-science
- Elementary Coding //code.org/student/elementary (Recommended for non-tech background)
- Computational Thinking //www.youtube.com/watch?v=jjqgP9dpD1k
- Programming Fundamentals by Khan Academy //www.khanacademy.org/computing/computer-programming
- Learn Basics of Git //learngitbranching.js.org/
- CS50 by Harvard //www.youtube.com/channel/UCcabW7890RKJzL968QWEykA (This course takes you to depth),
You can also get connected with other students on EDX //courses.edx.org/courses/course-v1:HarvardX+CS50+X/course/
* This is optional - Learn Propositional Logic(Playlist ) //www.youtube.com/watch?v=qV4htTfow-E&list=PL619166130C21EADA
Get In touch with Amazing People on Tech Twitter ⭐️⭐️
I'll keep adding on to this list.
Reach out to me if you need help to get started with Web Development or Programming in general.
Hi Twitter,
I want to quickly share the best resources to learn Javascript.
Are you just getting started?
Read On ⤵️
Why Javascript?
* It is the language of the INTERNET
* Works on Backend as well as frontend, so if you are getting started, it keeps your options open.
* All you need is an IDE and browser to get started, no complicated setup
* Its easy to get started, has great community
How to protect our code from Bugs?
Very Simple Tips ⤵️
1. One of the best ways to do so is, of course, testing. Nothing gives us hope in better tomorrow than 100% test coverage.
2. As a professional developer, you probably think ten times before allowing a library v0.0.1 from an unknown publisher to touch your sacred Business Rules.
After all, if we want to be healthy, we stay away from form junk food.