Reading List
- Common mistakes with React Testing Library
Some mistakes I frequently see people making with React Testing Library.
- State Management: Separation of Concerns
How Separation of Concerns can help resolve the never-ending State Management fatigue
- Who Does That Server Really Serve?
Richard Stallman
On the Internet, proprietary software isn't the only way to lose your computing freedom. Service as a Software Substitute, or SaaSS, is another way to give someone else power over your computing.
- View-Source
Chromium offers two ways for an end-user to view the source code of a web page: 1) the Developer Tools, and 2) The longstanding view-source viewer. Of these, the Developer Tools have received all m…