Page 14
Django ORM optimization story on selecting the least possible
February 22, 2019
16 comments
Categories: Web development, Django, Python, PostgreSQL
Experimenting with Nginx worker_processes
February 14, 2019
0 comments
Categories: Web development, Nginx, macOS, Linux
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
How to encrypt a file with Emacs on macOS (ccrypt)
January 29, 2019
0 comments
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
elapsed function in bash to print how long things take
December 12, 2018
0 comments