+ 3
How can we develop our skills in coding quickly??
To get more efficiency in Programming
6 Answers
+ 4
Complete few tutorials and start working on projects, with projects you learn the most
+ 4
Write a lot of code and refer things up.
+ 3
Basics are enough to make calculator, hangman, tic tac toe or something similar. When you finish those easier challenges you need to find (Google them) some harder challenges. With harder challenges you learn new advanced topics which open more knowledge for future... Tip: use Google like your life depends on it: stackoverflow, software stack exchange, reddit...
+ 2
That's fine ..And how can I go through the projects with basics of technical languages...??
+ 2
Apart from using a single source, use multiple sources such as videos, books and articles. Further, try to learn from different authors since different authors have different views. This helps you refer other sources when you are stuck.
Don't be afraid to check out complex projects even if you don't know anything about the language. Your learning capacity would be better than learning in a traditional way.
+ 1
Start to learn alghoritms and data structure