We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8035e2c commit a434cf9Copy full SHA for a434cf9
content/Index.en.md
@@ -76,6 +76,7 @@
76
10.1. Asynchronous programming
77
10.2. Parallel programming
78
10.3. Actor-based programming
79
+ 10.4. Lock-free data structures
80
11. Advanced programming paradigms
81
11.1. Generic programming
82
11.2. Event-driven and reactive programming
@@ -92,4 +93,10 @@
92
93
11.5. Hierarchical and graph databases
94
11.6. Column databases and in-memory databases
95
11.7. Distributed databases
-13. Distributed systems
96
+13. Distributed systems
97
+ 13.1. Interprocess communication
98
+ 13.2. Conflict-free replicated data types
99
+ 13.3. Consistency, availability, and partition
100
+ 13.4. Conflict resolution strategies
101
+ 13.5. Consensus protocols
102
+ 13.6. CQRS, EventSourcing
0 commit comments