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
Displaying fetch() errors and unwanted responses in React
February 6, 2019
0 comments
Categories: Web development, React, JavaScript
Concurrent download with hashin without --update-all
December 18, 2018
0 comments
Categories: Web development, Python
How I performance test PostgreSQL locally on macOS
December 10, 2018
2 comments
Categories: Web development, macOS, PostgreSQL
React 16.6 with Suspense and lazy loading components with react-router-dom
October 26, 2018
7 comments
Categories: Web development, JavaScript, React
How much HTML is too much for optimal web performance
October 17, 2018
4 comments
Categories: Web development, Web Performance
Fancy linkifying of text with Bleach and domain checks (with Python)
October 10, 2018
2 comments
Categories: Python, Web development