Articles by

Robin Rendle

Writer, designer, type nerd.

ES6 Overview in 350 Bullet Points

Direct Link

Nicolas Bevacqua summarises everything ES6 with an invaluable list of each new feature and links to find more info about them:

My ES6 in Depth series consists of 24 articles covering most syntax changes and features coming in ES6. This

Accelerated Mobile Pages Project

New Google thing, aimed at unsucking the “mobile” web:

The Accelerated Mobile Pages (AMP) Project is an initiative to improve the mobile web and enhance the distribution ecosystem. If content is fast, flexible and beautiful, including compelling and effective ads,

BoxBox

Direct Link

BoxBox is a design app that’s currently under development and the designers, Kevin Lynagh and Ryan Lucas, have written a series of articles describing their thoughts that led to its creation. First, they outline the problems with the current state …

RAIL

Direct Link

Paul Irish and Paul Lewis describe a way for us to think about web performance: RAIL (Response, Animation, Idle and Load). It’s designed to break up each moment of a user’s experience into actions which can then be specifically optimized.…

How to undo (almost) anything with Git

Direct Link

A handy guide to fixing common mistakes with Git from Joshua Wehner:

One of the most useful features of any version control system is the ability to “undo” your mistakes. In Git, “undo” can mean many slightly different things.

When