#wemakedevs
Read more stories on Hashnode
Articles with this tag
I am pretty sure that you have heard about Kubernetes if you are in the IT sector or learning about DevOps. If you are unfamiliar with that term I...
FILE COMMANDS COMMANDFUNCTIONS lsTo list out all the files in current directory. ls -lTo list out all the files in current directory in a...
Open Source refers to a development model for software in which the source code is made freely available to the public, allowing anyone to use,...
Kubernetes (also known as K8s) is an open-source container orchestration system for automating the deployment, scaling, and management 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...
GitHub is a web-based platform that allows developers to host and manage their version control repositories for software development projects. It was...