Linux Load Averages: Solving the Mystery

“In 1993, a Linux engineer found a nonintuitive case with load averages, and with a three-line patch changed them forever from “CPU load averages” to what one might call “system load averages.” His change included tasks in the uninterruptible state, so that load averages reflected demand for disk resources and not just CPUs. ”

A great bit of research explaining not just what “load average” means in general, but how and why Linux load averages are computed differently from other *nix systems.

http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html

Linux Load Averages: Solving the Mystery

A feature based approach to React development | Software Development Notes

In a component-oriented application, a suggestion that code should be organized by (more-or-less) stand-alone features, rather than layers of system architecture (authentication, database, ui, api, etc.)

http://ryanlanciaux.com/blog/2017/08/20/a-feature-based-approach-to-react-development/

A feature based approach to React development | Software Development Notes

Introduction to Preact — a smaller, faster React alternative

devs: interesting introduction to Preact (?smaller, faster React alternative) via @yomieluwande

Introduction to Preact?: A smaller, faster React alternative

Introduction to Preact — a smaller, faster React alternative