Think programatically | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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....

22nd Jul 2017, 7:24 AM
Javier Audibert
Javier Audibert - avatar
3 Answers
+ 13
Solve problems (in our case exercises) here's a good resource for Programming exercises http://www.w3resource.com
30th Jul 2017, 9:25 PM
Jihad Naji
Jihad Naji - avatar
+ 8
solving code challenges(not sololearn challenges), coding(stuff you made), apply your knowledge practise different things etc
22nd Jul 2017, 7:34 AM
Lord Krishna
Lord Krishna - avatar
+ 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
22nd Jul 2017, 8:05 AM
PaperTronics
PaperTronics - avatar