⚠️ ARCHIVED WEBSITE, NO FURTHER UPDATES ⚠️
383 shaares
79 private links
79 private links
The world is concurrent, and so should your software be if it wants to interact effectively.
~ Paul Butcher
Renne French, Rob C. Pike's spouse, is responsible for the Go Lang logo inspiration.
Used correctly, concurrency is the key that unlocks responsiveness, fault tolerance, efficiency, and simplicity.
~ Paul Butcher
Every so often developers talk about “sanitizing user input” to prevent cross-site scripting attacks. This is well-intentioned, but leads to a false sense of security, and sometimes mangles perfectly good input.