Add Falsehoods about Event-Driven Systems

This commit is contained in:
Loïc Carr 2024-06-30 23:34:52 -07:00 committed by Kevin Deldycke
parent b7b2d0480b
commit 27c82da5d3
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ On character encoding, string formatting, unicode and internationalization.
- [The yaml document from hell](https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell) - YAML is full of obscure complexity like accidental numbers and non-string keys.
- [I am endlessly fascinated with content tagging systems](https://twitter.com/hillelogram/status/1534301374166474752) - There are edge-cases even in tagging systems which are supposed to be barebone.
- [Falsehoods about Quantum Technology](https://github.com/gottfriedsz/falsehoods-quantum) - Common misconceptions about quantum technology and computers.
- [Falsehoods about Event-Driven Systems](https://dimtion.fr/blog/falsehoods-event-driven/) - Misconceptions about event driven systems and message passing.
## Transportation