Two Essential Tips for Beginners in Coding: Ditch the Videos and Dive into Coding

Primaramadhanip
2 min readJan 30, 2024

--

If you’ve just embarked on the exciting journey of learning to code, congratulations! The world of programming awaits, and with the right approach, you can make significant progress. Here are two crucial pieces of advice that can steer you in the right direction from the get-go.

  1. Stop Watching Video Tutorials: Embrace Hands-On Learning
  • It’s tempting to start your coding journey by watching countless video tutorials. While they can provide a good overview, relying solely on them can hinder your progress. Videos often emphasize passive learning, where you watch someone else code. Instead, shift your focus to hands-on, active learning.
  • Invest your time in practical coding exercises, projects, and challenges. This approach allows you to apply what you’ve learned and solidify your understanding. Interactive coding platforms, coding exercises on websites, and coding challenges on platforms like GitHub can be excellent resources.

2. Start Coding Immediately: Learn by Doing

  • The best way to learn coding is by doing it yourself. As soon as you grasp the basics, start writing code and building simple projects. Don’t get caught up in the trap of endlessly consuming theory without practical application.
  • Choose a beginner-friendly language, such as Python or JavaScript, and begin with small programs. Building your projects, no matter how simple, will provide invaluable hands-on experience and boost your confidence.
  • Don’t be afraid to make mistakes; debugging is a crucial part of the learning process. The more you code, the more you’ll learn from your errors and become a more proficient programmer.

Remember, learning to code is a journey that requires both dedication and practice. By breaking free from the confines of video tutorials and diving into coding from the start, you’ll build a solid foundation and develop the skills necessary to tackle more advanced concepts. So, put theory into practice, embrace the challenges, and watch your coding skills flourish. Happy coding!

--

--