-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Raj Patil <rajp152k@gmail.com>
- Loading branch information
Showing
11 changed files
with
162 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:PROPERTIES: | ||
:ID: f75d1fff-b3a2-4f36-ad90-7cdfee1fd58b | ||
:END: | ||
#+title: Gateway API-K8s | ||
#+filetags: :k8s: | ||
|
||
* Resources | ||
- https://kubernetes.io/docs/concepts/services-networking/gateway/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
:PROPERTIES: | ||
:ID: 1bb49dbe-b172-4b84-9333-9f919e6d5d5e | ||
:END: | ||
#+title: Leaky Bucket | ||
#+filetags: :algo:cs: | ||
|
||
* Relevant Nodes | ||
** [[id:224dc7d4-396f-49cf-8d4f-e106a83b4092][Token Bucket]] | ||
* Resources | ||
- https://en.wikipedia.org/wiki/Leaky_bucket |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
:PROPERTIES: | ||
:ID: f5db6ddc-024e-4ed0-99f6-9e09ae19106f | ||
:END: | ||
#+title: Design Patterns | ||
#+filetags: :meta:cs: | ||
|
||
Generic Patterns, or their compositions, that can be thrown at problems before you have to start inventing novel ones. | ||
|
||
|
||
* Resources | ||
- https://refactoring.guru/design-patterns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
:PROPERTIES: | ||
:ID: c0126ead-1fa4-4d21-9406-1ecf50211ffe | ||
:END: | ||
#+title: Split-Brain Scenario | ||
#+filetags: :cs:meta: | ||
|
||
See Biological origins : [[id:18d5b474-ac34-424b-8838-b6cee0dcedd7][Split Brain Syndrome]] | ||
|
||
* Resources | ||
- https://en.wikipedia.org/wiki/Split-brain_(computing) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:PROPERTIES: | ||
:ID: 18d5b474-ac34-424b-8838-b6cee0dcedd7 | ||
:END: | ||
#+title: Split Brain Syndrome | ||
#+filetags: :biology: | ||
|
||
* Resources | ||
- https://en.wikipedia.org/wiki/Split-brain |