Automating releases of Python packages with GitHub Actions
A guide to automating Python package releases using GitHub Actions, including PyPI authentication and workflow creation.
A guide to automating Python package releases using GitHub Actions, including PyPI authentication and workflow creation.
A guide to setting up automated testing and Continuous Integration for Python packages using GitHub Actions, including multi-OS and Python version testing.
A developer details migrating his blog from WordPress to a static site using Hugo, GitHub Actions, and Azure for improved performance and cost savings.
A technical guide documenting a multi-cloud blog deployment pipeline using GitHub Actions for AWS, Azure, and GCP.
A guide to interactively debug failing GitHub Actions workflows using reverse shells with netcat and ngrok, plus a better method using tmate.
A meetup recap covering an AI-powered parking space prediction project using Azure services and a session on GitHub Actions for CI/CD.
A tutorial on creating a custom GitHub Action in four steps, including defining inputs/outputs and writing a bash script.
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 tutorial on building a GitHub Action that uses TensorFlow.js to automatically detect toxic comments and PR reviews in a repository.
A guide to implementing impact analysis in CI/CD pipelines to skip unnecessary builds and tests, saving time and resources.
A tutorial on automating GitHub profile README updates using Python and GitHub Actions to display recent blog posts.
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 compiling a statically-linked Haskell program and deploying it to AWS Lambda using Nix, Cachix, and GitHub Actions.
A guide to implementing CI/CD for Azure ARM templates using GitHub Actions, focusing on automating infrastructure deployments for IT professionals.
A technical guide on building a cost-effective, serverless mailing list for a security newsletter using AWS services, Terraform, and CI/CD.
Introduces InterposeKit, a modern Swift library for elegant method swizzling, with developer insights on its creation and related Swift/tech topics.
A developer shares their experience and troubleshooting steps while deploying a Gatsby site to Azure Static Web Apps, highlighting build issues and solutions.
Microsoft's Azure Static Web App service for hosting static JavaScript apps with GitHub integration and Azure Functions support.