Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
February 26, 2022 11:50 am GMT

3 Things to learn while Programming.

When its come to programming most people think that it is just a programming language that they need to gear up thier programmig journey.

But the reality is far different than that.

Yeah there is a stereotype of programmers who just write code sitting in the corner, but as a programmer you also need to have some soft skills like communication and collaboration.

Well discuss about soft skills in our future article but in this one well discuss about some essential things you need to learn along with programming.

So lets get started:

1. Understanding of English Language

As a programmer you need to aware of english language, because majority of the articles and contents are in english language and if you know english then it would be better to find relevant contents. And it also help to improve your communication skills. So you better have it.

You can improve your english skill by:

  • Reading articles on Medium
  • Participate in discussion on Quora

2. Logical Thinking

Programs are built upon logics and as a programmer you gonna spend most of your time in thinking rather than just coding. So you need to train your brain to think logically; otherwise you gonna have hard time with a bit complex code.

And in my opinion problem solving and logical thinking is the one of the important tools, a programmers should have.

3. Knowing Pseudocode

As I mention earlier, you dont need to worry about choosing your first programming language, but you should know how to write pseudocode.

Pseudocode are just the simple awy to write your logic without using any complex syntax. And knowing pseudocode will also halp you in long run. As it is language independent, so anyone from any programming background, can understand your logic easily.

Conclusion

With that being said. In my opinion these are the three essential things you need to know before gear up your programming journey further.

  • English Language
  • Logical thinking
  • Pseudocode

Although there are other things you may consider, but these are the bare minimum stuff one need to have.

You will eventually find other skills along with your journey.

And btw, I also have a video version of this article. So if you better prefer video, then you can have a look on that too.
Here is the link.

Thanks for sticking around. Keep Learning.

This article is officially published on Within Bracket


Original Link: https://dev.to/sarveshprajapati/3-things-to-learn-while-programming-5ek1

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