+ 1
Think programatically
I am a begginer in the code world. after nearly one months learning in code academy and sololearn I realise that after learning the basics sintax of java script, css and html and I need to learn how to think programatically. Do you have any tips for doing this? maybe the practise is the only way....
3 ответов
+ 13
Solve problems (in our case exercises) here's a good resource for Programming exercises
http://www.w3resource.com
+ 8
solving code challenges(not sololearn challenges), coding(stuff you made), apply your knowledge practise different things etc
+ 5
The best way to train your brain to think and work like a coder is to:
1. Make your own programs/web pages and keep improving them day after day
2. Keep applying new techniques to do new things which can lead to efficient algorithm.
3. Keep asking questions on Stack Overflow and SoloLearn about the things you don't understand
4. If there's an error in your code, examine it correctly to see some noob mistakes like forgetting to close the <html> and <body> tag. If the error persists, feel free to ask about it on Sololearn or any other programming website.
5. Before writing your code, think about it in your brain, think about how it will work, think about how an error in your code can be prevented. If you develop this habit in your early stages of programming, then, when you'll be an expert in coding, you'll always follow the same manner!
6. The final step is to... enjoy while coding!!
PaperTronics