How do you all get motivated to learn and code? Recently I have not been able to focus on my coding journey.
Any tips and tricks you'd like to share?
How do you all get motivated to learn and code? Recently I have not been able to focus on my coding journey.
Any tips and tricks you'd like to share?
For further actions, you may consider blocking this person and/or reporting abuse
Timeless DEV post...
The most used technology by developers is not Javascript.
It's not Python or HTML.
It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.
I'm talking about Git and version control of course.
Andreas Riedmüller -
Miguel Teheran -
Leonardo Montini -
Abel Lifaefi Mbula -
Once suspended, raisaugat will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, raisaugat will be able to comment and publish posts again.
Once unpublished, all posts by raisaugat will become hidden and only accessible to themselves.
If raisaugat is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Saugat Rai.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag raisaugat:
Unflagging raisaugat will restore default visibility to their posts.
Latest comments (6)
What helped me was finding a project I cared about. It shifts programming from being the point itself into being a means to an end, enabling you to solve an interesting problem. Like anything, it's easier to want to learn something if you have a real-world immediate application for it.
I think I would try it. Right now I am just following tutorials and copying what they do. But I like you idea or turning programming to a means.
Thanks a lot for suggestions :) Happy coding.
Yep, it's a super easy pattern to fall in to! Tutorials can be really helpful, especially if you then try to add your own functionality on top of what they show you, but only to a point. It's a lot more satisfying to come up with a solution yourself!
It doesn't even need to be something brand new and unique, see if you can recreate Reddit's UI or build a Minesweeper game on your own, starting from a blank file. Just pick something that interests you!
Reddit UI recreate would be sick though haha!
This is a great idea because you don't need to worry about how the layout looks. I think I would adapt this pattern. :)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.