Parallelism, Concurrency, and other monsters

During my early days as a backend developer, I built my first parallel feature. It was a small algorithm that ran on multiple threads to generate data to be written on a report. I was inexperienced and didn’t fully understand what I was doing. It was way before concurrency and cloud computing became a thing, […]