Tips to become good at programming

Below are some of the tips to become good at programming.

  1. Be good with syntax.

  1. Dedicate at-least 1 hour other than office hours to solve competitive programming.

  1. Every week make a commitment to learn new data structure or an algorithm concept.

  1. Write DS and Algo in different programming language.

  1. Learn about regular expression.

  1. Learn about SQL. Basic understanding is needed.

  1. Learn to debug effectively.

  1. Contribute to any GitHub project.

  1. Upload all of your day to day codes on GitHub.

  1. Write your shell script and python script to do your daily tasks.

  1. While coding, if you stuck anywhere, instead of asking your colleague, search in google first. There is a good chance that they have the answer.

  1. Read others code and understand the thought process that they have applied.

  1. Explore other programming language, notice how they are better than other programming language.

  1. Create a small project and write documentation and upload in GitHub.

Write a Comment

Leave a Comment

Your email address will not be published. Required fields are marked *