Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 6.21 KB

may.md

File metadata and controls

64 lines (50 loc) · 6.21 KB

May 2020

JavaScript & Framework Performance, a timeline

Testing

  • Cal Paterson (2020), The argument against clearing the database between testshttp://calpaterson.com/against-database-teardown.html

    I'm of the school of thought that most useful "unit"1 tests should involve the database. Consequently I don't mock out, fake or stub the database in tests that I write... You can't write tests that assume that data it has created is the only thing present... Instead each test needs to be written to assert only on the basis of data it has created (or has not created). It should handle data created by others.

  • Angie Jones (2019), Verifying Entire Api Responses (with Approval Testing)http://angiejones.tech/verifying-entire-api-responses/

CSS

Conflict-free Replicated Data Types

  • crdt.techhttps://crdt.tech/

    A Conflict-free Replicated Data Type (CRDT) is a data structure that simplifies distributed data storage systems and multi-user applications.

Kafka

React in 33 lines

State Transitions