Skip to content

Commit a434cf9

Browse files
committed
Add concurrent and distributed topics
1 parent 8035e2c commit a434cf9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

content/Index.en.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
10.1. Asynchronous programming
7777
10.2. Parallel programming
7878
10.3. Actor-based programming
79+
10.4. Lock-free data structures
7980
11. Advanced programming paradigms
8081
11.1. Generic programming
8182
11.2. Event-driven and reactive programming
@@ -92,4 +93,10 @@
9293
11.5. Hierarchical and graph databases
9394
11.6. Column databases and in-memory databases
9495
11.7. Distributed databases
95-
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

Comments
 (0)