#ddd #craft #typescript #nodejs ♯dièse ♭bémol
Teams with good scores on both, spend 44% more time on new features!!!
Read “Accelerate” by Nicole Forsgren et al.
4/4
Teams with good scores on both, spend 44% more time on new features!!!
Read “Accelerate” by Nicole Forsgren et al.
4/4
* Stable high-traffic workloads => containers
* Bursty, occasional workloads => lambda
And don't forget about caching. It's literally a cheat code for building scalable and high-performance systems!
* Stable high-traffic workloads => containers
* Bursty, occasional workloads => lambda
And don't forget about caching. It's literally a cheat code for building scalable and high-performance systems!
> the problems with data races and memory safety arise when you have both aliasing (shared data) and mutability. The functional approach to solving this problem is to remove mutability. Rust’s approach would be to remove aliasing.
smallcultfollowing.com/babysteps/bl...
> the problems with data races and memory safety arise when you have both aliasing (shared data) and mutability. The functional approach to solving this problem is to remove mutability. Rust’s approach would be to remove aliasing.
smallcultfollowing.com/babysteps/bl...