-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacronyms.tex
23 lines (22 loc) · 1.05 KB
/
acronyms.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\newacronym{api}{API}{Application Programming Interface}
\newacronym{bdd}{BDD}{Behavior Driven Development}
\newacronym{crud}{CRUD}{Create, Read, Update, Delete}
\newacronym{mdns}{mDNS}{Multicast Domain Name Service}
\newacronym{dsl}{DSL}{Domain-Specific language}
\newacronym{fdm}{FDM}{Fused Deposition Modeling}
\newacronym{frp}{FRP}{Functional Reactive Programming}
\newacronym{gcd}{GCD}{Grand Central Dispatch}
\newacronym{gps}{GPS}{Global Positioning System}
\newacronym{http}{HTTP}{Hypertext Transfer Protocol}
\newacronym{ide}{IDE}{Integrated Development Environment}
\newacronym{json}{JSON}{JavaScript Object Notation}
\newacronym{kvo}{KVO}{Key-Value Observing}
\newacronym{mvc}{MVC}{Model-View-Controller}
\newacronym{mvvm}{MVVM}{Model-View-ViewModel}
\newacronym{orm}{ORM}{Object Relational Mapping}
\newacronym{rest}{REST}{Representational State Transfer}
\newacronym{sdk}{SDK}{Software Development Kit}
\newacronym{sql}{SQL}{Structured Query Language}
\newacronym{url}{URL}{Uniform Resource Locator}
\newacronym{xml}{XML}{eXtensible Markup Language}
\glsaddall