Close Channel in Go 📅 Apr 16, 2024 · ☕ 1 min read · ✍️ t1 Closing a channel can be a good practice to prevent unnecessary blocking or resource leaks, but it's not mandatory.
Concurrency and parallelism in Go 📅 Dec 21, 2022 · ☕ 3 min read · ✍️ t1 Concurrency and parallelism are two related concepts that are used to describe the ability of a program to perform multiple tasks at the same time.