DEV Community

Cover image for What Go programming video-tutorials would you like to see content-creators produce?
Benjamin Faught
Benjamin Faught

Posted on

What Go programming video-tutorials would you like to see content-creators produce?

As for myself:

  • A thorough walk-thru of the entire Go Standard Library for beginners

  • Building CLI-apps both with and without Cobra

  • Extensive video-tutorial on Go-Buffalo from beginner to expert

  • Data-Structures and Algorithms with Go

Top comments (1)

Collapse
 
rhymes profile image
rhymes

Standard library and definitely patterns on what's the best way to do things and organize code.