code
links#
Aggregator, Leaf, Tailer - an alternative to, but also a good architecture diagram of, Lambda Architecture.
12 Factor App is a methodology for building modern, scalable, maintainable software-as-a-service applications.
React Today and Tomorrow and 90% Cleaner React With Hooks - the first three talks from React Conf 2018 by Sophie Alpert, Dan Abramov, and Ryan Florence. A demonstration of drastically less component code by using Hooks.
Programming with GUTs - Kevlin Henney advises on writing Good Unit Tests (GUTs) by treating testing as a form of communication with multiple levels and forms of feedback.
Game Programming Patterns, a free book by Robert Nystrom, covers design, sequencing, behavioural, decoupling and opttimization patterns for game development.
Comment only what the code cannot say
Don’t comment bad code — rewrite it.