A Deep Dive Into GitHub Actions From Software Development to Data Engineering
Explores using GitHub Actions for software development CI/CD and advanced data engineering tasks like ETL pipelines and data orchestration.
Explores using GitHub Actions for software development CI/CD and advanced data engineering tasks like ETL pipelines and data orchestration.
A technical guide on decoupling build and deploy steps in GitHub Actions pipelines for better control and confidence in deployments.
How to set up a continuous performance benchmarking pipeline for .NET projects using GitHub Actions, GitHub Pages, and Blazor at zero cost.
Introducing the OpenSauced Pizza GitHub Action, a tool to automate repository management tasks like updating CODEOWNERS within GitHub workflows.
Learn how to use a GitHub Action to automatically update your GitHub profile with an OpenSauced Dev Card showcasing your open source contributions.
A blog post about the author's contributions to the awesome-standalones GitHub repo, a curated list of framework-agnostic web components.
A reflection on creating a French tech podcast focused on CI/CD practices, sharing insights from industry experts and the journey of building the show.
A participant's detailed report on tackling the ICFP Contest 2024, focusing on implementing a custom lambda calculus language to solve complex programming challenges.
Explains GitHub's new Artifact Attestations feature for securing software supply chains, covering its architecture and SLSA compliance.
How to publish .NET 8 applications as container images directly using the .NET SDK, eliminating the need for a Dockerfile.
A guide to automating documentation publishing using Markdown, LaTeX, Pandoc, and GitHub Actions to generate PDFs and Word docs.
A guide to manually triggering a GitHub Actions workflow from a feature branch before it's merged into the default branch.
Explains how to automate GitHub Releases using tags and tools like Release Drafter, balancing technical process with community engagement.
Using GitHub Actions to automate parsing Azure sustainability PDFs into a public JSON file for programmatic use.
A guide to automating the build and deployment of Swift Package DocC documentation to GitHub Pages using GitHub Actions.
A guide to setting up a CI/CD pipeline for Angular projects using GitHub Actions for automated testing, building, and dependency updates.
A technical guide on deploying Antora documentation to Cloudflare Pages using GitHub Actions and GitHub Apps across private repositories.
A tutorial on creating a GitHub Action to automatically run unit tests on code commits and pull requests.
How to automatically check internal links on a static site using Scrapy and GitHub Actions for continuous integration.
A guide on using GitHub Actions to automatically trigger a webhook on a daily schedule, with examples using curl and a dedicated action.