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