|
2 | 2 | title = "Effectful Ecosystem"
|
3 | 3 | template = "ecosystem/index.html"
|
4 | 4 |
|
| 5 | +[[extra.list]] |
| 6 | +title = "Concurrency" |
| 7 | +content = "Concurrent and asynchronous computations" |
| 8 | +url = "/ecosystem/concurrency/" |
| 9 | + |
5 | 10 | [[extra.list]]
|
6 | 11 | title = "Cryptography"
|
7 | 12 | content = "Cryptography and random number generation libraries"
|
8 |
| -url = "/projects/cryptography/" |
| 13 | +url = "/ecosystem/cryptography/" |
9 | 14 |
|
10 | 15 | [[extra.list]]
|
11 |
| -title = "Metrics, Logs, Traces and Profiles" |
| 16 | +title = "Metrics, Logs, Traces, Profiles" |
12 | 17 | content = "Produce and export observability data for your application"
|
13 |
| -url = "/projects/mltp/" |
| 18 | +url = "/ecosystem/mltp/" |
14 | 19 |
|
15 | 20 | [[extra.list]]
|
16 |
| -title = "Web Development" |
17 |
| -content = "HTTP servers and clients, HTML templating" |
18 |
| -url = "/projects/web-development" |
| 21 | +title = "Data Storage" |
| 22 | +content = "SQL databases, Redis, in-memory caches" |
| 23 | +url = "/ecosystem/data-storage" |
19 | 24 |
|
20 | 25 | [[extra.list]]
|
21 |
| -title = "Data stores" |
22 |
| -content = "SQL databases, Redis, in-memory caches" |
23 |
| -url = "/projects/data-storage" |
| 26 | +title = "Web Development" |
| 27 | +content = "HTTP servers and clients, HTML templating" |
| 28 | +url = "/ecosystem/web-development" |
24 | 29 |
|
25 | 30 | [[extra.list]]
|
26 |
| -title = "Utilities" |
27 |
| -content = "Time, system processes" |
28 |
| -url = "/projects/utilities" |
| 31 | +title = "System Programming" |
| 32 | +content = "Time, Processes, Network" |
| 33 | +url = "/ecosystem/system" |
29 | 34 | +++
|
0 commit comments