Issue #19 · July 17, 2017

Image Optimization in PHP

“I do not fear computers. I fear lack of them”

Best 7 links of week #28, 2017

Image Optimization in PHP

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.

Articles

CSS is Awesome

Brandon Smith here dissects a classic CSS visual joke and turns this exercise into a case study in why people get frustrated with CSS.

Housing Go - Behind the Screens

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 Consensus Algorithm

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.

What's the Deal with Collapsible Margins?

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: Web Framework for Rust

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.

Book of the week

Angular 2 Cookbook

Angular 2 Cookbook

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.