New screencast for Gophers

He can only customize the URL after having 500 subscribers (and other metrics), according to the help page: https://support.google.com/youtube/answer/2657968?hl=en

1 Like

I watched the video and have only positive feedback:

  • I was very pleased with the pace. It wasn’t boring and it wasn’t rushed.
  • I could hardly believe 5 minutes could cover so much useful content.
  • I really liked the idea of weaving in a pattern for solving problems on top of showing how to do the specific task.

My only suggestion for improvement is to keep them coming!

1 Like

Thanks Carlisia - I’ll definitely keep them coming (and keep them practical
like you mentioned)!

Also, if you have any topics you’d like to see covered, I’ve tried to make
the submission process as easy as possible:

2 Likes

For everyone interested - a second episode is up at https://youtu.be/eTjNtNnVOGY

3 Likes

Great job Aaron! I skipped to episode two and really enjoyed the overview for creating your own API. Keep up the job work :smile:

1 Like

Thanks Luke! If you ever have stuff you want me to cover, feel free to submit them at https://github.com/arschles/go-in-5-minutes/issues

Also, I posted a 3rd episode just now - check it out! https://youtu.be/LQi0N0nA5RA

2 Likes

Hey All - 4th episode is up: https://www.youtube.com/watch?v=6Pl5Xrrne2c

6 Likes

Thanks for these Aaron. I love that you have transcripts/code available too, which should be really helpful for people learning. Good Job!

Glad to do it, I’m having fun and learning too!

Bravo. Would be great to have something similar to Laracasts but for Go.

Thanks @nmabhinandan!

I’m setting up a site now for the screencasts. It likely won’t have all the features of Laracasts at launch, but now I have a model to work toward.

2 Likes

New episode out is out - learn how to use Gorilla’s websockets package to write a simple chat server. https://www.youtube.com/watch?v=DJiOrGRsIKo

Also, @nmabhinandan I’m developing a site for Go In 5 Minutes, and have a rough version up now. I’d appreciate any feedback! http://arschles.com/go-in-5-minutes/

1 Like

The site is down

Apologies for that @nmabhinandan - I moved the site to http://goin5minutes.com

1 Like

Hey again everyone! A few announcements:

  1. As I mentioned in my reply to @nmabhinandan, I stood up a site to house summaries and YouTube embeds for all screencasts. Check out http://www.goin5minutes.com/
  2. I’ve published two new screencasts since my last announcement: Building Full Stack Web Applications with Go (this has been a very popular one, with over 2000 views), and Writing Unit Tests Against HTTP Handlers

Enjoy!

Hey everyone - episode 7 is here, and it’s about vendoring your dependencies in Go 1.5. Enjoy!

http://www.goin5minutes.com/screencast/episode_7_vendoring_your_dependencies_in_go/

1 Like

Hey All -

Three episodes since I last posted:

And, as always, feel free to submit or +1 issues at https://github.com/arschles/go-in-5-minutes/issues.

Enjoy!

Aaron

4 Likes

Hey All -

Two episodes since my last post:

Regarding the second point, this pattern with channels has some similarities to actors. I’m challenging you to take it further.

Can you find other patterns in Go that emulate actors? Reply here or file an issue if you do!

Enjoy,
Aaron

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.