this post was submitted on 11 Jun 2023
12 points (100.0% liked)

Cloud

502 readers
3 users here now

This community was created to share news, hold discussions, insights, and knowledge sharing about cloud computing and different cloud services like AWS, Google Cloud, Azure, and many others.

Read our rules here

founded 1 year ago
MODERATORS
 

Hey everyone,

I thought it would be good to set up a repository of learning materials beneficial for both newcomers and seasoned professionals.

The aim is to curate content that ranges from beginner to advanced levels, either focused on specific cloud platforms like AWS, Google Cloud, Azure, IBM Cloud, etc., or general insights applicable across multiple platforms.

The three main categories for suggestions are:

  1. Books: What are some introductory and advanced-level books that have deepened your understanding of cloud computing? This could include architecture, best practices, security, scalability, serverless computing, cookbooks and others.

  2. Blogs: We'd love to know which blogs you trust and follow for the latest news, trends, and innovations in cloud computing. Technical blogs offering how-to guides, problem-solving techniques, project logs and tutorials, or sharing personal experiences in the field would also be great.

  3. Videos: Are there YouTube channels, online course platforms, or websites that have provided you with insightful video tutorials, webinars, or talks on cloud technology?

Cloud computing is a big field, so here are some suggestions for interesting topics:

  • IaaS, PaaS and SaaS offerings of different providers
  • comparisons and cross-platform mappings (eg. Azure for AWS engineers)
  • IAC solutions
  • Authentication, Security and Access control
  • Architecture
  • Big(ish) Data management
  • Governance, compliance and Monitoring
  • Fun personal projects

Thank you so much!

top 4 comments
sorted by: hot top controversial new old
[–] nibblebit 2 points 1 year ago

I'll start with one of my favourite classics: Enterprise integration patterns - Gregor Hohpe and Bobby Woolf

Truly the final word in messaging systems and required reading for any cloud architecture where you are having multiple services talk to each other at scale.

[–] pwshguy 2 points 1 year ago

John Savill's channel on YouTube will give you a good introduction into just about every aspect of Azure Infrastructure. He is great at giving general overviews, while still digging down to the 200-300 level, so you can really understand how the service works and how it fits together with the other offerings. He also lots of great content around security and identity management with Azure and Azure AD.

He is a principal Azure architect at Microsoft, so you're basically getting your information direct from the source.

[–] astraeus 2 points 1 year ago (1 children)

Is there debate about The DevOps Handbook and The Phoenix Project? Those seem to be pretty useful from an operations philosophy standpoint.

[–] nibblebit 2 points 1 year ago

Ooh, I do like that. They are definitely books that transcends cloud engineering and inform about the non-technical requirements for building software.