Use vars() to send an argparse Namespace into a function in Python
January 8, 2019
1 comment
Category: Python
Number.prototype.toString() is incredibly useful to display numbers
January 4, 2019
0 comments
Category: JavaScript
Concurrent download with hashin without --update-all
December 18, 2018
0 comments
Categories: Web development, Python
hashin 0.14.0 with --update-all and a bunch of other features
November 13, 2018
0 comments
How to JSON schema validate 10x (or 100x) faster in Python
November 4, 2018
9 comments
Category: Python
React.memo instead of React.PureComponent
November 2, 2018
0 comments
Categories: JavaScript, React
React 16.6 with Suspense and lazy loading components with react-router-dom
October 26, 2018
7 comments
Categories: Web development, JavaScript, React
Switching from AWS S3 (boto3) to Google Cloud Storage (google-cloud-storage) in Python
October 12, 2018
1 comment
Category: Python
Fancy linkifying of text with Bleach and domain checks (with Python)
October 10, 2018
2 comments
Categories: Python, Web development
The ideal number of workers in Jest
October 8, 2018
0 comments
Inline scripts in create-react-app 2.0 and CSP hashes
October 5, 2018
0 comments
Categories: Web development, JavaScript, React
An awesome snippet to web performance test a page programmatically
October 1, 2018
0 comments
Categories: Web development, JavaScript, Web Performance
Merge two arrays without duplicates in JavaScript
September 20, 2018
0 comments
Category: JavaScript
A darn good search filter function in JavaScript
September 12, 2018
8 comments
Categories: Web development, JavaScript
Replace an item in an array, by number, without mutation in JavaScript (ES6)
August 23, 2018
1 comment
Category: JavaScript