beerman
batching tasks
I'm calling an api and get an array of 2000+ items. I want to chunk these into batches of 100 and then process them all concurrently.
I've tried
BatchQueue
but it looks like it stops after processing only the first batch.
What's the best way to do this preferably without third party modules?12 replies
Learning how this works under the hood
Recommended resources to learn how this stuff works that can be understood by a dummy without a background in computer science?
For a guy like me, becoming proficient at coding amounted to more or less like learning what goes with what and remembering how to get things to happen. I'm very limited by my lack of understanding how any of this (runtimes, bundlers, compilers, etc etc) works under the hood. I want to level up.
7 replies