Hey guys, how do u keep up the motivation for coding it feels so boaring after some time ,suggest me smtg pls !
Hi Vivek,
As a coder I also have struggled a lot in my initial phase because I felt that it's really very boring. But here are some ways which actually worked for me, you can also try it.
Surround yourself with like minded people. When you surround yourself with like-minded people then you'll naturally talk about coding/development at least once a day. It's just how it works. And if you always have people around you who are themselves working on projects, then even you are compelled to do something.
Most thing's can be broken down into simpler and simpler parts that are easier to understand at each level. Learning to code is no different.
Learning JavaScript, for example, might seem like a huge task. There are so many nuances to it. Yet, every part of JavaScript , down to how it handles an array (a group of items), to the way you can call methods (a way to do something) can be broken down layer by layer.
The final result is that you might just start by learning how to pop (remove a single entry from the group). If you continue learning bit by bit, you will eventually learn how all the methods and functions work, until you can use this one aspect JavaScript without having to google it every time.
When you go for a run, eat some food, or go to watch a movie even, you don't think of it in terms of "I want to complete eating this dinner", or "I successfully watched that movie". Rather, you enjoy the process of what you do.
Often we forget about this in learning, we focus so hard on "Understanding the language" that we forget about " Enjoying the learning process ".
The best sort of learning is done when you enjoy what you are doing. Your brain will pick it up easier and remember it longer. That's why so many people who do well are the ones already invested and happy to learn something new.
The trick is to stop thinking too much about "finishing" and more about what is fun and interesting in each topic you encounter. This way you will go further and be happier for it. When you look back, you will do so happily and when you look forward, you will want to experience more learning journeys.
I hope this helps you to stay motivated while coding.
Hey! It's normal to feel bored sometimes. Try building small fun projects, join coding communities, take breaks, or learn new tech to keep it exciting. Gamify learning with challenges like LeetCode or Codeforces.