Awesome Standalones
A blog post about the author's contributions to the awesome-standalones GitHub repo, a curated list of framework-agnostic web components.
A blog post about the author's contributions to the awesome-standalones GitHub repo, a curated list of framework-agnostic web components.
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 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.
Fixing Xamarin Android build failures in CI/CD pipelines by updating to Java SDK 11 on Azure DevOps and GitHub Actions.
Explores integrating GitHub Actions with AWS services like CodeCatalyst and CodeBuild to maximize development efficiency and workflow automation.
A tutorial on deploying a VitePress documentation site to GitHub Pages using an automated GitHub Actions workflow.
How maintainers can use GitHub Actions to automate issue management, contributor workflows, and other repository tasks.
A developer shares experiences and key findings from testing .NET 8 previews 1-5, covering container changes, analyzers, and build output.
Guide on configuring AWS CodeBuild to run GitHub Actions within a private AWS subnet for secure database deployments.
Learn how to use the 'act' CLI tool to locally test and debug GitHub Actions workflows, speeding up development.
The article details setting up a Django SaaS signup flow, email templates, and configuring CI/CD with GitHub Actions and pre-commit.