Does anyone have any good resources to practice channel, context, and goroutine?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • pactus

    Pactus blockchain

  • If you're looking to practice channels, context, and goroutines, I recommend checking out the Go by Example website (https://gobyexample.com/) and the official Go documentation (https://golang.org/doc/). Both resources provide practical examples and explanations to help you understand these concepts better. As for a hands-on exercise, there's an interesting issue related to context in the Pactus repository (https://github.com/pactus-project/pactus/issues/368). While it might be a bit advanced, it could be a valuable learning experience to explore and potentially contribute to fixing. Keep practicing, experimenting, and don't hesitate to ask questions. Happy coding!

  • gobyexample

    Go by Example

  • If you're looking to practice channels, context, and goroutines, I recommend checking out the Go by Example website (https://gobyexample.com/) and the official Go documentation (https://golang.org/doc/). Both resources provide practical examples and explanations to help you understand these concepts better. As for a hands-on exercise, there's an interesting issue related to context in the Pactus repository (https://github.com/pactus-project/pactus/issues/368). While it might be a bit advanced, it could be a valuable learning experience to explore and potentially contribute to fixing. Keep practicing, experimenting, and don't hesitate to ask questions. Happy coding!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gopl.io

    Example programs from "The Go Programming Language"

  • Not that they are leet code style, but some exercises from "The Go Programming Language" are really worth having a look at, also most solutions are available at https://github.com/adonovan/gopl.io

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts