TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Who here is learning to code?

12 pointsby mrburtonabout 6 years ago
How are you staying motived? Do you code for 30 to 60 minutes a day? Do you find yourself sometimes losing motivation?

7 comments

erikigabout 6 years ago
Who here isn't? I've been at it for 20+ years and I'm still learning to this day.
评论 #19823453 未加载
评论 #19823268 未加载
mattbgatesabout 6 years ago
Started getting into pure javascipt recently and didn't realize how powerful and useful it is. It's not that I haven't used it before, but I relied more on backend programming in which I just passed everything to the back rather than understanding how much I could do on the frontend before I passed anything to the back.
willnzabout 6 years ago
I try to spend at least 30 minutes a day. Ideally more, but consistency is key – I find it much more beneficial to be looking at code on a daily basis, rather than 'batching' it for one day a week or less.
quickthrower2about 6 years ago
I’ve never lost motivation, but then I’ve never tried to just learn to code, but rather I’d challenge myself to build something and learn enough to get that thing done.<p>Of course sometimes you’ll be sick or tired or just want some fresh air. Or a week or month off. That’s fine. If you set things up in your head so it’s more of a hobby than a chore I think it will be a lot easier.
itsgonbetroubleabout 6 years ago
Try to find what you enjoy in coding, ex. learn what you want to make and what you&#x27;re interested in. P.S. find good ways to motivate yourself while coding, I found that as strange as it sounds making money off RuneScape scripts got me back into it after a long hiatus.
salukiabout 6 years ago
You&#x27;ll always be learning. I&#x27;ve been coding since grade school and every day I learn something while programming.<p>The best way to stay motivated is to take on tasks&#x2F;projects that are interesting&#x2F;new something you haven&#x27;t done before.<p>You&#x27;ll learn a lot doing something beyond a tutorial and you&#x27;ll want to work on it&#x2F;figure it out.
duiker101about 6 years ago
I have been coding for now 15 years, I still feel like a complete noob and try to assimilate new information every day. The way to keep yourself motivated is to do something that you like. Solve a problem you actually have or create something you want, and in the process try to use whatever it is you need to learn.