Update 'braindump.md'
This commit is contained in:
parent
f848dd8b68
commit
000d476e8a
35
braindump.md
35
braindump.md
|
@ -1,5 +1,10 @@
|
|||
# Braindump
|
||||
|
||||
## MetaHubs
|
||||
- Operating System
|
||||
- Web
|
||||
- Game Dev
|
||||
|
||||
## Article Ideas:
|
||||
- Realtime Networking
|
||||
- Cryptography
|
||||
|
@ -9,6 +14,10 @@
|
|||
- Optimization
|
||||
- Parallel Programming
|
||||
- Databases
|
||||
- UI / UX Design
|
||||
- Time
|
||||
- Filesystems
|
||||
- GPU programming
|
||||
|
||||
## Present Glossary Terms:
|
||||
- HTTP
|
||||
|
@ -27,12 +36,34 @@
|
|||
- JSON
|
||||
- WASM
|
||||
- AJAX
|
||||
- LAMP
|
||||
- SQL
|
||||
- NoSQL
|
||||
- GraphQL
|
||||
- CAP theorem
|
||||
- B-Trees
|
||||
- NTP
|
||||
- Time Skewing / Slurring / Smearing
|
||||
- Journalling
|
||||
- Hypervisor
|
||||
- Interpreters
|
||||
- JIT
|
||||
|
||||
## Compiler Glossary Terms:
|
||||
- SSA
|
||||
- Basic Blocks
|
||||
- Peephole Optimization
|
||||
- Parser-Generators
|
||||
- Regular Grammars
|
||||
- BNF
|
||||
- Context-Free Grammars
|
||||
- Automata
|
||||
- Regular Expressions
|
||||
- Conway's Game of Life
|
||||
- Turing Machines
|
||||
- Lambda Calculus
|
||||
- Finite State Machines
|
||||
- Monads
|
||||
- Complexity Theory
|
||||
|
||||
## Future Glossary Terms:
|
||||
- VLAN
|
||||
|
@ -68,3 +99,5 @@
|
|||
- Heap
|
||||
- DMA
|
||||
- Page Tables (virtual memory)
|
||||
- Dark Patterns
|
||||
- Consensus algorithms
|
Loading…
Reference in New Issue