I am now rocking the HTTP v2 protocol on my LAMP-based sites and page load times are nearly 400% faster over SSL. Production sites are seeing sub 100ms page loads in high traffic scenarios. Apache and Nginx both support this updated protocol out of the box as long as you are able to run OpenSSH v1.0.2+.
Redux Freezer
Immutability is a fundamental part of how Redux stores work when used to follow the State-Action-Model pattern. Using a library such as immutable.js…