36 тысяч подписчиков
20 видео
Friendly Intro to Hardware Security Modules (HSMs)
Intro to Encryption, in Friendly Terms: Cryptography, AES, Man In The Middle, and HTTPS
Consistency, the C of ACID | Software Engineering Dictionary
Throughput vs. Latency: How To Debug A Latency Problem
Availability | Software Engineering Dictionary
1 minute coding tip: npx to make it easier to run npm binaries from your JS project
Non-blocking I/O and how Node uses it, in friendly terms: blocking vs async IO, CPU vs IO
1 minute coding tip: git diff-words to see diffs on a per-word basis instead of per line
Friendly Intro To the CAP Theorem (Consistency vs Availability vs Partition Tolerance)
Idempotency, a key term in distributed systems | Software Engineering Dictionary
So You Tested Positive For COVID, But Do You Actually Have COVID? A Friendly Intro to Bayes' Law
Durability, the D of ACID | Software Engineering Dictionary
Password Storage Tier List: encryption, hashing, salting, bcrypt, and beyond
Unicode, in friendly terms: ASCII, UTF-8, code points, character encodings, and more
How to make code more testable, by factoring out and abstracting side effects
The Absolute Best Intro to Monads For Software Engineers