Skip to content

Commit 64327f3

Browse files
committed
Add links to other guides in container-supported development guide
1 parent 6f0551b commit 64327f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/guides/container-supported-development.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ With container-supported development, it's easy to run databases locally. In thi
5151

5252
{{< youtube-embed VieWeXOwKLU >}}
5353

54+
> [!TIP]
55+
>
56+
> Learn more about running databases in containers in the ["Use containerized databases"](/guides/databases) guide.
57+
5458
### Demo: mocking API endpoints
5559

5660
Many APIs require data from other data endpoints. In development, this adds complexities such as the sharing of credentials, uptime/availability, and rate limiting. Instead of relying on those services directly, your application can interact with a mock API server.
@@ -59,6 +63,10 @@ This demo will demonstrate how using WireMock can make it easy to develop and te
5963

6064
{{< youtube-embed VXSmX6f8vo0 >}}
6165

66+
> [!TIP]
67+
>
68+
> Learn more about using WireMock to mock API in the ["Mocking API services with WireMock"](/guides/use-case/wiremock/) guide.
69+
6270
### Demo: developing the cloud locally
6371

6472
When developing apps, it's often easier to outsource aspects of the application to cloud services, such as Amazon S3. However, connecting to those services in local development introduces IAM policies, networking constraints, and provisioning complications. While these requirements are important in a production setting, they complicate development environments significantly.
@@ -67,6 +75,10 @@ With container-supported development, you can run local instances of these servi
6775

6876
{{< youtube-embed JtwUMvR5xlY >}}
6977

78+
> [!TIP]
79+
>
80+
> Learn more about using LocalStack in the ["Develop and test AWS Cloud applications using LocalStack"](/guides/localstack/) guide.
81+
7082
### Demo: adding additional debug and troubleshooting tools
7183

7284
Once you start using containers in your development environment, it becomes much easier to add additional containers to visualize the contents of the databases or message queues, seed document stores, or event publishers. In this demo, you'll see a few of these examples, as well as how you can connect multiple containers together to make testing even easier.

0 commit comments

Comments
 (0)