Publish to DEV automatically with GitHub Actions
Learn how to automatically schedule and publish articles to the DEV community platform using GitHub Actions and a custom Python script.
Learn how to automatically schedule and publish articles to the DEV community platform using GitHub Actions and a custom Python script.
A developer shares common mistakes and automated solutions for managing software releases in open-source projects.
A guide to using GitHub Actions to build and deploy OpenFaaS serverless functions, including a custom action workflow example.
A guide to automating Docker image builds for Blazor apps using Azure Pipelines and publishing them to Azure Container Registry.
A guide to automating dependency updates using Dependabot, Cypress for end-to-end testing, and Netlify for CI/CD in a JavaScript/Gatsby project.
Developer shares updates on SourceHut, aerc email client, Sway/Wayland, and VR support for Linux, from Osaka.
A guide to automating LaTeX document compilation and PDF generation using GitHub Actions, demonstrated through a personal resume project.
A step-by-step guide for migrating a Python project's CI/CD pipeline from Travis CI to Azure Pipelines, focusing on simplicity.
A technical guide on deploying Blazor applications to Azure Storage using Azure Pipelines, covering setup and configuration.
A tutorial on setting up Azure Pipelines for Continuous Integration (CI) to build Blazor applications, including account setup and pipeline configuration.
A developer's detailed walkthrough of configuring Azure DevOps to build a Docker image and push it to a private Docker Hub repository.
A developer built a playable Sudoku game that runs entirely in the browser's URL bar using JavaScript and the window.location.hash API.
A developer shares their journey of learning Azure Pipelines through trial and error, focusing on setting up a build pipeline for a PowerShell project.
A guide to automating Docker image testing using goss and Jenkins pipelines for reliable CI/CD deployments.
A technical walkthrough explaining how GitHub Actions work, from event triggers to workflow execution, using a branch cleanup example.
A guide to building and deploying Python-based Azure Functions using Azure DevOps pipelines, updated for general availability.
A developer's guide to creating custom GitHub Actions using PowerShell, covering setup, Docker configuration, and a simple Hello World example.
A guide to managing database changes in .NET using Database Projects for state versioning and DbUp for migration scripting.
Introducing Mergify's new automation engine for GitHub workflows, enabling advanced pull request rules and automated merging.
A guide to using Pa11y and other tools to automate accessibility testing in web development, improving user experience and SEO.