DEV Community

Discussion on: My thoughts on "beginner content"

Collapse
 
bhupesh profile image
Bhupesh Varshney 👾

This was a nice read.
As a Junior in tech I consider content for beginners is important because its always overwhelming to understand something you are new too.
For instance I have been opening gobyexample(as you mentioned) almost everyday just to remember stuff.

What stands out is how the creator is expressing themselves, if they are throwing a bunch of code at me without much explanation, i just switch to something else.

Collapse
 
abhirockzz profile image
Abhishek Gupta

Glad you like it Bhupesh! "Go by Example" is amazing isn't it... Since you are already "opening gobyexample(as you mentioned) almost everyday", I would also suggest devoting a little bit of time everyday (even 15 mins if fine) to practice those "examples". After a month or so, you will be surprised by the compounding effect :)

Cheers!

Collapse
 
bhupesh profile image
Bhupesh Varshney 👾 • Edited

Yes I have been doing this is in form of doing coding challenges in Go, and refer to these examples from time to time