Generating unique, random, and evenly-distributed numbers in ascending order with C++ (and in O(1)…Creating random numbers in C++ is a fairly easy task within itself. Many developers opt to use srand() combined with the modulo operator…Jan 1, 20194Jan 1, 20194
Published inHackerNoon.comHow to run asynchronous web requests in parallel with Python 3.5 (without aiohttp)Recently at my workplace our IT team finally upgraded our distributed Python versions to 3.5.0. While this is a huge upgrade from 2.6…Oct 31, 20187Oct 31, 20187
Published inHackerNoon.comGenerating the Nth Cartesian ProductNote: this article has been updated as of 2018-Nov-12. See the section titled “Updates” at the end of this article for more.May 1, 20181May 1, 20181
Building a Dynamic Filter with ES6 JavaScriptAs a developer, there will come a time when you need to filter your data based on user-input. Sure, with a few parameters it isn’t very…Apr 6, 20189Apr 6, 20189