DEV Community

JC Smiley
JC Smiley

Posted on

How do you improve your programming skills?

How do you improve your programming skills?

  1. This all comes down to keys on the keyboard. Repeated practice is the mantra here and increased skill doesn't yield itself to any other shortcuts!

  2. Want to improve programming skills? Get a job programming. You will learn or you will perish. Learn through any method available to you and use multiple sources. Build without a roadmap. Don't only rely on tutorials! In tutorials, nothing breaks. In real life EVERYTHING breaks. Getting better is being hit with those errors and finding the solutions.

  3. You will improve your programming skills by reading other people code and getting your code reviewed.

  4. Watch educational videos.

  5. Keep a list of tech words that you've heard and don't know anything about. First researched to know WHAT it is, then evaluate whether it should be one of the things to learn or not.

  6. If working with a technology you've not familiar with, take the time to learn as much as you can about it so you can understand what's going on better and make better decisions about how it is being used.

Contributors: Corey McCarty, Lawrence Lockhart, LeAlan Carter, Danny Thompson, Bryce Sharp

Code Connector is a non-profit that's organized tech meetups to help people start their journey into tech. If you enjoy daily discussions like the above, join us on slack at: https://bit.ly/2Ywnzqc

Top comments (1)

Collapse
 
omrisama profile image
Omri Gabay

I just read through my XML feed of programming and software articles and try to find opportunities to build new things/improve infrastructure at work.