Category Tech

A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.

Understanding Master-Slave Architecture in Jenkins

Master-Slave Architecture Overview The Master-Slave Architecture in Jenkins becomes an important concept to know that can enhance the efficiency of our CI/CD processes. This architecture helps us in such a way that if we have multiple processes running on Jenkins,… Continue Reading →

How To Import Existing AWS Resources Into Terraform?

What is Terraform? Terraform is a powerful tool that allows you to define and manage your cloud resources using code.  But what if you already have the terraform resources set up manually or through other means?  In this blog, we… Continue Reading →

A Deep Dive into CI/CD with GitHub Actions

Still confused about what CI/CD + CD is?  Not anymore; this blog covers it all with an example of GitHub Actions and Node.js. In the world of software development, it is important to have efficiency and automate stuff when needed…. Continue Reading →