Stuff 2023
This is a recap of stuff I read, watched, and studied during the year 2023. Programming Books Code Complete, by Steve McConnell Design Patterns, by Erich Gamma, Grady Booch, Richard Helm, Ralph Johnson, John Vlissides The Rust Programming Language, by Steve Klabnik and Carol Nichols Zero to Production in Rust, by Luca Palmieri This year I finally started to learn about Rust. I like how Rust makes you think about abstractions and forces you to try and write better code (I feel guilty when I slap a ....