web performance
- web dev
Advanced Testing Strategies Help Uber Cut Incidents by 71%
A year ago, Uber achieved a huge drop in incidents – 71% per 1,000 code changes. The . . .
Devs, make sure your page is searchable!
How to make sure? Visit search.google.com Click your domain (you need to add it if you . . .
6 tips for better React performance
Utilize render bail-out techniques Avoid inline objects Avoid anonymous functions Lazy load . . .
Improving Performance in React Functional Components using React.memo()
React.PureComponent is to ES6 class components React.memo(…) is to functional components . . .