The Chrome team is going to release a Headless Chrome version soon. They’ve been working on it for a while. The aim of the Headless Chrome project is to produce a version of Chrome that can run in a headless/server environment. Expected use cases include loading web pages, extracting metadata (e.g., the DOM) and generating bitmaps from page contents – using all the modern web platform features provided by Blink. The main deliverables are: 1. A library which headless applications can link to to. 2. A sample application which demonstrates the use of headless APIs. |
|
Salvador reached me at tips@ponyfoo.com with a link to this awesome repo and I immediately added it to this week’s issue. He came up with an awesome infographic on ServiceWorker , detailing everything from its purpose and life cycle to every lifecycle event in greater detail. An awesome read, and, like most infographics – pretty entertaining as well. Good job Salvador! | |
|
A hands-on introductory book on the art of modern application and infrastructure monitoring and metrics. Looks like an interesting book on a subject we seldom inform ourselves about as web developers, but definitely something to take into account. If anything, store your server logs somewhere you can access later! |
|
Flexbox is awesome, but it introduces many new concepts that can make it difficult to use. These interactive examples will show you practical ways to use it to build UI components. They start out simple and get more complex near the end. You can start using these patterns in your own code right away, though I recommend you apply accessibility best practices to the markup (like using semantic HTML5 elements). |
|
eBay has compiled a list of patterns and antipatterns when it comes to accessibility. If anything, scan through the extensive list of samples that they’ve compiled. |
|
Harry helps us use static analysis to learn where to improve our CSS. In this case, he brings up parker , a tool that lists unique colors, median selector specificity, density, and selectors-per-rule – among other interesting metrics regarding your style sheets. Quite useful, give it a go! Also, read Harry’s review because his articles are always amazing! |
|
This guy made several beautiful art scenes using voxels. There are many online voxel editors out there that allow you to develop 3D scenes, but the ones Sir carma developed take the cake if you ask me! Really inspired art! | |
|
Justin Searls came up with an excellent test smells repository-based workshop A workbook repository of example test smells and what to do about them. |
|
Interviewing? Planning to switch jobs? Whatever the case, being good at interviewing is always a nice skill to have. Bill walks you through the different stages of an interview process and hands out a few tips on how to kill it at the coding interview. |
|
|
Comments