# Spooky Stories: Taming deployment complexity with Temporal

DevFeed: [Spooky Stories: Taming deployment complexity with Temporal](<https://devfeed.tech/articles/spooky-stories-taming-deployment-complexity-with-temporal-35989.md>)

Original publisher: [Read original article](<https://temporal.io/blog/spooky-stories-taming-deployment-complexity-with-temporal>)

Author: Daniel Abraham

Published: 2024-10-30T07:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Deployment](<https://devfeed.tech/topics/deployment.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Go](<https://devfeed.tech/topics/go.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [code productivity](<https://devfeed.tech/topics/code-productivity.md>), [YAML](<https://devfeed.tech/topics/yaml.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [community](<https://devfeed.tech/tags/community.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [developer-productivity](<https://devfeed.tech/tags/developer-productivity.md>), [github](<https://devfeed.tech/tags/github.md>), [go](<https://devfeed.tech/tags/go.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>)

## AI overview

The article presents deployment complexity as a progression from building and deploying one GitHub repository to managing multiple repositories and services in larger organizations. It argues that Temporal provides building blocks for handling this complexity, drawing on engineering experience from backend, infrastructure, and developer productivity work.

## Source excerpt

Using Temporal to address deployment complexity, based on hard-won experience