Leveraging CI/CD for Azure Foundry Agents
A guide on implementing CI/CD pipelines for Azure Foundry AI agents, covering automation, infrastructure as code, and developer tools.
A guide on implementing CI/CD pipelines for Azure Foundry AI agents, covering automation, infrastructure as code, and developer tools.
Solving Puppeteer Chrome errors during Netlify builds using Chromium integration or package.json scripts.
Discusses the risks of suppressing lint rules in code and proposes a meta-lint rule to prevent suppressing critical rules.
An introduction to CI/CD concepts, practices, and tools for improving software delivery speed and quality.
Building a Django job to send activation email reminders before user accounts expire, plus discussion on dependency management.
Explores strategies for configuring Azure DevOps Service Connections for secure and efficient Azure deployments, covering scope and access decisions.
A guide on using GitHub Actions to automatically trigger a webhook on a daily schedule, with examples using curl and a dedicated action.
Fixing Xamarin Android build failures in CI/CD pipelines by updating to Java SDK 11 on Azure DevOps and GitHub Actions.
Guide on integrating Azure Deployment Environments into CI/CD pipelines using Azure DevOps, Bicep, and CLI for automated sandbox deployment.
The article details setting up a Django SaaS signup flow, email templates, and configuring CI/CD with GitHub Actions and pre-commit.
A guide to implementing GitLab's premium 'pull from remote repo' feature for free using a custom Docker image and GitLab CI/CD pipelines.
A technical guide on migrating a Jekyll static site's CI/CD pipeline from CircleCI to GitHub Actions, covering build and deployment steps.
Learn how to automatically run Python unit tests on every commit and pull request using GitHub Actions.
A developer's guide to preventing production incidents through team culture, automated testing, and robust deployment processes.
Learn how to automatically schedule and publish articles to the DEV community platform using GitHub Actions and a custom Python script.
Analysis of build failure rates in open source projects vs. corporate work, using Travis CI data to compare reliability.