create-react-app, SCSS, and Bulmaswatch
February 12, 2019
2 comments
Categories: Web development, React, JavaScript
Optimize DOM selector lookups by pre-warming by selectors' parents
February 11, 2019
0 comments
Categories: Web development, Node, Web Performance, JavaScript
Hooks tip! Avoid infinite recursion in React.useEffect()
February 6, 2019
1 comment
Categories: React, JavaScript
Displaying fetch() errors and unwanted responses in React
February 6, 2019
0 comments
Categories: Web development, React, JavaScript
Format thousands in Python
February 1, 2019
9 comments
Category: Python
hashin 0.14.5 and canonical pip hashes
January 31, 2019
0 comments
Category: Python
variable_cache_control - Django view decorator to set max_age in runtime
January 22, 2019
0 comments
An example of using Immer to handle nested objects in React state
January 18, 2019
1 comment
Categories: React, JavaScript
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