{{ define "hero" }} {{ partial "hero" (dict "title" .Params.title ) }} {{ end }} {{ define "main" }} {{ $webinars := (where $.Site.Pages "Type" "webinars") }} {{ $cedKeynote := slice }} {{ $cedCustomers := slice }} {{ $cedAutomation := slice }} {{ $cedBestPractices := slice }} {{ range sort $webinars ".Params.main.sortable_date" "asc" }} {{ if isset .Params "cloud_engineering_days" }} {{ if eq .Params.cloud_engineering_days.track "keynote" }} {{ $cedKeynote = $cedKeynote | append . }} {{ end }} {{ if eq .Params.cloud_engineering_days.track "customer_stories" }} {{ $cedCustomers = $cedCustomers | append . }} {{ end }} {{ if eq .Params.cloud_engineering_days.track "automate_deploy" }} {{ $cedAutomation = $cedAutomation | append . }} {{ end }} {{ if eq .Params.cloud_engineering_days.track "best_practices" }} {{ $cedBestPractices = $cedBestPractices | append . }} {{ end }} {{ end }} {{ end }}

Cloud Engineering Days 2022

Watch more sessions

  • {{ partial "accordian-header" (dict "text" "Keynote" "large_header" true) }}
  • {{ partial "accordian-header" (dict "text" "Customer Stories" "large_header" true) }}
  • {{ partial "accordian-header" (dict "text" "Automate & Deploy" "large_header" true) }}
  • {{ partial "accordian-header" (dict "text" "Infrastructure Best Practices" "large_header" true) }}

Session Information

{{ .Params.main.description | markdownify }}

Presenters
    {{ range .Params.main.presenters }}
  • {{ .name }}
    {{ .role }}
  • {{ end }}

Get started today

Pulumi is open source and free to get started. Deploy your first stack today.

{{ end }}