Automating .NET Security Updates
A guide to automating .NET SDK security updates using global.json and CI/CD tools to ensure consistent, secure builds.
A guide to automating .NET SDK security updates using global.json and CI/CD tools to ensure consistent, secure builds.
A technical guide on migrating a Jekyll static site's CI/CD pipeline from CircleCI to GitHub Actions, covering build and deployment steps.
A guide on how to securely pass and use environment variables, like NPM tokens, within GitHub Actions workflows.
A guide on configuring GitLab CI to authenticate and pull Docker images from private registries, specifically AWS ECR, with dynamic credential management.
A guide to quickly create and publish a NuGet package using GitHub CLI, Dotnet Boxed templates, and GitHub Actions for automated builds.
A guide to implementing CI/CD for Azure ARM templates using GitHub Actions, focusing on automating infrastructure deployments for IT professionals.
The author details integrating and reviving Storybook for DEV's design system, enabling component development and deployment via Netlify.
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.