Skip to main content

Additional Resources

A curated list of communities, tools, platforms, and resources to support your Platform Engineering/SRE/DevOps journey.

Online Communities

Slack/Discord Communities

SRE/Platform Engineering:

Cloud-Specific:

Reddit Communities

Forums & Discussion Boards

Learning Platforms

Free Interactive Platforms

MOOC Platforms

  • Coursera - University courses including Google/AWS
  • edX - Free courses from top universities
  • Udacity - Nanodegrees in cloud/DevOps

Hands-On Labs & Projects

Project Ideas for Portfolio

Beginner Projects:

  1. Static Website Deployment Pipeline

    • GitHub → CI/CD → S3/CloudFront
    • Add monitoring and alerts
  2. Container-based Blog Platform

    • Dockerize a blog application
    • Deploy to Kubernetes
    • Add persistent storage
  3. Automated Backup Solution

    • Script automated backups
    • Implement rotation policy
    • Add restoration testing

Intermediate Projects:

  1. Multi-Region Deployment

    • Deploy app across multiple regions
    • Implement global load balancing
    • Add failover capabilities
  2. Monitoring Stack Implementation

    • Prometheus + Grafana setup
    • Custom dashboards
    • Alert routing with PagerDuty
  3. GitOps Implementation

    • ArgoCD or Flux setup
    • Automated deployments
    • Multi-environment management

Advanced Projects:

  1. Service Mesh Implementation

    • Istio/Linkerd deployment
    • Traffic management
    • Security policies
  2. Chaos Engineering Platform

    • Implement Chaos Monkey
    • Automated failure injection
    • Reliability reporting
  3. Internal Developer Platform

    • Self-service infrastructure
    • Cost tracking
    • Compliance automation

Open Source Contributions

Good First Contributions:

Documentation Contributions:

  • Fix typos and improve clarity
  • Add examples and use cases
  • Translate documentation
  • Create tutorials

Mock Interview Resources

Free Platforms

Conferences & Meetups

Major Conferences

  • KubeCon + CloudNativeCon - Premier Kubernetes/CNCF event
  • AWS re:Invent - Largest AWS conference
  • Google Cloud Next - Google's annual conference
  • DevOps Days - Local events worldwide
  • SREcon - USENIX SRE conferences
  • HashiConf - HashiCorp tools conference
  • DockerCon - Docker ecosystem

Finding Local Meetups

  • Meetup.com - Search for DevOps/Cloud groups
  • CNCF Meetups
  • Company-sponsored groups (AWS/GCP/Azure user groups)
  • University tech talks and seminars

Virtual Events

Podcasts

Technical Podcasts

  • Google SRE Prodcast - Direct from Google SREs
  • Kubernetes Podcast - Weekly K8s news
  • The Cloudcast - Cloud computing trends
  • DevOps Paradox - DevOps discussions
  • On-Call Nightmares - Incident stories

Career-Focused

  • Software Engineering Daily - Technical interviews
  • The Changelog - Open source community
  • Arrested DevOps - DevOps culture

YouTube Channels

Technical Content

Cloud Providers

Books & Reading Lists

Essential Books (Beyond Interview Prep)

  • "Continuous Delivery" by Humble & Farley
  • "The Art of Monitoring" by James Turnbull
  • "Infrastructure as Code" by Kief Morris
  • "Cloud Native DevOps with Kubernetes" by Arundel & Domingus
  • "Distributed Systems Observability" by Cindy Sridharan

Free eBooks & Papers

Tools & Utilities

Local Development

CLI Tools

Productivity Tools

  • tmux - Terminal multiplexer
  • oh-my-zsh - Zsh framework
  • fzf - Fuzzy finder
  • jq - JSON processor
  • yq - YAML processor

Newsletters & Blogs

Weekly Newsletters

Must-Follow Blogs

Interview Specific Resources

System Design Resources

Coding Practice

Behavioral Prep

Stay Updated

RSS Feeds Worth Following

Twitter/X Accounts

Remember: The Platform Engineering/SRE/DevOps community is collaborative and welcoming. Don't hesitate to ask questions, share your learnings, and help others on their journey!