Shelley Benhoff
Shelley Benhoff
## Description I added videos to existing docs pages that cover SSSC. This has been an ongoing effort between DevRel, SMEs, and the docs team. - Closes #21147 ## Reviews...
With Docker, visualizing your database is simple and secure. Add a container-based tool like phpMyAdmin or Mongo-Express to easily view your database content.
Selenium allows you to automate browser interactions. In this post, we will show how you can write tests and run them against a containerized application using browsers also running in...
There are many times in which you want to connect non-containerized apps to your containerized services (native database tools or non-containerized apps). This post will walk you through the various...
There are a variety of ways to configure containerized applications. This guide will talk about a few tactics to inject configuration into containers and what you, as a developer, need...
Configuring JavaScript frontends can be tricky and are often built per environment. This post will talk about externalizing the configuration and allow you to deploy anywhere! (based on https://blog.mikesir87.io/2021/07/build-once-deploy-everywhere-for-spas/)
Containers make it possible to create portable and reusable pipelines, making it easier to develop and test locally and deploy with greater confidence. This post will outline how to do...
Learn how to copy code into a running container for .NET and Docker projects. You'll learn practical techniques using Docker commands, volume mounts, and advanced tools to synchronize your code...