Learn how to manage multiple Docker containers with the same image but different configurations.
Also find me here:
Baeldung Author
David Ndubuisi
I am an experienced software engineer and a passionate technical writer who loves sharing my knowledge through the art of writing. My journey as a technical writer is deeply rooted in my love for software development and effective communication. I enjoy breaking down complex technical concepts and translating them into accessible, engaging articles.
Here's what I've written (so far):
Baeldung on Ops
- All
- Git (3)
- DevOps (2)
- Jenkins (1)
- Docker (1)
Monitor Jenkins Build Status in a GitHub Repository
Learn two efficient methods for tracking Jenkins build status directly within GitHub.
Passing Environment Variables to a Vue App at Runtime
Filed under DevOps
Walk through a practical approach to dynamically injecting environment variables and configuring the app to read them effectively.
Merge Strategies in Git
Filed under Git
Explore Git’s merge strategies, from fast-forward and non-fast-forward merges to advanced strategies like recursive, octopus, subtree, and merge-ort.
Get Current Branch in GitHub Actions
Filed under DevOps
Learn how to access the current branch in GitHub Actions pipelines.
Using an env File with GitHub Actions
Filed under Git
Learn how to manage environment variables in GitHub Actions using an env file.