Unrordered:
-
Web Frontend JS, SPA, MPA, CQRS/Reactivity == data-star.dev
- 30 min talk - https://www.youtube.com/watch?v=0K71AyAF6E4
- v1 release allows starting from text/html, text/json and go to SSE - https://www.youtube.com/watch?v=u0I7f6NMZvk
-
Metaprogramming in Programming Languages == Jai
- Compiler arbitrary execution and code gen while the compiler compiles - https://www.youtube.com/watch?v=OpoxlJ9e3Qg
- Compiler extension and introspection while the compier compiles - https://www.youtube.com/watch?v=IdpD5QIVOKQ
-
Source and Version control != Git
candidates
-
Mobile, Desktop, Cross-plat UI
-
Key-value Store != Redis
candidates
- Single С file impl being fast https://github.com/tidwall/pogocache
-
Messaging != Kafka
candidates
-
Streaming
-
Fast and Memory efficient Map, HashMap, Dictionary data-structure
candidates
- Swiss Tables https://abseil.io/about/design/swisstables
- Robin Hood probing for the linear structured hash maps
-
Programming Laguage Parser != Parser Combinators
candidates
- Immediate Parsing (C) https://ww.youtube.com/watch?v=NxiKlnUtyio