Victoria Drake
What is TCP/IP? Layers and protocols explainedAlternatively titled, "Why the Internet Protocol Suite is an imaginary rainbow layer cake"
computing
☕️
5 min read
Victoria Drake
WPA Key, WPA2, WPA3, and WEP Key: Wi-Fi security explainedWhich one should you be using? Why Wi-Fi security matters.
computing
☕️ ☕️
8 min read
Victoria Drake
What is TLS? Transport Layer Security encryption explained in plain englishHow TLS, digital certificates, and sessions help keep communications secure.
cybersecurity
☕️
5 min read
Victoria Drake
SQLite in production with WAL 🔥An underappreciated candidate for light and fast database transactions.
data
☕️
4 min read
Victoria Drake
Multithreaded Python: slithering through an I/O bottleneckHow taking advantage of parallelism in Python can make your software orders of magnitude faster.
python
☕️
5 min read
Victoria Drake
Breaking bottlenecks 🍾A talk on the benefits of non-blocking functions for programs, developers, and organizations.
computing
☕️ ☕️ ☕️
12 min read
Victoria Drake
Concurrency, parallelism, and the many threads of Santa Claus 🎅A seasonal exploration of the difference between concurrent, parallel, and multithreaded processes.
computing
☕️ ☕️
7 min read
Victoria Drake
A coffee-break introduction to time complexity of algorithmsA groundwork understanding of algorithm time complexity in about fifteen minutes.
algorithms
☕️ ☕️ ☕️
16 min read
Victoria Drake
Iterating over objects and arrays: frequent errorsA quick reference to why your code isn't working, or some errors I frequently make with iteration when the coffee wears off.
coding
☕️
4 min read