Click any tag below to further narrow down your results
Links
This article details DNSimple's journey to automate their management of GitHub repositories using Infrastructure as Code principles. It highlights the transition from a manual tool called Repocop to a more efficient system built with Terraform and CI/CD practices, improving consistency and visibility across hundreds of repositories.
APIsec uses AI to conduct continuous, automated security testing on APIs, focusing on real vulnerabilities rather than false positives. It integrates easily with CI/CD pipelines and includes a community-driven platform for knowledge sharing. The service covers OWASP API Top 10 issues and offers resources for security professionals.
This article discusses findings from a report on cloud-native CI/CD practices. It highlights discrepancies in production readiness, revealing that while many teams feel confident, a significant number still face downtime during releases. The report also covers trends in automation and application monitoring.
Meticulous is a tool that helps developers monitor application interactions and automatically generates a test suite for their code. By recording sessions and mocking backend responses, it ensures reliable tests without the hassle of setting up mock data. This approach allows teams to identify issues before merging changes.
This article details how GitLab.com manages its deployment pipeline, deploying code changes up to 12 times daily without downtime. It explains the technical processes involved, including Canary strategies and database migrations, and emphasizes the importance of rapid deployment for customer feedback and feature validation.
This article discusses Spotify’s approach to using background coding agents for software maintenance. It outlines the failure modes of these agents, the design of verification loops to ensure reliable outputs, and future plans for expanding the system's capabilities.
The guide provides insights into the OWASP Top 10 CI/CD security risks, emphasizing how automation and Infrastructure as Code (IaC) practices have expanded attack surfaces. It outlines the dangers of Dependency-Poisoned Pipeline Execution (D-PPE) attacks and stresses the importance of securing CI/CD pipelines against both direct and indirect threats.
A German insurance broker is modernizing their input management for physical letters, processing around 8,500 pages monthly without APIs. The article details the implementation of end-to-end testing within a CI/CD pipeline using the Cloud Development Kit (CDK), highlighting the importance of testing strategies and infrastructure setup to ensure quality in their event-based architecture.
Tusk enhances the CI/CD process by automatically generating verified test cases for pull requests, enabling faster and safer code deployment. Its fully autonomous system maintains test suites and ensures coverage requirements are met without disrupting developer workflows. Users report increased confidence and efficiency in their development cycles through Tusk's capabilities.
Platform teams evolve their deployment pipelines through three stages: establishing a deployment pipeline, integrating security measures, and developing a DevOps pipeline to enhance developer productivity. Each stage builds on the previous one by adding automation, security scanning, and improved documentation, ultimately streamlining the development process and reducing risks. Emphasizing an evolutionary approach allows organizations to adapt their pipelines to meet specific needs and compliance requirements.
The article discusses how the team automated updates for GitHub Actions runners using Claude AI, enabling seamless management and deployment of updates. This automation significantly reduces manual intervention and streamlines their workflow, enhancing overall efficiency in their development process.
Jenkins can be a maintenance burden due to chaotic governance, leading to sprawl and inconsistency. By implementing centralized governance and best practices, organizations can transform Jenkins into a reliable, enterprise-grade CI/CD solution that supports growth and reduces operational overhead. CloudBees offers a framework that enhances Jenkins governance, enabling efficiency and compliance.
Agoda has integrated GPT into its CI/CD pipeline to optimize SQL stored procedures, significantly reducing the manual effort required for performance analysis and improving approval times for merge requests. By providing actionable insights for performance issues, query refinement, and indexing suggestions, GPT has enhanced the efficiency of database development workflows at Agoda.
Terraform and Jenkins are essential tools in DevOps that enhance automation in deployment processes. Terraform focuses on infrastructure as code for provisioning and managing cloud infrastructure, while Jenkins automates the CI/CD pipeline for application deployment. Together, they create efficient, automated workflows that streamline both infrastructure management and application delivery.
CloudBees is launching CloudBees Unify, an operating layer designed to streamline management across various DevOps platforms such as GitHub Actions. This approach aims to enhance real-time analytics, testing, and compliance as organizations face increasing complexity and automation in their DevOps workflows, especially with the rise of AI tools in software development.