DEV Community

Cover image for Part 3: Get started with the Go Programming Language with Microsoft Learn! (no experience needed)
Michael Crump for Microsoft Azure

Posted on

Part 3: Get started with the Go Programming Language with Microsoft Learn! (no experience needed)

Hello everyone,

I'm back again with part 3 of this Go Lang series. I was always wanting to learn more about it but never dedicated the time. Fast-forward to today and I'm learning it live on my Twitch stream using Microsoft Learn's free, online training platform.

Follow along with the MS Learn Module.

In this lesson, We cover how to:

  • Work with simple and compound if statements.
  • Learn about switch statements and their features.
  • Learn about loop statements and how Go creates them by using the for keyword.
  • Learn about essential error-handling functions like defer, panic, and recover.

Video (19 mins)

Conclusion

Feel free to checkout my Twitch streams as we learn about security and app development or you can watch the condensed version of all of my streams by subscribing to my YouTube.

Stay connected with me on social platforms for daily software development news.

-Twitter | Twitch | Instagram | YouTube | GitHub | Website

Top comments (0)