Scheduling Netlify Deployments with Github Actions
A guide to automating regular Netlify static site deployments using scheduled GitHub Actions, focusing on updating webmentions.
A guide to automating regular Netlify static site deployments using scheduled GitHub Actions, focusing on updating webmentions.
A curated playlist of on-demand DevOps and Developer Productivity sessions from AWS re:Invent 2022, covering tools, best practices, and new services.
An analysis of the pre-commit tool for git hooks, covering its benefits, configuration, and practical drawbacks like dependency duplication.
A technical guide on building a fully automated CI/CD pipeline for a Node.js application using AWS services like CodeBuild and CodeDeploy.
A technical guide on how to automatically record video of failed iOS UI tests using XCTest, simctl, and a Sinatra web server for debugging.
A guide to setting up and running Playwright end-to-end tests within an Azure DevOps pipeline, including YAML configuration and artifact publishing.
A developer shares hard-won lessons and pitfalls encountered while migrating a CI/CD pipeline from Jenkins to GitHub Actions.
A new solution template for building Blazor WebAssembly apps with Clean Architecture, CI/CD, and Azure deployment.
A guide to automating Cloud Build triggers for Pulumi infrastructure projects on Google Cloud Platform using Python.
A guide to implementing automatic rollback for Azure deployments using Azure DevOps pipelines and ARM templates.
AWS Builder Experience community seeks collaboration on projects involving CI/CD, Infrastructure as Code, and AWS best practices.
A review and guide to NDepend, a static code analysis tool for .NET, covering its features, setup, and use for improving code quality.
A guide to tools for managing multiple Xcode versions, including GUI and CLI options like XcodesApp, xcodes, xcversion, and xcode-install.
A guide to solving XCUITest failures on slow CI machines by waiting for text fields to gain focus before typing.
A technical guide comparing two methods for parallelizing iOS tests across multiple versions using GitHub Actions and Fastlane.
A guide on accessing the deployed URL of an Azure Static Web App within a GitHub Actions workflow for automated testing.
A guide to automatically commenting on GitHub Pull Requests using GitHub Actions, covering authentication, security, and workflow setup.
A guide to using Playwright test sharding with a GitHub Actions job matrix to significantly speed up CI/CD pipeline execution.
How to schedule automated publishing of future-dated Hugo blog posts using GitHub Actions cron jobs when hosting on Azure Static Web Apps.
A tutorial on using git-secret with Docker to securely encrypt and manage secrets (passwords, tokens) within a Git repository for PHP projects.