How to progress after watching tutorials? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 32

How to progress after watching tutorials?

I'm learning javascript and nodeJS. I can write code following tutorials, but when I want to code my own project I would freeze and don't know where to start. How do you guys keep progressing after the tutorial stage? I want to be able to build my own project with my own code and put them on my profolio website.

11th May 2017, 11:07 PM
Jimmy
Jimmy - avatar
43 Answers
+ 76
📝While your doing tutorials I would write out the examples(in your editor) and change values around in it. To get some muscle memory and to get a better feel for the structure & syntax of the language. 📂Once you finish a tutorial think of a small project in that language to get started in. It's perfectly fine to refer back to your tutorials when you need too. 😱Don't be afraid to use outside sources(other than Sololearn) for different aspects of your project. Sololearn is good for getting you used to the basics of programming languages, not so much for specialized aspects of them. 😁Good luck!👍
12th May 2017, 3:43 PM
ɔ͒̋ᴉ̼̻̤͙͇͈̓ͧʇ̋̌̃ḓ̣ͯʎ̱̝̗̗̺̐͊ɹʞ͇̮́̍̾̽̈́̓
ɔ͒̋ᴉ̼̻̤͙͇͈̓ͧʇ̋̌̃ḓ̣ͯʎ̱̝̗̗̺̐͊ɹʞ͇̮́̍̾̽̈́̓ - avatar
+ 22
stackoverflow is your best new friend in the coding world.. you can find anything over there and if you really get stuck post one yourself. url is, http://stackoverflow.com/ Happy coding!
11th May 2017, 11:44 PM
Steve
Steve - avatar
+ 18
Join the following: 1. Hackerearth 2. Stack Overflow 3. Meta stack exchange 4. Codechef 5. HackerRank 6. Others (You may find online) 7. Join beta programs for various apps on play store.
12th May 2017, 1:23 PM
Ashutosh Tripathy
Ashutosh Tripathy - avatar
+ 14
Totally agree with you! I'm doing the same : I change the values, etc.so I can see what really happens. This is the best way to learn -> practice, practice and again practice 😀
12th May 2017, 3:54 PM
ASSIA
ASSIA - avatar
+ 11
Start with problems. Maybe try project euler, or some problem solving / small games to get yourself going in how to put code together. For example, maybe try hangman, no UI, just console.
11th May 2017, 11:13 PM
Rrestoring faith
Rrestoring faith - avatar
+ 11
FROM SIMPLE WORKOUTS......
14th May 2017, 6:57 PM
Ishwarya Manikandan
Ishwarya Manikandan - avatar
+ 11
practice again and again! challenge yourself and try to build more complexe project, and overall have fun
16th May 2017, 9:53 AM
JΞΜΔ 🇨🇩👑
JΞΜΔ  🇨🇩👑 - avatar
+ 10
You keep progressing after the tutorials by making your own projects, or if this seems intimidating for you, hook yourself up with github and take an existing project. Change some things around and see how it goes.. You can find a lot on github!
11th May 2017, 11:12 PM
Steve
Steve - avatar
+ 9
it's really simple, you just need to do these 3 steps : - Observe - Imitate and, - Modify Then, wooosssshhhh..... you already built ur own program... :)
13th May 2017, 9:30 AM
Oeoes Roy
Oeoes Roy - avatar
+ 9
use a flow chart to model your project then tackle each block as a smaller challenge! here's a site that explains flowcharts with programming https://www.programiz.com/article/flowchart-programming. Or you can skip the fancy stuff and just do one that's easy for you to understand.
15th May 2017, 12:17 AM
Stefan Kef
Stefan Kef - avatar
+ 8
i do note down some important facts so when i do my own project and forget something i just check it from my notes. hope it will help you
15th May 2017, 10:39 PM
Raz
Raz - avatar
+ 7
I use Google all the time while I'm coding and usually have the Python documentation (or MDN in case of JS codes) open in the background. Not knowing what to do after watching a tutorial is pretty common, just push through it. Start with toy examples and progress to easier projects until you are ready to do the big stuff.
12th May 2017, 4:50 PM
Tob
Tob - avatar
+ 7
Sololearn itself is not enough to learn programming you need to find problems on the Internet and solve them to improve your performing skilles.
13th May 2017, 12:47 PM
keivan Ipchi
keivan Ipchi - avatar
+ 6
Thanks for the fast reply guys, when you guys build a project do you guys have to google for pieces that you don't know? Or you can just code it up? Also where do you guys find project ideas?
11th May 2017, 11:21 PM
Jimmy
Jimmy - avatar
+ 6
Practice Take Note (errors) Practice Take Note (errors) & Practice
12th May 2017, 12:07 AM
jamilxt
jamilxt - avatar
+ 6
Marko, hahahaha thanks for the insight! Love it!!
12th May 2017, 2:37 AM
Jimmy
Jimmy - avatar
+ 6
practice pal. have a mental image of what you want, and if you are not yet familiar with the whole methods needed to build it in the language you are working with, google and/or ask other developers. you can also use open-source templates and edit them as you wish.
13th May 2017, 5:49 AM
Saintdc Reward
Saintdc Reward - avatar
+ 6
>>>good question from @jimmy ...... let me tell u what i do when i watch tutorials ..... >>> first i watch complete video after that I start it again and then make my notes while watching it ...and if i find any problem than i ask freely here ....people always help me out here they clarify my doubt ......the same u can do....@jimmy >>here is one small request for u all guys .....i just want to know that what is best about you ....so can you please visit here for answer ...thank u 😊 ..... 🔀i not promoting my question i just want to know about YOU..... https://www.sololearn.com/discuss/389484/?ref=app
15th May 2017, 10:44 AM
#Happy@777
#Happy@777 - avatar
+ 6
Start a new project - Create a calculator, a stopWatch, excetra. We learn new things by making projects. You can also create a game that you will be developing time after time. L^
16th May 2017, 2:19 PM
Erick Mwenda Njagi
Erick Mwenda Njagi - avatar
+ 6
While doing tutorials, try everything that is " Try it yourself". It also works when you read and not work on speed to get more XP...
17th May 2017, 6:34 AM
Iwan
Iwan - avatar