Skip to content

Commit 499342f

Browse files
author
Phil Hawksworth
authored
Merge pull request #369 from jamstack/pnh/glossary-contributions
Update glossary.yaml
2 parents 5f111c0 + a89c492 commit 499342f

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

src/site/_data/glossary.yaml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,29 @@
3636

3737
- term: 'Dynamic server'
3838
id: 'dynamic-server'
39+
40+
- term: 'API'
41+
id: 'api'
42+
definition: 'API is the acronym for Application Programming Interface. It defines interactions that allows two applications to talk to each other.'
43+
44+
- term: 'API Economy'
45+
id: 'api-economy'
46+
definition: 'A term that has come to mean the depth and breadth of APIs that are available for developers to use in the current landscape.'
47+
48+
- term: 'Microservice'
49+
id: 'microservice'
50+
definition: 'A programming paradigm where many parts of a large application are broken down into various units that have smaller responsibility. We can use Serverless or APIs for this, but it''s not that APIs or Serverless are necessarily Microservices, it''s that we have split apart what we want to access, and that modularity is what we call Microservices.'
51+
52+
- term: 'Monolith'
53+
id: 'monolith'
54+
55+
- term: 'Monorepo'
56+
id: 'monorepo'
3957

4058
- term: 'Markup'
4159
id: 'Markup'
4260

4361
- term: 'Markdown'
4462
id: 'Markdown'
4563

46-
- term: 'API'
47-
id: 'api'
48-
64+

0 commit comments

Comments
 (0)