Myths about useEffect
Another take on how useEffect is not about lifecycles, it’s rather about synchronization.
Mobile Native Foundation
Improving engineering for large-scale mobile apps. This is mainly geared towards native code, but many concepts apply to React Native as well.
ledger in go
plaintext accounting in go, inspired by ledger-cli and hledger
top mac apps of 2022
cultofmac’s best rated apps of 2022, including
- craft docs an alternative to notion, not as fully featured, but it’s free and quite fluid
- netnewswire one of the best rss reader for macos
Cristopher Cedeaux on React Native
the beginnings of react native from one of the original engineers involved in the project
Improving language models by retrieving from trillions of tokens
the new ai bots (call centers, help desks, etc) ? that would be awesome, instead of programming them ourselves
Build a GitHub support bot with GPT3, LangChain, and Python
a walkthrough of how to build a bot using gpt3, interesting read
Readability: The Optimal Line Length
a case for having lines to be between 50 and 75 characters long, turns out you can actually set that through css: p { max-width: 75ch }
Don’t use useEffect
cool article about improving usage of useEffect