Resumable | Concepts 📚 Qwik Documentation
Continuous Architecture states that the unit of work of an architect is an architectural decision.
Pierre Pureur • Continuous Architecture in Practice: Software Architecture in the Age of Agility and DevOps (Addison-Wesley Signature Series (Vernon))
A call to load always loads the file you ask for, whether you’ve loaded it already or not. If a file changes between loadings, anything in the new version of the file that rewrites or overrides anything in the original version takes priority. This can be useful, especially if you’re in an irb session and modifying a file in an editor at the same ti
... See moreJoe Leo • The Well-Grounded Rubyist
This applies in the vast majority of cases. Some exceptions seem like pure services. Zapier, for example, is mostly logic that connects others' databases through APIs. But even here, your built-up Zaps are stored in their database and make it less likely you'll switch to IFTTT. Plaid connects financial databases, but the authorizations are stored o... See more
Danny Zuckerman • Data composability: what it is + why it matters
Replicache: Framework for local-first web apps.
replicache.dev