DEV Community

Cover image for 5 Mistakes I Made My First Year Learning to Code
Ceora Ford
Ceora Ford

Posted on

5 Mistakes I Made My First Year Learning to Code

I want to start off by saying that I hope everyone is doing well despite this current health crisis. I've been a bit anxious myself so I'm trying to distract myself by finding constructive ways to spend my time while I'm stuck in the house with my family.

Since I've been social distancing, I've done a lot of reflecting. And I realized that I have been trying to learn to code for over a year now. I even went through my journal and found my list of goals for 2019. At the top of the list were:

  1. Learn JavaScript like a boss
  2. Learn Python like a boss

2019 has been over for more than three months now and I'm happy to report that I have done neither of those two things. I'm not upset with myself because I still accomplished some really awesome things during 2019. But I know I could have done better.

I could be much further along in my coding journey now and I realize that there were a few things that halted my progress. In this blog post, I'll be outlining the 5 biggest mistakes I made during my first year learning to code. Hopefully, you can look at the roadblocks I confronted and try to avoid them.

1. Jumping around from language to language

To give you an idea of how many languages and technologies I worked with or attempted to learn in 2019, here is a list:

  • Drupal
  • Swift
  • Ruby
  • WordPress
  • PHP
  • JavaScript
  • HTML/CSS
  • Blockchain
  • UX/UI

I had very little direction and I was very easily swayed. Some of these I learned because my various internships required it. Some I learned just because they seemed interesting to me. There were times when I would learn a language and give up when things got difficult and move on to something else. There’s nothing wrong with trying new things and exploring new languages. But I think it’s best for beginners to stick to one or two languages and become familiar with them before moving on.

2. Not being consistent

I attempted to finish #100DaysOfCode probably 4 or 5 times. I don't think it's necessary to code EVERYDAY. I also recognize that this isn't feasible for everyone. My problem was that I'd start the challenge and after maybe 15 or 20 days, I'd stop and go weeks without coding. By the time I got back into the swing of things, I'd forgotten everything I learned. It was a horrible cycle that definitely stunted my growth. Consistency is key in learning any new skill and coding is no exception.

3. Not building or finishing projects

I hear a lot of people pushing “project based learning”. I’m not just jumping on the bandwagon when I say I think this is an awesome way to learn a coding language well. Unfortunately, I did not heed this advice. There were a few projects I attempted to start. But I often got distracted and lost interest. Sometimes, I would get overwhelmed by the thought of completely failing. But breaking things and learning from failure is why working on projects while you learn is so effective. So start with something small and build on it as you go.

4. Losing Motivation

I mentioned this several times already but I would often just completely lose interest or get distracted. Sometimes life got in the way. Sometimes I just spent WAY too much time watching Parks and Recreation on Netflix. My most common hurdle was giving up when things got hard or when I was having trouble understanding something. I always forgot my WHY. It’s so important to know why you actually want to code. Having a reason will help you to push through the hard times. So find your source of motivation. Write it down! Put it on sticky notes around your house. Make it your home screen on your phone. Do whatever you can to remember why you’re learning to code.

5. Relying on too many resources

When I first decided to learn how to code, I starting hoarding tons of resources. Anything that so much as included the word “code”, I bookmarked. I lost myself in blog posts that listen hundreds of resources and courses that teach online students how to code. I felt like I needed to try EVERY SINGLE ONE. So I would bounce between 5-10 different things at a time. I was basically going nowhere fast. With this in mind, I think it’s best to stick to just a few resources at a time. Trying to work through a bunch of courses at once might be too overwhelming. Split your time between a couple of resources and personal projects that appeal to you.


Conclusion

I’m a huge believer in reflecting on the past and seeing where I can do better. This post is a look back on my coding journey over the past year. I know this list is full of don’ts. But I hope my past mistakes can be a guide on what hurdles you should be looking out for. In my next post, I’ll highlight some of the changes I’m making this year to yield higher success in my long journey to coding mastery. So stay tuned! And feel free to share some feedback in the comments below. Thanks for reading!

Top comments (18)

Collapse
 
bslentz profile image
Bree Lentz

I found out about this post through listening to the podcast where you were interviewed on Code Newbie, your interview and this post is all very relatable. I really appreciate it, sometimes you feel like people are learning with no issues and this makes you realize wow there are others in the same boat as me:) thank you for that and you also suggested the course/progress tracker and I am going to give that a shot I think that would be very helpful for me.

Collapse
 
thecoach_anna profile image
Anna Nettles

I’m here from your interview with CodeNewbie and just wanted to thank you for sharing your story and your tips for learning to code. I really related to the “trying to learn too many languages at once” and “hoarding resources” and calling it productive. 😆 I needed to hear this.

Collapse
 
ceeoreo profile image
Ceora Ford

Thanks so much for listening to the episode! Honestly, this is still something I deal with 😅

Collapse
 
donald24ever profile image
Eyituoyo Donald Okegbe

My whole situation right now. What you just outlined was also my whole of last year but this year I've made a goal to only focus on two, one for front end and the other for back end which is react and node Js. Although I'm currently leaning more towards the backend because I finally got to realize I have a knack for logic compared to design and also front end can be so overwhelming sometimes with all the constant changes that comes with it.

Collapse
 
ceeoreo profile image
Ceora Ford

I can say that jumping around so much made me realize the same thing. So I’m also focusing on backend with Python👍🏾 I hope everything goes well for you!

Collapse
 
donald24ever profile image
Eyituoyo Donald Okegbe • Edited

I wish the same for you as well.

Collapse
 
kyleljohnson profile image
Kyle Johnson

I love your first mistake. Everybody makes that because they feel they need to do that to get a job. Recruiters man, you gotta love them.

I tell my students all the time... LEARN 1 LANGUAGE WELL and the rest will be easy to pick up because they are all basically the same

5 is definitely a mistake. Some will argue Stackoverflow is the best thing that ever happen to software development. Copying solutions off the internet and not understanding what you are copying does not teach you how to code. Sometimes I wish we could shut off the internet and go back to learning from books.

Collapse
 
ceeoreo profile image
Ceora Ford

Yeah. I totally agree. Feel free to share this with some of your students 🤗🤗

Collapse
 
donnisnoni profile image
Don Alfons Nisnoni

Well... Someone post saves me from your number 1 mistake. He said, "You don't need to know all programming language to make you a better coder, Just focus on problem-solving & algorithms. It is better to master just one field but you master this well, rather than mastering a lot but only a part."

Well... I just learn other things when I have free-time & when I need it (Work)

Collapse
 
torianne02 profile image
Tori Crawford

I felt like this the first 6 months of my coding journey, which is why I eventually ended up at a bootcamp. There was SO much to learn out there and everything was shiny and attractive. It was difficult to rein myself in and I felt I needed structure. I do, however, wish I could have had the self-discipline to go the self-taught route because I could have saved a ton of money.

Keep on trucking along Ceora! You seem to be doing amazing despite the 5 mistakes you listed above! Just keep in mind to do your best at not repeating your mistakes! It's how we get better. 😊

Collapse
 
ceeoreo profile image
Ceora Ford

I think this happens to a lot of people who choose the self-taught route. I partially wrote this for those people. But I also wrote this for myself so that I can also avoid repeating my mistakes. Thank you so much for the encouragement!

Collapse
 
creativemacmac profile image
creativemacmac

Your Journey sounds like mine... So glad that i am not the only one🤗❤️

Collapse
 
glassbambi profile image
Brandi Sanders

I really enjoyed this post! And thought 4 was pretty funny because I have Parks and Recreation on in the background

Collapse
 
ceeoreo profile image
Ceora Ford

Thank you Brandi! Parks and Recreation is one of my favorite shows so I had to mention it 😂

Collapse
 
vmacarios profile image
Victor Macarios

I wanna thank you for this post.
I've been doing the same mistakes but I never realized it.
Your words helped me to open my eyes e to regain my focus.
Thank you.

Collapse
 
ceeoreo profile image
Ceora Ford

I'm so glad you found this useful! Thanks for reading!

Collapse
 
kimjos profile image
joskim

It's like you have outline all my current situation..thnxs for giving me a way to redesign my approach

Collapse
 
ceeoreo profile image
Ceora Ford

Of course! That’s exactly what this is for. Glad it helped 😊