Fundamentals of DevOpsToday we will be covering the fundamentals of DevOps what is DevOps? why DevOps? DevOps: So if you look up the textbook definition what is DevOps, there are 100 definitions ok. So if you go to amazon.com they have a definition of DevOps, and if y...May 2, 2023·4 min read
Industry Use Case of Jenkins 💁♂️How has Jenkins evolved in the market? Jenkins is an open-source automation server through which we can automate our whole environment. Now I’m about to present you two different scenarios first without using Jenkins and second using Jenkins. This p...Apr 7, 2023·3 min read
All About Github Action(what, why, advantage)?GitHub Actions: Basics In modern days developing software without a CI/CD pipeline is unthinkable. And if it can be tied up with your version control system then that is the power you can harness for good. It would save you a lot of time as those CI...Mar 31, 2023·2 min read
Setup a CI/CD Pipeline Using AWS CodePipeline to Deploy a Node.js Application to AWS Elastic BeanstalkIn this article, we would learn how to deploy a NodeJs application to AWS Elastic Beanstalk using a CI/CD setup. It promises to be an exciting piece, sit tight! Prerequisites To better follow along with this article, you would need the following: No...Mar 30, 2023·8 min read
CI/CD Pipeline to Deploy NodeJS Code to AWS Lambda Functions on AWS.Serverless Architecture has made the life of developers very easy so that you can start building your application in minutes without worrying much about the Infrastructure Lambda functions are one such Serverless service provided by AWS. we are going...Mar 28, 2023·4 min read
How to build a CI/CD Pipeline in AWS using CodeCommit, CodeDeploy, CodePipelineStep-1: Install GIT and configure in your local system Go to git-scm.com and download it to your system then install it. Then after you need to configure the GIT on the local system using the below command. $ git config - -global user.name “shriniwas...Mar 27, 2023·3 min read
What is Aws Codecommit,Codebuild, Codepipline,Codedeploy, Codeartifacts,S3,Sns,Cloudwatch,Elasticbeanstalk ,Cloudformation?CodeCommit: ⚡ CodeCommit is a Private git repository to store our source code and access is controlled through IAM. Codebuild: ⚡ CodeBuild to Compile our source code build, test, and produce a software package that is ready to deploy using maven and...Mar 26, 2023·2 min read