๐Ÿ‘พ Geek Engineers
539 subscribers
51 photos
42 files
331 links
๐Ÿ‘พ Extremist software engineering guidance for Geeks.

Website:
https://geekengineers.netlify.app

Github:
https://github.com/geekengineers
https://github.com/tahadostifam

Community:
@geek_engineers_community
Download Telegram
๐Ÿ‘พ Geek Engineers
Concurrency in Go.pdf
Goroutines free us from having to think about our problem space in terms of parallelism and instead allow us to model problems closer to their natural level of concurrency. Although we went over the difference between concurrency and parallelism, how that difference affects how we model solutions might not be clear.
Gopher army๐Ÿ˜‚๐ŸคŒ๐Ÿฟ
Do not communicate by sharing memory. Instead, share memory by communicating.

#quote #goconcurrency
๐Ÿ‘1
Goโ€™s philosophy on concurrency can be summed up like this: aim for simplicity, use channels when possible, and treat goroutines like a free resource.
๐Ÿ‘2
Channel name was changed to ยซ๐Ÿ‘พ Geek Engineersยป