Go play with some concurrency
30 Dec, 2023 - 5 min read
... as a Backend engineer we often need to process things concurrently. For instance we may have a simple job which reads data from a source, does some processing, and writes it to some sink..... Concurrency to me is more like the entire concept where we have a lot processes ....