"Computers are like Old Testament gods; lots of rules and no mercy"
|
—Â
Joseph Campbell,
Writer
|
|
|
Best 7 links of week #49, 2018
|
|
|
All browsers ship with a set of default styles that are applied to every web page in what is called the “user agent stylesheet”. A lot of styles, however, are inconsistent between the user agent stylesheets. In order to deal with the inconsistencies between user agent stylesheets, CSS resets were born.
|
|
|
|
Code walkthrough on using Cloudflare workers to improve the performance of sites using Google Fonts. The improvements can be quite dramatic and the sample provides a real-world use case of doing streaming HTML modification in a Cloudflare Worker.
|
|
|
|
Immutable Web Applications is a framework-agnostic methodology for building and deploying static single-page applications that: minimizes risk and complexity, simplifies and maximizes caching, minimizes the need for servers and administration of runtime environments, enables continuous delivery through simple, flexible, atomic deployments.
|
|
|
|
A great use case for serverless: how to build a reliable webhook system using SQS and Lambda.
|
|
|
|
This article is aimed at people who have already had their first approach to React, and who, as beginners, have doubts about how setState should be used.
|
|
|
|
Looking at the implementation and getting to know it inside out how React hooks actually work. Hooks are a powerful abstraction, but it can be very important to understand what lies behind these abstractions to be able to use hooks effectively.
|
|
|
|
A 404 page should do more than apologize for poor navigation on behalf of your website. A properly designed 404 page could better your website’s chances of people coming back despite the inconvenience.
|
|
|
Â
|