Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 18, 2020 12:21 am GMT

How to Get Out of (or Completely Avoid) the Tutorial Trap

Exordium

This post comes from my 2.5-year experience in the Tutorial Trap. This is an experience where new programmers continuously complete tutorial after tutorial, but never break out of their comfort zone to build something on their own. It can be scary to stop following the pros and try things for yourself but this is where the real growth happens.

My Experience

My experience with the Tutorial Trap, or Tutorial Hell, lasted much longer than I wish on any programmer. Im sharing this experience to help others get out of, or avoid, this loop. During my 2.5 years in the Tutorial Trap, I dabbled in front-end, back-end, game, and mobile development. I used many sources, such as DevSlopes, Udemy, Udacity, Treehouse, Flatiron, and YouTube.

I followed tens of hours of hand-holding projects, and yet, most of this information had not been retained. How could it be? I never took the training wheels of the bicycle.

Test the Waters

When youre new to code, there are a lot of paths that you can take. I suggest testing the waters and dipping your toes in whatever area of development that you are naturally drawn to or interested in. I started with websites and consequently was introduced to HTML, CSS, and JavaScript. This is the path that many people take, but its certainly not the only way you can go. (Plus, where you start doesnt have to be where youll end up I started with web, but currently, focus more on iOS). This is called front-end web development and involves the use of JavaScript frameworks such as React, Vue, and Angular. (If you go the front-end route, youre going to want to stick to JavaScript before learning any frameworks, as its crucial to understand how the underlying language works).

There are other paths you can take, such as back-end development (Python, Java, Ruby, PHP), iOS (Swift) or Android (Kotlin) development, game development (C#, C++), Data Science (Python) and more.

There is no right answer here. Everybody is interested in different things, and you should really just go with what you want to do. I encourage you to test out different areas before settling on one and focusing on it for a while. Which leads me to the next point as a starter, you dont want to try to learn everything at once. Read more about different software development areas and get an idea as to where youd like to start.

Dont Try to Learn it All

Once you settle on an area of software development, stick with that area of development for a while. One major thing that helped me break out of the Tutorial Trap was telling myself, I am going to learn whatever I need to be able to build anything for the Apple ecosystem. This was at the end of 2018, and in January 2019, I set out to accomplish this goal. I was no longer looking for all kinds of tutorials that wouldnt provide real value to my programming skillset. I began to only consume iOS content, and specifically followed the projects from Paul Hudsons Hacking with Swift.

Within 5 months, I started building my first project on my own. It was a password management application that I called Keys. It used a back-end powered by Google Firebase, and I was able to focus on pure iOS development during this time. The only possible way I could build an app on my own was by focusing on one area of development, and doing what it took to build my idea. This took a lot of Googling and reading documentation. I like to understand why things work the way they work and believe this is the key to a solid foundation of any topic or skill.

Dont Be Afraid to Fail

Failure is a huge part of success, and the only way to figure out what works is by understanding what doesnt. One reason I didnt build anything on my own was that I was simply afraid to fail. Fear will paralyze you its that simple.

If youre afraid to fail, then I suggest not learning how to program. Learning how to code is a process, and youre not going to be a pro in 30 days. You really have to learn to deal with failure and understand that youre just learning more and adding to your skillset each time you fail.

Be patient with yourself and dont give up. Programming is hard, but you can definitely do it. When you get stuck, ask questions. Dont be afraid to use Google. Seriously. Senior-level developers use Google every single day, and there is no shame in looking up information that you do not yet know.
It is not important to know everything. It is important to know where to obtain the information you need.

The Tutorial Trap is not a pleasant experience to go through but a lot of people do. If youre in the Tutorial Trap, you must know that only you have the power to break out of it. Its really a mindset, and its frequently driven by fear. It can certainly be scary to try to build something without the hand-holding of someone else but its in this environment that you will learn and grow the most.


Original Link: https://dev.to/andrewlundydev/how-to-get-out-of-or-completely-avoid-the-tutorial-trap-m27

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To