Go Concurrency Series: Introduction to Goroutines

Concurrency is a fundamental concept in modern software development, enabling programs to handle multiple tasks simultaneously, thus increasing efficiency and performance. In this blog series, we’ll cover concurrency concepts specific to Golang, however the concepts themselves are generic and could be applied in a language agnostic manner!

Concurrency Introduction

Concurrency Vs Parallelism

--

--

Pratik Pandey - https://pratikpandey.substack.com

Senior Engineer with experience in designing and architecting large scale distributed systems.