From 36b28f4d326a60828feeb26664742a0d0ac45b40 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 14 Aug 2024 18:23:48 +0200 Subject: [PATCH] chore(acronyms): add api and fdw --- knowledge base/acronyms and abbreviations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/knowledge base/acronyms and abbreviations.md b/knowledge base/acronyms and abbreviations.md index 99bd7f2..63397b4 100644 --- a/knowledge base/acronyms and abbreviations.md +++ b/knowledge base/acronyms and abbreviations.md @@ -7,6 +7,7 @@ | ACME | [Automatic Certificate Management Environment] | Protocol to automate the issuance and renewal of certificates without human interaction | | AD | Active Directory | | | ADR | [Architectural Decision Record][adr] | | +| API | Application Programming Interface | A way for two or more computer programs or components to communicate with each other | | APK | Alpine Package Keeper | Package manager used by Alpine Linux | | APT | Advanced Package Tool | Package manager used by Debian Linux | | ASCII | American Standard Code for Information Interchange | | @@ -45,6 +46,7 @@ | ESS | Extended Service Set | Group of WAPs working together to offer the same wireless network | | ESSID | Extended Service Set IDentifier | The wireless network name shared in an ESS | | ETL | Extract, Transform and Load | The process of combining data from multiple sources into a large, central data warehouse | +| FDW | Foreign Data Wrapper | Standardized way of handling access to remote objects from SQL databases | | FHS | [Filesystem Hierarchy Standard][fhs] | | | FIFO | First In First Out | | | FILO | First In Last Out | |