An interesting summation of how the internet is consumed at the precipice of democracy. | |
|
Wallaby.js is an extension for popular editors that provides continuous execution of your unit tests, immediately displaying results next to your code. Complex values can be explored in real-time using Wallaby’s easy-to-navigate tree view. | |
|
“Poor performance can, and does, lead to exclusion. This point is extremely well documented by now, but warrants repeating. Sites that use an excess of resources, whether on the network or on the device, don’t just cause slow experiences, but can leave entire groups of people out.” |
|
Application development & delivery are continuing to change rapidly as agile principles are applied more thoroughly and to all parts of the overall process. Chris identifies three principles that guide modern application development: keep it small; design for the developer; and make it networked. |
|
Tom shares a roundup of ways that the information for element queries and container queries can be expressed in valid CSS syntax, living right in .css files with your other styles and media queries. You can even treat them like a pseudo-class on a selector. div[--element='{"minWidth": 300}'] {
border-color: limegreen;
}
|
|
OPS is a unikernel compilation and orchestration tool. It is the only tool that allows instant building and running of raw linux binaries as unikernels. |
|
Want to create native web animations but don’t know which tool to use? Lisi will help you understand your options so you make the right choice. |
|
CSS-Tricks rolled out a bold new site design at the turn of the year, and in this article they explain a few of the cool design choices they’ve made. Inspired stuff. |
|
CSS contain lets you isolate a subtree, and then browsers can avoid doing extra work, improving performance. |
|
The Multi-column Layout spec is often overlooked as we use Grid and Flexbox. Rachel explains why it is different to other layout methods, and shows some useful patterns and sites which showcase it well. |
|
Ryan talks about practical use cases for JavaScript proxies. |
|
rrweb is an open source web session replay library, which provides an easy-to-use API to record a user’s interactions and replay them remotely. |
|
With the benefit of hindsight, Max shares the technology choices he regrets making early on. |
|
Roman discusses how to plan and scale React applications, focusing on the technology side. |
|
|
Comments