Page 21
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
How much HTML is too much for optimal web performance
October 17, 2018
4 comments
Categories: Web development, Web Performance
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
Comparing KeyCDN and DigitalOcean's new Spaces CDN
September 28, 2018
2 comments
Category: Web development
Merge two arrays without duplicates in JavaScript
September 20, 2018
0 comments
Category: JavaScript