Skip to content

Commit 9b379ec

Browse files
authored
Update README.md
1 parent 38a1a36 commit 9b379ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#### CouchDB
1616
* [What Every Developer Should Know About CouchDB](https://www.dimagi.com/blog/what-every-developer-should-know-about-couchdb/) (1)
1717
* [CouchDB Implementation](http://horicky.blogspot.com/2008/10/couchdb-implementation.html)
18+
* [CouchDB 2.0’s read and write behaviour in a cluster](https://dx13.co.uk/articles/2015/10/19/couchdb-20s-read-and-write-behaviour-in-a-cluster/)
1819
#### Vitess
1920
* [What is Vitess?](https://gamechangers.tistory.com/116)
2021
### Storage
@@ -28,6 +29,9 @@
2829
#### RabbitMQ
2930
#### Apache Bookkeeper
3031
* [Bookkeeper Github](https://github.com/apache/bookkeeper)
32+
### Event Bus
33+
#### Apache EventMesgh
34+
* [Introduction to EventMesh](https://eventmesh.apache.org/docs/introduction/)
3135
### Programming Languages
3236
----
3337
#### Java
@@ -39,6 +43,9 @@
3943
#### GO
4044
* [Simple tutorial](http://golang.site/go/article/2-Go-%EC%84%A4%EC%B9%98%EC%99%80-Go-%ED%8E%B8%EC%A7%91%EA%B8%B0-%EC%86%8C%EA%B0%9C)
4145
* [Go Contex](https://inspirit941.tistory.com/425)
46+
* [HTTP connection pool in Go](https://tech.buzzvil.com/blog/http-connection-pool-in-go-explained/)
47+
* [Go scheduler](https://morsmachine.dk/go-scheduler)
48+
* [Go scalable scheduler design](https://docs.google.com/document/d/1TTj4T2JO42uD5ID9e89oa0sLKhJYD0Y_kqxDv3I3XMw/edit?pli=1#heading=h.mmq8lm48qfcw)
4249
#### Python
4350
* [How to work in the main function and import modules](https://www.geeksforgeeks.org/python-main-function/) (1)
4451
### Cloud
@@ -57,6 +64,8 @@
5764
* [Kubernetes network](https://medium.com/finda-tech/kubernetes-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-%EC%A0%95%EB%A6%AC-fccd4fd0ae6)
5865
* [Kubernetes network advanced](https://malwareanalysis.tistory.com/248)
5966
* [Book - 쿠버네티스 완벽 가이드](https://product.kyobobook.co.kr/detail/S000001834656) (1)
67+
### Istio
68+
* [Locality failover](https://istio.io/latest/docs/tasks/traffic-management/locality-load-balancing/failover/)
6069
----
6170
### Architecture
6271
* [System Design Interviews: A step by step guide](https://www.educative.io/courses/grokking-the-system-design-interview/B8nMkqBWONo)
@@ -76,3 +85,4 @@
7685
----
7786
### Etc
7887
* [Special characters in cron expression](https://www.baeldung.com/cron-expressions#1-special-characters-in-expression) (1)
88+
* [eBPF: Unlocking the Kernel](https://www.youtube.com/watch?v=Wb_vD3XZYOA)

0 commit comments

Comments
 (0)