Skip to content

Module 1: Internal Delivery Platforms - What and Why

Belt Level: πŸ₯‹ White Belt Duration: 60 minutes Prerequisites: Basic command line, Git, Docker knowledge DORA Capabilities: Continuous Delivery (introduction)


1. Learning Objectives (3 minutes)

What You'll Learn

By the end of this module, you will be able to:

  • βœ… Define what an Internal Delivery Platform (IDP) is and explain its core components
  • βœ… Articulate why organizations need IDPs using concrete business metrics
  • βœ… Explain the "Platform as a Product" mindset and its benefits
  • βœ… Identify the key stakeholders and their needs in platform engineering
  • βœ… Navigate the Fawkes platform and understand its architecture
  • βœ… Recognize how Team Topologies concepts apply to platform teams

Why It Matters

The Problem: Modern software delivery involves dozens of tools, complex configurations, and countless decisions that slow teams down. According to the 2023 State of DevOps Report:

  • Elite performers deploy 417 times more frequently than low performers
  • They have a 5,788 times lower change failure rate
  • Their lead time for changes is 6,570 times faster

The Solution: Internal Delivery Platforms abstract away complexity and provide "golden paths" that enable teams to move fast while maintaining quality and security.

Your Role: Understanding IDPs is the foundation for everything else in this dojo. You can't improve what you don't understand.

Success Criteria

You've mastered this module when you can:

  • Explain to a colleague why your organization needs a platform (in business terms)
  • Navigate the Fawkes Backstage portal confidently
  • Identify which Fawkes components serve which developer needs
  • Articulate the difference between "platform" and "just some scripts"

2. Theory & Concepts (15 minutes)

πŸ“Ί Video: What is an Internal Delivery Platform? (7 minutes)

[VIDEO PLACEHOLDER] > Script Summary:

  • Opening: Show developer frustration with 12-step deployment process
  • Definition: IDP as "self-service platform that provides golden paths"
  • Key components: Portal, CI/CD, Observability, Infrastructure
  • Platform as Product: treating developers as customers
  • Fawkes tour: Show actual platform in action
  • Closing: "A platform that makes the right thing the easy thing"

What is an Internal Delivery Platform?

An Internal Delivery Platform (IDP) is a curated set of tools, services, and self-service capabilities that application teams use to deliver and manage their software with minimal friction.

Think of it as "paved roads for software delivery"β€”just as cities build roads so citizens don't have to navigate rough terrain, platforms build golden paths so developers don't have to navigate infrastructure complexity.

The Three Characteristics of an IDP

  1. Self-Service: Developers can provision resources, deploy applications, and access tools without waiting for tickets or manual intervention

  2. Curated & Opinionated: The platform team makes thoughtful decisions about tools, patterns, and workflows, reducing cognitive load for app teams

  3. Built on Standards: Uses industry-standard tools and practices, avoiding vendor lock-in and enabling portability

What an IDP is NOT

❌ Not a PaaS: Unlike Heroku or Cloud Foundry, IDPs give developers more control and flexibility ❌ Not just CI/CD: CI/CD is one component, but IDPs include much more (observability, security, governance) ❌ Not "throw tools over the wall": True platforms treat developers as customers and measure satisfaction ❌ Not one-size-fits-all: Platforms provide flexibility for different application types and team maturity levels

The Platform as a Product Mindset

Traditional IT: "Here are some tools. Figure it out yourself." Platform Engineering: "What do you need to be productive? Let me build that for you."

Key Principles

1. Developers are Your Customers

  • Understand their pain points through interviews and surveys
  • Measure satisfaction with NPS (Net Promoter Score)
  • Iterate based on feedback, not assumptions

2. Build for the 80% Use Case

  • Provide golden paths for common scenarios
  • Allow escape hatches for advanced users
  • Don't try to solve every edge case immediately

3. Measure Platform Value

  • Track adoption rates (% of teams using the platform)
  • Monitor time saved (before vs. after metrics)
  • Calculate cost efficiency (infrastructure + personnel)

4. Treat It Like a Product

  • Maintain a roadmap based on customer needs
  • Version releases and communicate changes
  • Provide documentation and support

Team Topologies & Enabling Teams

The book Team Topologies by Matthew Skelton and Manuel Pais introduces four fundamental team types. Platform teams are Enabling Teams.

The Four Team Types

  1. Stream-Aligned Teams: Product/feature teams that deliver value to customers
  2. Enabling Teams: Help stream-aligned teams overcome obstacles (platform teams!)
  3. Complicated Subsystem Teams: Specialists for complex subsystems
  4. Platform Teams: Provide internal services to reduce cognitive load

Platform Team Responsibilities

As a platform engineer, your job is to:

  • Reduce cognitive load: Abstract away infrastructure complexity
  • Enable autonomy: Give teams self-service capabilities
  • Accelerate delivery: Remove blockers and reduce lead time
  • Ensure quality: Build in security, testing, and observability
  • Continuously improve: Treat the platform as a product that evolves

Why Organizations Need IDPs

The Developer Productivity Crisis

Modern developers spend 70-80% of their time on non-value-added activities:

  • Waiting for environments to be provisioned
  • Debugging CI/CD failures
  • Figuring out deployment procedures
  • Managing infrastructure configurations
  • Coordinating with 5+ teams for a single deployment

The Business Impact

Without a platform:

  • Slower time to market: Weeks or months to deploy new services
  • Higher operational costs: Manual work doesn't scale
  • Increased risk: No standardization leads to security vulnerabilities
  • Developer attrition: Frustrated developers leave for better experiences

With a platform:

  • Faster deployments: From weeks to minutes
  • Lower costs: Automation reduces manual work by 60-80%
  • Better security: Security built into golden paths
  • Happier developers: NPS increases by 30-50 points

Real-World Example: Spotify

Spotify's Backstage (which Fawkes uses!) reduced their time to:

  • Provision a new service: From 4 weeks β†’ 5 minutes
  • Deploy to production: From 2 hours β†’ 10 minutes
  • Onboard a new developer: From 2 weeks β†’ 1 day

Fawkes Platform Architecture

Fawkes provides a complete IDP built on industry-standard open-source tools:

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚              Developer Experience Layer                  β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚
β”‚  β”‚  Backstage Portal (Developer Portal)               β”‚ β”‚
β”‚  β”‚  β€’ Service Catalog  β€’ TechDocs  β€’ Scaffolder     β”‚ β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                          β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                  Core Platform Services                   β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”‚
β”‚  β”‚   CI/CD      β”‚  β”‚ GitOps       β”‚  β”‚ Observabilityβ”‚   β”‚
β”‚  β”‚  (Jenkins)   β”‚  β”‚ (ArgoCD)     β”‚  β”‚ (Prometheus) β”‚   β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”‚
β”‚  β”‚  Artifacts   β”‚  β”‚  Security    β”‚  β”‚ Collaborationβ”‚   β”‚
β”‚  β”‚  (Harbor)    β”‚  β”‚  (Trivy)     β”‚  β”‚ (Mattermost) β”‚   β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                          β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚            Infrastructure & Orchestration                 β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”‚
β”‚  β”‚  Kubernetes Clusters (AWS EKS)                     β”‚  β”‚
β”‚  β”‚  β€’ Multi-environment (dev, staging, prod)         β”‚  β”‚
β”‚  β”‚  β€’ Multi-tenant namespaces                        β”‚  β”‚
β”‚  β”‚  β€’ Infrastructure as Code (Terraform)             β”‚  β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Key Fawkes Components

Component Purpose Technology
Backstage Developer portal, service catalog Backstage by Spotify
Jenkins CI/CD pipelines Jenkins with K8s agents
ArgoCD GitOps continuous deployment ArgoCD
Harbor Container registry Harbor registry
Prometheus/Grafana Metrics & monitoring Prometheus stack
OpenSearch Log aggregation & search OpenSearch
Grafana Tempo Distributed tracing Grafana Tempo
Mattermost Team collaboration Mattermost
Focalboard Project tracking Focalboard

Common Pitfalls & How to Avoid Them

❌ Pitfall 1: Building in Isolation

Problem: Platform team builds what they think developers need without asking them. Solution: Conduct regular developer interviews, track NPS, dogfood your own platform.

❌ Pitfall 2: Too Much Control

Problem: Platform so restrictive that developers route around it. Solution: Provide golden paths for 80% of cases, escape hatches for edge cases.

❌ Pitfall 3: No Documentation

Problem: Great platform, but no one knows how to use it. Solution: Documentation is a first-class feature. Use TechDocs, record videos, provide examples.

❌ Pitfall 4: Ignoring Feedback

Problem: Developers complain but nothing changes. Solution: Public roadmap, regular releases, visible responsiveness to feedback.

❌ Pitfall 5: No Metrics

Problem: Can't prove platform value to leadership. Solution: Track DORA metrics, adoption rates, time saved, cost efficiency.


3. Demonstration (10 minutes)

πŸ“Ί Video: Fawkes Platform Tour (10 minutes)

[VIDEO PLACEHOLDER] > Script: Instructor walks through Fawkes platform showing:

  1. Backstage Home (1 min)
  2. Overview page, quick links
  3. Component search
  4. Service Catalog (2 min)
  5. Browse services
  6. View service details (APIs, docs, owner)
  7. Dependencies visualization
  8. TechDocs (1 min)
  9. Navigate documentation
  10. Search functionality
  11. Create New Service (2 min)
  12. Click "Create" β†’ choose template
  13. Fill in service details
  14. Show generated repository
  15. DORA Dashboard (2 min)
  16. View deployment frequency
  17. Lead time for changes
  18. Show live metrics
  19. CI/CD View (2 min)
  20. Jenkins integration
  21. Pipeline status
  22. Build logs

Key Message: "Notice how everything you need is in one place. No jumping between 12 different tools."

Key Takeaways from Demo

  1. Single Pane of Glass: All your tools accessible from Backstage
  2. Self-Service: Create new services in minutes, not weeks
  3. Discoverability: Find services, docs, and owners easily
  4. Visibility: See deployments, metrics, and health in real-time
  5. Standardization: Every service follows the same patterns

4. Hands-On Lab (20 minutes)

Lab Overview

You'll explore the Fawkes Backstage portal, navigate the service catalog, and understand the platform architecture by completing a scavenger hunt.

Time Estimate: 15-20 minutes Difficulty: Beginner Auto-Graded: Yes Points: 50

Lab Environment

When you click "Start Lab", we'll provision:

  • βœ… Access to Fawkes demo environment
  • βœ… Read-only access to sample services
  • βœ… Your personal lab notebook (Markdown file)
  • βœ… Credentials in your Backstage profile

Environment will be available for 24 hours from start time.

Lab Instructions

Part 1: Navigate Backstage (15 points)

  1. Access Backstage (3 points)

  2. Click "Start Lab" button below

  3. Log in with your dojo credentials
  4. Find the "Home" page

βœ… Validation: We'll check that you logged in successfully

  1. Explore the Catalog (6 points)

  2. Click "Catalog" in the left sidebar

  3. Find a service called sample-spring-boot-app
  4. Open its details page
  5. Find and click "View Source" to see its GitHub repo

βœ… Validation: We'll check that you visited the service page

  1. View Documentation (6 points)

  2. While on the sample-spring-boot-app page, click "Docs" tab

  3. Read the "Getting Started" documentation
  4. Notice the "Edit on GitHub" link

βœ… Validation: We'll check that you accessed TechDocs

Part 2: Understand Service Details (20 points)

  1. Identify Service Owner (5 points)

  2. On the sample-spring-boot-app page, find the "About" section

  3. Note the owner (person or team)
  4. Find the Mattermost channel for support

πŸ“ Submit: Who owns this service? (Type answer in lab notebook)

  1. Explore Dependencies (5 points)

  2. Click the "Dependencies" tab

  3. Identify what APIs this service depends on

πŸ“ Submit: How many dependencies does this service have?

  1. Check CI/CD Status (5 points)

  2. Click the "CI/CD" tab

  3. View the latest Jenkins pipeline run
  4. Note whether the build passed or failed

πŸ“ Submit: What was the status of the last build?

  1. Review DORA Metrics (5 points)

  2. Navigate to "DORA Metrics" from the left sidebar

  3. Find the deployment frequency for the last 7 days
  4. Note the lead time for changes

πŸ“ Submit: What is the deployment frequency? (e.g., "5 per week")

Part 3: Platform Architecture Understanding (15 points)

  1. Identify Platform Components (10 points)

  2. Navigate to "Platform Services" from the left sidebar

  3. You should see tiles for Jenkins, ArgoCD, Harbor, Grafana, etc.
  4. Click on each one to see its status

πŸ“ Submit: List the 5 platform services you found (comma-separated)

  1. Explore a Deployment (5 points)

  2. Click on "ArgoCD" tile to open ArgoCD

  3. Browse the applications
  4. Find the sample-spring-boot-app in the list

πŸ“ Submit: What is the sync status of the sample app in ArgoCD?

Lab Submission

Once you've completed all tasks:

  1. Open your lab notebook (automatically created in your namespace)
  2. Ensure all answers are recorded
  3. Click "Submit Lab" button in Backstage

Auto-grading will run within 1 minute. You'll see:

  • βœ… Checks that passed (green)
  • ❌ Checks that failed (red) with hints
  • Final score out of 50 points
  • Option to retry if score < 40

Troubleshooting Hints

Can't log in to Backstage?

  • Verify you're using your dojo username (not email)
  • Try incognito/private browsing mode
  • Check #dojo-support in Mattermost

Can't find a service?

  • Use the search bar (top right)
  • Check that catalog loaded (refresh if empty)
  • Try filtering by "Kind: Component"

ArgoCD or other tools not opening?

  • Some links open in new tabs (check pop-up blocker)
  • You may need to accept security warnings (self-signed certs in demo environment)

Lab not grading?

  • Ensure you clicked "Submit Lab" button
  • Wait up to 60 seconds for auto-grading
  • Check that all required answers are in your lab notebook

5. Knowledge Check (5 minutes)

Quiz: Internal Delivery Platforms Fundamentals

Instructions: Answer all 10 questions. You need 8/10 (80%) to pass. Unlimited attempts allowed.

Question 1

What is the primary purpose of an Internal Delivery Platform?

  • [ ] A) Replace all existing tools with a single monolithic system
  • [x] B) Provide self-service golden paths that reduce cognitive load for developers
  • [ ] C) Control everything developers do to enforce policies
  • [ ] D) Eliminate the need for DevOps or platform engineers

Explanation: IDPs are about enabling developers through self-service and curated tools, not controlling or replacing everything.


Question 2

According to Team Topologies, what type of team is a platform team?

  • [ ] A) Stream-aligned team
  • [x] B) Enabling team
  • [ ] C) Complicated subsystem team
  • [ ] D) Infrastructure team

Explanation: Platform teams are enabling teams that help stream-aligned teams overcome obstacles and reduce cognitive load.


Question 3

What does "Platform as a Product" mean?

  • [ ] A) Selling your platform to external customers
  • [x] B) Treating internal developers as customers and measuring their satisfaction
  • [ ] C) Using product management tools to track platform development
  • [ ] D) Making the platform a commercial product

Explanation: It means treating developers as customers, understanding their needs, and measuring satisfactionβ€”just like a real product.


Question 4

Which of these is NOT a characteristic of a well-designed IDP?

  • [ ] A) Self-service capabilities
  • [ ] B) Opinionated but flexible
  • [x] C) Forces all teams to use exactly the same tools with no exceptions
  • [ ] D) Built on industry standards

Explanation: Good platforms are opinionated but provide escape hatches. Forcing everyone into identical workflows leads to teams routing around the platform.


Question 5

What is Backstage in the Fawkes platform?

  • [ ] A) The CI/CD pipeline tool
  • [x] B) The developer portal that provides a single pane of glass
  • [ ] C) The Kubernetes orchestration system
  • [ ] D) The monitoring and observability tool

Explanation: Backstage is the developer portalβ€”the single interface where developers access all platform services.


Question 6

Why do organizations invest in Internal Delivery Platforms?

  • [ ] A) Because it's a trendy thing to do
  • [ ] B) To give platform teams more control
  • [x] C) To accelerate delivery, reduce costs, and improve developer experience
  • [ ] D) To replace cloud providers

Explanation: IDPs deliver business value through faster delivery, lower costs, better security, and improved developer satisfaction.


Question 7

What does "golden path" mean in platform engineering?

  • [x] A) The recommended, easy-to-follow path for common use cases
  • [ ] B) The most expensive way to deploy applications
  • [ ] C) A strict requirement that all teams must follow
  • [ ] D) The path used only by senior engineers

Explanation: A golden path is the easy, paved road for the 80% use caseβ€”making the right thing the easy thing.


Question 8

Which metric is NOT typically used to measure platform success?

  • [ ] A) Developer Net Promoter Score (NPS)
  • [ ] B) Platform adoption rate
  • [ ] C) Time saved per deployment
  • [x] D) Number of tickets closed by the platform team

Explanation: Platform success is about developer outcomes (NPS, adoption, time saved), not just operational metrics like ticket volume.


Question 9

In Fawkes, which tool is responsible for GitOps-based deployments?

  • [ ] A) Jenkins
  • [x] B) ArgoCD
  • [ ] C) Harbor
  • [ ] D) Backstage

Explanation: ArgoCD manages GitOps-style continuous deployment, syncing Git repos to Kubernetes clusters.


Question 10

What is a common pitfall when building an IDP?

  • [x] A) Building in isolation without talking to developers
  • [ ] B) Using industry-standard open-source tools
  • [ ] C) Providing documentation and examples
  • [ ] D) Measuring platform adoption and satisfaction

Explanation: Building without developer input is the #1 pitfallβ€”you end up solving the wrong problems.


Quiz Results

Score: X / 10

  • βœ… Passed (8+): Great job! You're ready to move to the next section.
  • ❌ Not Yet (<8): Review the content and try again. Focus on areas you missed.

Incorrect answers? Each question links back to the relevant section for review.


6. Reflection & Next Steps (5 minutes)

What You Learned

Congratulations! πŸŽ‰ You've completed Module 1. Let's recap:

βœ… You now understand:

  • What an Internal Delivery Platform is and why it matters
  • The "Platform as a Product" mindset
  • How Team Topologies applies to platform teams
  • The Fawkes platform architecture and components
  • How to navigate Backstage and find information

βœ… You can now:

  • Explain the business value of IDPs to colleagues
  • Navigate the Fawkes Backstage portal confidently
  • Identify the core components of the platform
  • Find service owners, documentation, and dependencies

How This Connects to Your Work

For Developers:

  • You now understand why your company invested in a platform
  • You know where to find docs, who to ask for help, and how to deploy apps
  • You can take advantage of golden paths instead of reinventing the wheel

For Platform Engineers:

  • You understand your role as an "enabling team"
  • You know how to treat developers as customers
  • You can articulate the value of the platform to stakeholders

For Leaders:

  • You can explain how platforms accelerate delivery and reduce costs
  • You understand the metrics that matter (DORA, NPS, adoption)
  • You can make the case for platform investments

Reflection Questions

Take 2 minutes to think about:

  1. What surprised you most about IDPs?

  2. Was there a concept that changed your perspective?

  3. How does your current workflow compare?

  4. Are you using a platform? Doing things manually? Somewhere in between?

  5. What would improve your developer experience?

  6. If you could wave a magic wand, what would you change?

  7. Who could benefit from this knowledge?

  8. Think of 2-3 colleagues who should go through this module

Additional Resources

πŸ“š Further Reading:

πŸŽ₯ Videos to Watch:

  • "What is Platform Engineering?" by Luca Galante (10 min)
  • "Spotify's Backstage Journey" (15 min)
  • "Building a Platform as a Product" by Camille Fournier (30 min)

πŸ’¬ Community:

  • Join #dojo-white-belt in Mattermost
  • Share your "aha!" moments
  • Help others who are just starting

Preview: Module 2

Next Up: DORA Metrics - The North Star

In Module 2, you'll learn:

  • The Four Key Metrics (Deployment Frequency, Lead Time, MTTR, Change Failure Rate)
  • Why these metrics matter to your business
  • How Fawkes automatically tracks DORA metrics
  • How to interpret your team's metrics and drive improvement

Time: 60 minutes Hands-On: Build your first DORA dashboard

Get Ready: Think about your team's current deployment process. How long does it take? How often do you deploy? How often do deployments fail?


Module Completion

βœ… You've Completed Module 1

Next Steps:

  1. βœ… Mark this module complete in your Backstage profile
  2. πŸ“Š View your progress on the Dojo dashboard
  3. πŸ’¬ Share your completion in #dojo-achievements (optional but encouraged!)
  4. ➑️ Continue to Module 2 when ready

Time Investment: 60 minutes Skills Gained: Platform fundamentals, Backstage navigation Progress: 1 of 4 modules toward White Belt (25% complete)


Questions or Issues?

  • πŸ’¬ Ask in #dojo-white-belt on Mattermost
  • πŸ“§ Email: dojo@fawkes.io
  • πŸ› Report bugs: GitHub Issues

Feedback?

  • Rate this module (takes 30 seconds)
  • Suggest improvements
  • Help us make the dojo better!

Module Author: Fawkes Learning Team Last Updated: October 2025 Version: 1.0