Run your Python unit tests via GitHub actions
Learn how to automatically run Python unit tests on every commit and pull request using GitHub Actions.
Learn how to automatically run Python unit tests on every commit and pull request using GitHub Actions.
A tutorial on deploying a multi-container microservices application (React & .NET Core) to Azure using Service Fabric, including CI/CD setup.
A technical guide on creating a custom Oracle Database Docker image, covering prerequisites, project structure, and configuration.
A guide on setting up and using GitHub Actions for continuous integration (CI) of an open-source Python package, including a sample workflow.
A developer's guide to preventing production incidents through team culture, automated testing, and robust deployment processes.
A guide to building and publishing Docker images to Docker Hub using GitHub integration, without needing Docker installed locally.
A video tutorial on using Azure DevOps for PowerShell projects, part of the 2019 Azure Advent Calendar community event.
A tutorial on creating custom GitHub Actions using Python, covering workflow setup, Docker containerization, and publishing to the marketplace.
A tutorial on creating and publishing a custom GitHub Action using the Go programming language, including using a template and Docker.
A guide to enhancing Azure DevOps CI/CD pipelines for .NET with MSBuild binary logging, Coverlet for code coverage, and Report Generator.
Explains how Jenkins Docker Workflow plugin's inside() function works, including handling ENTRYPOINT issues and practical solutions.
A developer shares their experience using GitLab Pages for hosting, discussing its pros, cons, and comparison to alternatives like GitHub Pages.
A guide to using conditional logic and runtime variables in Azure Pipelines YAML configurations to control step execution.
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.