Programming Terms Reference
Table of Contents
Create summary of core terms for programming languages, frameworks, and tools.
1. Anki
- Card
- Deck
- Model
- Note
2. Angular
3. Ansible
- host
- role
- task
- environment
- application
4. AWS
- Cloud
- Edge
- Regions > Availability Zone (66)
6. AWS RDS
7. Bash
8. Chart.js
- Chart types
- Data: Labels and Datasets
- Datasets: [label, data, styles]
- Events
9. Docker
- Cluster
- Container
- Image
- Service
- Stack
- Swarm
10. Emacs
- bongo-library-mode
- csv-mode
- dired-mode
- emacs-lisp-mode
- fundamental-mode
- js-mode
- json-mode
- magit-status-mode
- org-journal-mode
- org-mode
- python-mode
- scheme-mode
- sh-mode
- text-mode
- yaml-mode
11. Fetch
- $.ajax({url, success, error})
- axios.get().then().catch()
- fetch(url).then(response => {})
12. Git
- Tree
- Object
- Index
- Ref
13. HTML
- html
- head
- body
- h1, h6
- p
- div
14. HTTP
- Entity
- Connection
- Method (OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, CONNECT)
- Status
- Authentication
- Caching
- Expiration
- Header
15. JavaScript
- Variables
- Operations, Expressions
- Regular expressions
- Statements
- Functions
- Objects
16. JWT
- Base64
- Header
- Payload
- RSA, ECDSA
- Signature
17. Git
18. Magit
- Pull
- Branch
- Forge
19. org-mode
20. Pandas
- Group
- Index
- Interpolation
- Merge, Join, Concatenate
- Select
- Series, DataFrame
21. Promises
- catch
- then
22. React
- Component
- Composition
- Events
- Hooks
- Lifecycle
- Props
- Render
- State
23. RxJS
- pipe
- filter
- map
- subscribe
24. sklearn
- Classification
- Regression
- Clusterming
- Dimenstionality reduction
- Model selection
- Preprocessing
25. seaborn
- Categorical
- Color
- Distributions
- Multiples
- Regressions
- Relational
- Styles
26. Stochastic
- brown
- collate
- ctmc
- dtmc
- gbm
- hist
- norm
- poissP
27. Unix
- alias
- cat, less
- chmod
- cut
- export
- find
- grep
- gzip, tar
- head
- jot
- jq
- kill
- ls, cd, cp, mv, rm
- ps
- sed
- sort
- source
- tail
- top
- tr
- xsv
- wc