Update 'braindump.md'
This commit is contained in:
parent
57c27daea3
commit
9d5fae854b
72
braindump.md
72
braindump.md
|
@ -1 +1,71 @@
|
|||
# PUT BRAINDUMP HERE
|
||||
# Braindump
|
||||
------------------
|
||||
|
||||
Article Ideas:
|
||||
- Realtime Networking
|
||||
- Cryptography
|
||||
- Compression
|
||||
- Software Security
|
||||
- Memory Allocation
|
||||
- Optimization
|
||||
- Parallel Programming
|
||||
- Databases
|
||||
|
||||
Present Glossary Terms:
|
||||
- HTTP
|
||||
- TCP
|
||||
- UDP
|
||||
- QUIC
|
||||
- DNS
|
||||
- IP
|
||||
- Ethernet
|
||||
- ARP
|
||||
- TLS
|
||||
- DHCP
|
||||
|
||||
More Future Glossary Terms:
|
||||
- REST
|
||||
- JSON
|
||||
- WASM
|
||||
- AJAX
|
||||
- LAMP
|
||||
- SQL
|
||||
- NoSQL
|
||||
- GraphQL
|
||||
- CAP theorem
|
||||
- B-Trees
|
||||
|
||||
Future Glossary Terms:
|
||||
- VLAN
|
||||
- Rollback
|
||||
- Opus
|
||||
- ICE/STUN/TURN
|
||||
- NAT
|
||||
- P2P
|
||||
- Burrows-Wheeler Transform
|
||||
- RLE Compression
|
||||
- Wavelet Transforms
|
||||
- PCKS
|
||||
- RSA
|
||||
- SHA
|
||||
- ECC
|
||||
- CRC
|
||||
- Trampolines
|
||||
- ROP chains
|
||||
- Buffer overflow
|
||||
- NUMA regions
|
||||
- Merkle Trees
|
||||
- Cache Locality
|
||||
- CAS
|
||||
- Mutex
|
||||
- Semaphore
|
||||
- RW Locks
|
||||
- Memory Barriers
|
||||
- CSP
|
||||
- Buddy Allocator
|
||||
- Pool
|
||||
- Arenas
|
||||
- Stack
|
||||
- Heap
|
||||
- DMA
|
||||
- Page Tables (virtual memory)
|
Loading…
Reference in New Issue