DEV Community

Cover image for Be careful when you learn something from a video tutorial
Orkhan Farmanli
Orkhan Farmanli

Posted on

3 1

Be careful when you learn something from a video tutorial

Video tutorials are a great way of learning a new language, framework, library etc. Some people learn better from a video tutorial and some not. This is a personal choice which means we shouldn't always push beginners (like me πŸ˜…) to read hundreds of pages of documentation when they are highly motivated to start developing. I remember when I first tried to learn coding, I got a 400+ page C++ book from my coder acquaintance. My motivation almost vanished due to such introduction to programming.

The problem with the video tutorials is they can sometimes teach developers bad practices too. The creators who are eager to gain as quickly as possible don't always research the technology deeply and post the tutorial as soon as possible. You know there are times when you are writing code and feel something is off but you don't know what because you don't have enough experience on the subject. Yeah, I'm talking about those times. And it doesn't matter if the tutorial free or paid.

I've been coding since 2015 and as a self learner I've watched lots of tutorials. What I noticed is, the reviews of the tutorials don't always represent the quality of the content. Most of the time, the reviewers are beginners who don't know a lot about the topic they're learning and they usually ignore wrong doings of the creator. It's because they are thankful that the tutorial exist and it's the best one they can afford or find to improve themselves. Best way to overcome this problem is to discuss with somebody who already know the thing you are learning which would give you a great perspective. You you can research it yourself but it's always a good option to debate with somebody you know. (Writing directly to the creator about the issue in the tutorial is also an option but sometimes it can fire back.)

Quadratic AI

Quadratic AI – The Spreadsheet with AI, Code, and Connections

  • AI-Powered Insights: Ask questions in plain English and get instant visualizations
  • Multi-Language Support: Seamlessly switch between Python, SQL, and JavaScript in one workspace
  • Zero Setup Required: Connect to databases or drag-and-drop files straight from your browser
  • Live Collaboration: Work together in real-time, no matter where your team is located
  • Beyond Formulas: Tackle complex analysis that traditional spreadsheets can't handle

Get started for free.

Watch The Demo πŸ“Šβœ¨

Top comments (2)

Collapse
 
jasonlosito profile image
Jason Losito β€’

I think it does not matter if it is video or written tutorial or book.

Collapse
 
orkhanfarmanli profile image
Orkhan Farmanli β€’

Yeah but platforms like YouTube or Udemy makes it easy to spread such content.

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

πŸ‘‹ Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay