Skip to content

Commit 4d27cd7

Browse files
committed
Docs
1 parent 73c3c16 commit 4d27cd7

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
3+
* [Write a database from scratch](https://www.youtube.com/playlist?list=PLWRwj01AnyEtjaw-ZnnAQWnVYPZF5WayV)
4+
15
##
26

37
* Build Your Own Database From Scratch

redis-zig/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* [Building a Redis clone in Zig, Codecrafters Challenge](https://www.youtube.com/playlist?list=PLYA3HD4nElQm-85mgLkpqaC8I7k-K-5iH)

secretary/kademilia.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Kademilia
2+
3+
* [Distributed Hash Tables with Kademlia](https://codethechange.stanford.edu/guides/guide_kademlia.html#supporting-dynamic-leaves-and-joins)
4+
5+
* [Kademlia, Explained](https://www.youtube.com/watch?v=1QdKhNpsj8M)
6+
* [Playlist](https://www.youtube.com/playlist?list=PLiYqQVdgdw_sSDkdIZzDRQR9xZlsukIxD)
7+
8+
###
9+
110
You’re looking for a Kademlia DHT implementation in Golang. I’ll explain the key components and then provide an implementation outline.
211

312
🔹 Key Components of Kademlia in Golang

0 commit comments

Comments
 (0)