Image Optimization in PHP
Image optimization involves delivering images with the smallest possible file size while maintaining visual quality. Here we highlight the tips on how to optimize images using PHP.
“I do not fear computers. I fear lack of them”
Best 7 links of week #28, 2017
Image optimization involves delivering images with the smallest possible file size while maintaining visual quality. Here we highlight the tips on how to optimize images using PHP.
An interesting technique that shows how to protect our website against vulnerability scanners using zip bombs.
Brandon Smith here dissects a classic CSS visual joke and turns this exercise into a case study in why people get frustrated with CSS.
A interesting case study in migrating an existing website to Progressive Web Application. The article explores some of the capabilities of modern browsers like Service Workers, IndexedDB, Add to Home Screen, Push Notifications, the aim was to make an app that is fast, performant and reliable.
Raft is a consensus algorithm that is designed to be easy to understand. It's equivalent to Paxos in fault-tolerance and performance. The difference is that it's decomposed into relatively independent subproblems, and it cleanly addresses all major pieces needed for practical systems.
After unexpected results of a twitter poll asking a question about collapsible margins, Ire Aderinokun, goes through what they are and why people get so confused about how they work.
Rocket is a web framework for the Rust programming language that makes it simple to write fast web applications without sacrificing flexibility or type safety.
by Matt Frisbie
This book covers all the most complicated Angular concepts and at the same time introduces the best practices with which to wield these powerful tools. It also covers in detail all the concepts you'll need to get you building applications faster. Often neglected topics such as testing and performance optimization are widely covered as well. A developer that reads through all the content in this book will have a broad and deep understanding of all the major topics in the Angular 2 universe.