Remix.run Logo
Ask HN: Good books about architecturing cloud solutions for performance?
7 points by akkad33 13 hours ago | 4 comments

What are some good books for architecture of web software for performance? Preferably ones targeted to Spring but also other technologies

quintes 2 hours ago | parent | next [-]

Ask a specific question, and let’s see how to help you

JojoFatsani 8 hours ago | parent | prev | next [-]

Google SRE Book. Get a good handle on slo/sli

chingchan 10 hours ago | parent | prev [-]

I like designing data-intensive applications from Martin as the first book. Then, dive into specific technology - such as database, networking, serverless and more.

AWS has resources around Cloud scalability but you can draw parallel to apply for GCP and Azure.

akkad33 2 hours ago | parent [-]

I have read his book (not cover to cover, but certain chapters). I didn't get anything out of it. I mean I understood sort of the theoretical part, but no idea how it can help architect things. Maybe I'm too dumb