Speed up CI through impact analysis
A guide to implementing impact analysis in CI/CD pipelines to skip unnecessary builds and tests, saving time and resources.
A guide to implementing impact analysis in CI/CD pipelines to skip unnecessary builds and tests, saving time and resources.
Monthly FOSS development update covering SourceHut CI features, BARE message format, and technical blog posts.
A guide to setting up a CI/CD release pipeline for Azure Logic Apps using Azure DevOps and ARM templates.
A guide to setting up free continuous integration for Laravel projects using GitHub Actions, including debugging and environment secrets.
A step-by-step guide to setting up continuous integration for Django projects using CircleCI, including configuring tests and pipelines.
A guide to setting up automated performance testing for static websites using Lighthouse CI and GitHub Actions.
Guide to configuring CircleCI to automatically push commits back to a GitHub repository using SSH deploy keys for generated artifacts like reports or docs.
A technical guide on deploying WhiteNoise for static files in a Django SaaS app, covering CI/CD and Nginx configuration changes.
A guide on using Go modules to manage and version development tools for Go projects, ensuring consistency across teams and CI/CD pipelines.
A guide to using GitLab CI with Docker and the Drake build system for reproducible, cached model-fitting pipelines.
Explains how to run webpack and Django's collectstatic in CI to simplify deployment of static assets.
A tutorial on setting up test coverage for a JavaScript project using Coveralls.io and Travis CI, including adding a coverage badge.
A tutorial on setting up Continuous Integration for a JavaScript project using Travis CI, including configuration and testing.
Connecting a Django Shiv application to Nginx to complete the deployment process for a SaaS project.
How Cypress.io improves developer confidence and work-life balance by providing reliable, easy-to-debug end-to-end testing for web applications.
A guide to automating pull request checks and reviews using the Danger tool on CI servers like Travis CI.
A guide to setting up a self-deploying Jenkins CI/CD server using Jenkins Job Builder and Pipeline-as-Code.
A guide to debugging R package builds on CircleCI using local Docker containers or remote SSH connections for interactive troubleshooting.
A guide to customizing CircleCI for R projects, covering workflows, caching packages, and code coverage.
Learn how to use CircleCI orbs to upload a Python Shiv application to an AWS S3 bucket for deployment.