Javascript / Node.js Using Selenium ChromeDriver in Docker / Kubernetes Containers With Node.js How to configure a Dockerfile for Chrome / Selenium and use it in Node.js code. This sample includes support for downloading files through Chrome.
Databases Indexed Queries of Nested Object Arrays in ArangoDB ArangoDB supports indexed nested object arrays, but without some planning and profiling, it may not use your indices.
Javascript / Node.js Smarter Async Batching in Javascript / Node.js A comparison of For Loop vs Promise.all with Array.map vs Async-Batch