Skip to content

Commit

Permalink
Set linktitles for Kafka and LocalStack guides (#20959)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesir87 committed Sep 20, 2024
1 parent 88b57d8 commit d03a730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/guides/use-case/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
1 change: 1 addition & 0 deletions content/guides/use-case/localstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d03a730

Please sign in to comment.