Serverless Framework with Amazon CodeCatalyst - AWS Online Tech Talks
Explores using the Serverless Framework within Amazon CodeCatalyst for streamlined CI/CD workflows and application deployment on AWS.
Explores using the Serverless Framework within Amazon CodeCatalyst for streamlined CI/CD workflows and application deployment on AWS.
A guide to automating regular Netlify static site deployments using scheduled GitHub Actions, focusing on updating webmentions.
A list of the top 10 most popular AWS DevOps blog posts from 2022, covering CI/CD, IaC, and cloud deployment best practices.
Introducing an unofficial .NET SDK for creating GitHub Actions, making automation easier for C# developers.
A guide to automating pull request creation and auto-merging for content updates using GitHub Actions and the GitHub CLI.
A developer shares hard-won lessons and pitfalls encountered while migrating a CI/CD pipeline from Jenkins to GitHub Actions.
A tutorial on building and deploying a serverless Go web service using Azure Functions custom handlers, with automated CI/CD via GitHub Actions.
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.
Strategies for efficiently scheduling Docker containers to integration test 14+ databases in GitHub Actions, improving CI performance.
A guide to automatically commenting on GitHub Pull Requests using GitHub Actions, covering authentication, security, and workflow setup.
How to specify a Node.js version for an Azure Static Web App GitHub Action by using the engines field in package.json.
A guide to deploying a NestJS application to Google Cloud Run, covering manual setup and automated CI/CD with GitHub Actions.
A guide to automating content syndication from dev.to to an Eleventy blog using GitHub Actions, including markdown manipulation and API integration.
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 setting up CI pipelines for Dockerized PHP applications using GitHub Actions and GitLab CI.
Explains how to update pre-installed tools like GitHub CLI on GitHub-hosted runners when the default version is outdated, using brew or .deb packages.
A guide to deploying to Azure App Service using GitHub Actions with a service principal instead of publish profiles for better governance.
A technical guide on building a fully automated CI/CD pipeline using GitHub Actions, DocFx, and .NET to test, build, release, and document with one click.