All Snippets
The latest code snippets.
Sort a List of Dicts
Sort a list of dicts by a key with sorted() + itemgetter for speed.
Author:
chris
Regex with re.search
Use named groups with the re stdlib and access them via groupdict().
Author:
chris
CLI Arguments with yargs (Node)
Declare commands and flags with yargs in a Node script.
Author:
chris
Promise.all for Parallel Awaits
Issue several HTTP requests in parallel with Promise.all.
Author:
chris