diff --git a/content/guides/use-case/kafka.md b/content/guides/use-case/kafka.md index 2bc28b228d..d1cf5fb85e 100644 --- a/content/guides/use-case/kafka.md +++ b/content/guides/use-case/kafka.md @@ -2,6 +2,7 @@ description: Developing event-driven applications with Kafka and Docker keywords: kafka, container-supported development title: Developing event-driven applications with Kafka and Docker +linktitle: Event-driven apps with Kafka toc_max: 2 --- diff --git a/content/guides/use-case/localstack.md b/content/guides/use-case/localstack.md index c717e29920..00861c33cc 100644 --- a/content/guides/use-case/localstack.md +++ b/content/guides/use-case/localstack.md @@ -2,6 +2,7 @@ description: How to develop and test AWS Cloud applications using LocalStack and Docker keywords: LocalStack, container-supported development title: Develop and test AWS Cloud applications using LocalStack and Docker +linktitle: AWS development with LocalStack --- In modern application development, testing cloud applications locally before deploying them to a live environment helps you ship faster and with more confidence. This approach involves simulating services locally, identifying and fixing issues early, and iterating quickly without incurring costs or facing the complexities of a full cloud environment. Tools like [LocalStack](https://www.localstack.cloud/) have become invaluable in this process, enabling you to emulate AWS services and containerize applications for consistent, isolated testing environments.