Don’t Fear the Learning Curve

One scene in a movie that I will always remember is from The Matrix. Neo, finally disconnected from the Matrix, is learning new skills by having them ‘uploaded’ to his brain. The culmination of the scene is when he famously says to Morpheus, “I know Kung-Fu,” and they fight. I think about how great it would be to learn this way; just plug in and have knowledge transferred directly to me. Of-course, we know that’s impossible (at least right now ;-)). We have to learn by reading, watching videos, attending class, and other tradition methods. It’s not always easy and it could be discouraging. That’s why we need to be mindful of the learning curve.

When I first learned Sass, it was a little tough because I was forced to think about CSS differently. I needed to run a complier on it and I had to follow some new conventions. However, I got up and running fairly quickly and now I can’t imagine writing CSS any other way. This was a small learning curve that yielded great results.

Git is another technology that was tough to learn; as a matter of fact, the learning curve for Git is a little steeper than for Sass. But again, I can’t imagine working without git now. I know I’m still learning a bit about it, but it’s such a great tool that once I got over the learning curve, it made me much more productive.

With that in mind, a few weeks ago I was asked to look at a new theme framework that could possibly use to start all new projects. The theme seemed complicated, difficult to use, and made doing things a lot longer. I didn’t want to pass judgement on it just yet, though. I wanted to give it a couple of weeks for me to really learn the framework and see what it had to offer – I didn’t want the learning curve to jade me. In the end, it wasn’t a good tool; the learning curve was too steep for the reward it was offering. When I did decide to give up on it I was able to give real reasons why it wasn’t good and not just, “I don’t like it because it’s hard to use.”

The moral is that most things seem hard to use the first time around, but it’s important to stick with them. Don’t be intimidated by the learning curve. In each case above, I got something out of the process and more often than not, I end up saving time in the long run.

Similar Posts

  • 2022: The Year of Retreat

    In 2021, there was a lot of good, but there was also a lot of stress. In-fact, there was a lot of everything. Seems like a year of less would do me good. But not really less of everything. I need to do less of some something specific — over commitment. So I’ve come up with The Year of Retreat.

  • |

    Now I have seen everthing

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website! I think Disney put it best when they said I saw a peanut stand, Heard a rubber band, I saw…

  • |

    “No But We Can Order It Online for You.”

    I have a confession to make: when it comes to shopping, I like it a lot more than my wife does. I also really like going to stores and buying stuff…even though with Amazon I can get most things the same day if I order them before 11am. But there’s something about going to a…

  • |

    Then and Now

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website!I like to read old posts from time to time, just to see what I was up to. I’ve noticed a…

  • How Do I Learn Web Development?

    A couple of years ago, I was on the How to Hold a Pencil podcast (episode here) and we discussed a number of things, including the steps I took to learn web development (over 14 years ago…whoa). I’m often asked, as I was on the show, what I recommend for people starting today. Here’s my…

  • |

    Sass, Sublime Text, Github, and Changing my Development Workflow

    When I left the full time freelancing world 2.5ish years ago, I had a very specific way I did things and I enjoyed it; however, admittedly, it wasn’t the best. I was using Coda, not making local copies, not using any form of version control, and my frameworks were becoming stale. I’ve been going to…