© 2023 Hashnode
#devops-journey
You can refer to my previous article regarding configuration for connecting build agents with Jenkins master here https://virajthorat776.hashnode.dev/configuring-jenkins-build-agents . In the link, I …
1 :- What is Git and why is it important? Ans :- Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to track changes…
In this blog, we will be discussing SDLC Model as DevOps Engineer. Will cover the sub-topics of the model in depth in an upcoming blog post. In this blog, let's have a bigger picture of the whole as a…
In these projects, will be working with a simple to-do list manager that’s running in Node.js. If you’re not familiar with Node.js, don’t worry. This guide doesn’t require JavaScript experience. Requi…
YAML stands for Yet Another Markup Language or YAML ain't Markup Language, and it is a data serialization language used to write configuration files. But what is data serialization?? Data Serializatio…
Since you have come up here, I assume you're already familiar with Terraform and perhaps have even heard a thing or two about it. However, for those who haven't, Terraform is an infrastructure as code…
In this project, we want to onboard 20 new Linux users onto a server. Create a shell script that reads a CSV file of a list of users to be onboarded. Each user requires the following: Must have a def…
Client-Server refers to an architecture in which multiple computers are connected over a network to send and receive requests from one another. In their communication, each machine has its role: the m…
MEAN Stack is a combination of the following components: MongoDB (Document database) – Storage and retrieval of data Express (Back-end application framework) – Makes requests to Database for Reads a…
Creating Continous Integration & Continous Delivery of node todo app. Requirements Git Jenkins Docker Let's start our project Create New Job in Jenkins and name it todo and select the freestyle …