'Lunch and Learn' Isn't a Perk
‘Lunch and Learn’ training sessions shouldn’t be described as a work perk on job specs. Training your developers properly isn’t something to show off about - it’s your job.
‘Lunch and Learn’ training sessions shouldn’t be described as a work perk on job specs. Training your developers properly isn’t something to show off about - it’s your job.
The X25519Kyber768Draft00 standard is a hybrid elliptic curve/post-quantum key exchange in use now for TLS 1.3
Cloudflare’s fork of Go adds post-quantum cryptography. Compiling Caddy with CFGo gives you a TLS handshake which is secure against store-now-decrypt-later quantum computer cryptanalysis.
Complexity Theory and Big O notation, and why logarithmic bases don’t matter
Slices in Go automatically adjust their size when new values are inserted. O(n) is the time complexity for this operation.