#devops
Read more stories on Hashnode
Articles with this tag
YAML (Yet Another Markup Language) is a human-readable data serialization format used for storing and exchanging data. It is often used for...
Introduction to Git Git is a version control system that is widely used by developers to manage their code. It allows developers to keep track of...
GitHub Actions is a platform for automating software workflows. It is built into GitHub, so you can use it to build, test, and deploy your code right...
Dockerfile A Dockerfile is a text file that contains instructions for building a Docker image. It specifies the base image to use for the build, as...