I came across this list and thought it might be interesting to the programming community here.
Which of these books have you read, or are on your list? Did any have a profound impact on your life? Were any a struggle to get through?
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.
Hope you enjoy the instance!
Follow the wormhole through a path of communities !webdev@programming.dev
I’ve been reading Designing Data-Intensive Applications and it really is a great book, specifically for backend engineers.
That one has been on my list for a while. Are you finding yourself able to easily apply what is taught to your day-to-day?
A lot of it has reinforced my understanding around distributed databases and transactions. In my day-to-day, I’ve not really had need to use this knowledge as pretty much all our data stores are hosted in cloud platforms and we’re operating on low datasets and traffic.