DEV Community

Anubhav Rajput
Anubhav Rajput

Posted on

Few habits every developer should follow.

* You should code every day.

  1. You should code every day for at least 30 minutes every day can increase your coding skills.

  2. Follow this, You can learn how to write code.

* Solve one or two problems every day.

  1. You can solve one or two problems every day.

  2. Starting you can solve the easy problem in few days. then solve the medium problem.

  3. You can use the online website for coding practice for example Leetcode, Hackerrank, Codechef, coderbyte.

* Never Stop Learning.

  1. Never Give Up.

  2. This field evolves so fast and you need to keep up with it.

  3. Being a developer is a lifelong learning journey.

  4. The worst thing you can do as a developer is to stop learning new technologies.

* Understanding of new logic of problems.

  1. When you solve the problem then before finding the logic then solve the problem.

  2. Find many logical solutions to a problem. it will improve your coding and logic skills.

* Think before you write the code.

  1. Don't just write code without having a solution in mind.

  2. First, find the solution then code it.

  3. This will save you a lot of time.

Top comments (0)