+ 4
Seeking Insights: How Do You Sustain Motivation 🧠
How are you maintaining motivation throughout your learning journey in programming?
5 ответов
+ 7
Mailani Benjamin Please use search bar
https://www.sololearn.com/discuss/207827/?ref=app
https://www.sololearn.com/discuss/375300/?ref=app
https://www.sololearn.com/discuss/1635865/?ref=app
https://www.sololearn.com/discuss/235383/?ref=app
https://www.sololearn.com/discuss/243381/?ref=app
https://www.sololearn.com/discuss/1197050/?ref=app
https://www.sololearn.com/discuss/2602813/?ref=app
https://www.sololearn.com/discuss/1766289/?ref=app
https://www.sololearn.com/discuss/400171/?ref=app
https://www.sololearn.com/discuss/1844577/?ref=app
https://www.sololearn.com/discuss/3259134/?ref=app
+ 5
I don't worry about motivation. Motivation is for trying to make yourself do what you don't want to do. I do what I want to do. I don't do what I don't want to do.
+ 4
rest breaks. variation. challenges. awesome projects. more rest breaks.
+ 2
its simple "A B C" always be coding
+ 1
There's a saying, "action follows motivation". A wise teacher once told me motivation follows action.
Sometimes it's best to just start working on something, the motivation will come once you get started.
When you learn a new lesson, try making the concept your own. Figure out a way to apply the lesson in a way that's more interesting or relatable to yourself. I often copy the code from a lesson into the code playground and mess around with it for a while, changing the variables and parameters to see how far I can push it.
Myself, being a musician, I got into Csound which is essentially a coding method of producing music, built around C/C++. I like to take ideas from programming lessons and apply them to my music.
Lately I've been inspired to create graphics to go along with the music so got into html/css/js to find ways to create animations to accompany the audio.
Tldr: try to also program in a personally meaningful way. Then it's not always work, it's play. Nice way to "take a break".