Abhishek KCkcabhishek.com.np·Aug 10, 2024Committing changes to the local git repositoryIn the previous article, we staged the changes we made to the files. Now, we will be committing our code to make the changes permanent and make additional changes on top of them. Committing changes Once we have staged our changes, we can now use git ...Let's learn GitGit
Niladri Dasniladridas.hashnode.dev·Jun 28, 2024Deploy a Node.js Project on Vercel: Shell and Git InstructionsVercel is a cloud platform that allows you to deploy and manage applications. In this tutorial, we will cover how to deploy a Node.js project to Vercel using Git from the terminal. We will also explore the benefits of using Vercel and how it can impr...Node.js
Venkat Rvenkatr.hashnode.dev·Mar 25, 2024CI/CD Pipelines for MuleSoft ApplicationsSetting up Continuous Integration and Continuous Deployment (CI/CD) pipelines for MuleSoft applications is crucial for ensuring agility, reliability, and efficiency in your development process. In this guide, we'll discuss the steps to establish robu...164 readsMuleSoft Applications