-
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
13 changed files
with
73 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
:PROPERTIES: | ||
:ID: db649cb6-047e-426e-8cdc-774586ef30a0 | ||
:ROAM_ALIASES: AI | ||
:END: | ||
#+title: Artificial Intelligence | ||
#+filetags: :ai: | ||
|
||
* Stream | ||
** 0x22F4 | ||
- the [[id:3504d497-477f-467c-8d6b-d8096c7528c1][Data Science Hierarchy of Needs]] | ||
** 0x22EC | ||
- going for a pragmatic rediscovery of aspects of the field that can be applied to other domains | ||
- have an academic foundation that could be leveraged into directing miscellaneous research streams | ||
- this is a generic node for relevant applications could be applied anywhere based on how one frames the domain specific problem. | ||
|
||
* Resources | ||
- https://ai.openbestof.com/ |
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,22 @@ | ||
:PROPERTIES: | ||
:ID: a5fc0eca-58cc-4cde-9ae8-4e22fa7f57f3 | ||
:END: | ||
#+title: OpenAPI | ||
#+filetags: :protocol:cs:programming: | ||
|
||
* Overview | ||
|
||
- *Definition*: OpenAPI is a specification for building [[id:20240101T073142.439145][APIs]] using a standard format which provides a clear structure for describing [[id:88828c6f-87e0-4569-b236-dc6ebb72d282][RESTful]] web services. | ||
- *Purpose*: It allows both humans and computers to discover and understand the capabilities of a service without requiring access to the source code, enabling easier integration and documentation. | ||
- *Key Components*: | ||
- *Paths*: Defines the endpoints in the API and how they interact. | ||
- *Operations*: Specifies the HTTP methods used (GET, POST, PUT, DELETE, etc.). | ||
- *Parameters*: Outlines input parameters and their descriptions. | ||
- *Responses*: Describes the output returned by the API, including status codes and message content. | ||
- *Schemas*: Defines the data structures used in input/output for stronger validation and clarity. | ||
- *Format*: Typically written in YAML or JSON. | ||
- *Interoperability*: Facilitates collaboration between diverse teams and different tooling ecosystems by establishing a universal | ||
* [[id:f6f7f087-b7fe-4192-8950-497166f5af0f][MCP]] | ||
- https://www.mcpservers.ai/servers/snaggle-ai/OpenAPI | ||
* Resources | ||
- https://www.openapis.org/what-is-openapi |
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,5 @@ | ||
:PROPERTIES: | ||
:ID: 56dbce77-b258-4fde-a6c7-f865e476c879 | ||
:END: | ||
#+title: Scalability | ||
#+filetags: :eng:cs: |
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,5 @@ | ||
:PROPERTIES: | ||
:ID: adaf5bfa-48f9-415b-893e-7398b10f383e | ||
:END: | ||
#+title: Loose Coupling | ||
#+filetags: :eng:cs: |
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,5 @@ | ||
:PROPERTIES: | ||
:ID: b24fb743-99bb-4e1a-b4a4-3b81c9677360 | ||
:END: | ||
#+title: Resilience | ||
#+filetags: :eng:cs: |
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,5 @@ | ||
:PROPERTIES: | ||
:ID: 2cd51b23-f253-40e2-8c5d-6f2924ca484d | ||
:END: | ||
#+title: Manageability | ||
#+filetags: :eng:cs: |
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,5 @@ | ||
:PROPERTIES: | ||
:ID: 3913909e-2b8d-465c-8303-5c634bd08f57 | ||
:END: | ||
#+title: Observability | ||
#+filetags: :eng:cs: |
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,9 @@ | ||
:PROPERTIES: | ||
:ID: 2dca77bf-c105-407f-8afc-289716ea79d5 | ||
:END: | ||
#+title: Latency Index | ||
#+filetags: :eng:cs: | ||
|
||
* Resources | ||
- https://colin-scott.github.io/personal_website/research/interactive_latency.html | ||
- https://www.youtube.com/watch?v=FqR5vESuKe0&list=PLCRMIe5FDPsd0gVs500xeOewfySTsmEjf&index=3&ab_channel=ByteByteGo |