Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 21, 2023Streamlining Security: Integrating Snyk with CircleCIIntroduction: In today’s fast-paced development landscape, security must be a top priority. Vulnerabilities and issues in your code can lead to disastrous consequences if left unchecked. This is where #Snyk and #CircleCI come into play. #Snyk is a po...DiscussCircleCI
Prahlad InalaforToolMate Blogprahladinala-1679763631201.hashnode.dev·Nov 3, 2023CircleCI: Continuous Integration and Continuous Delivery Made SimpleIntroduction to CircleCI CircleCI is a cloud-based continuous integration and continuous delivery (CI/CD) platform that automates the process of building, testing, and deploying software applications. It was founded by Paul Biggar and Allen Rohner in...DiscussDevOpsCircleCI
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 20, 2023Automated Ec2 Instance Deployment on AWS with Terragrunt and CircleCIIntroduction :- Pre-requestisites:- Circleci application with github (project) configured. #Github Repository with Circleci full access. Aws account with required Permissions First you need to Login to your AWS account and Create a Iam user wi...DiscussCircleCI
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 20, 2023Implementing trivy on Terraform modules using CircleciOverview Trivy is an open-source vulnerability scanner for container images. By integrating Trivy into your CI/CD pipeline, you can identify and address security vulnerabilities in your Terraform modules. In this document, we will walk through the st...DiscussCircleCI
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 20, 2023Streamlining Team Notifications with CircleCI: A Guide to Effective CommunicationIntroduction :- Efficient communication within a development team is paramount to successful project management. In the world of #continuous integration and delivery (CI/CD), keeping everyone informed about build statuses, test results, and deploymen...DiscussCircleCI
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 20, 2023Streamlining Your Workflow: Implementing a Manual Approval Step in CircleCI PipelinesOverview:- CircleCI is a powerful continuous integration and continuous deployment (CI/CD) platform that allows you to automate your software development workflows. While automation is key to faster deliveries, there are times when you need human int...DiscussCircleCI
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 19, 2023Enhancing Code Quality: Integrating SonarQube into Your CircleCI PipelineIntroduction :- In the ever-evolving landscape of software development, maintaining high code quality is paramount. It’s the bedrock on which stable, secure, and scalable applications are built. However, ensuring #codequality can be challenging, espe...Discusssonarqube
khalid kifayatcloud-devops-blog.hashnode.dev·Oct 6, 2023Deployment on GitOps CircleCi &ArgoCDStep 1: Firstly you have to create an aws IAM user Step 2: Create access key from security credential section Step 3: Then you need to clone this repository https://github.com/chauhan-himani/kube_terraform Step 4: After that you need to create s3 b...Discusscicd
Sumit Mondalsumit007.hashnode.dev·Aug 26, 2023"CircleCI: Weaving the Thread of Continuous Integration"Introduction In the ever-evolving world of software development, efficiency is the key to success. Developers are constantly striving to streamline their workflows, reduce errors, and ensure the rapid delivery of high-quality code. This is where Cont...DiscussCircleCI
Amit Kumaramitblog.hashnode.dev·Aug 4, 2023"Streamlining Continuous Integration with CircleCI: A Python Project with GitHub Integration"First, create a GitHub repository for the CircleCI project And Git clone the repo in your Local Server Now, Inside the repo create 2 files main.py and tests.py you can get both from the internet just use a small example code for the project main.py...Discuss·1 likeTrainWithShubham