Getting back to the EU: from Google Cloud to Self-Hosted EU Infrastructure
A developer details migrating a Fitbit data app from Google Cloud to a self-hosted EU VPS, covering PostgreSQL, nginx, and CI/CD with GitHub Actions.
A developer details migrating a Fitbit data app from Google Cloud to a self-hosted EU VPS, covering PostgreSQL, nginx, and CI/CD with GitHub Actions.
A guide to automating Webmention retrieval for a static site using GitHub Actions, Webmention.io, and Brid.gy.
A developer explains migrating from a custom GitHub Actions cache fork to improve CI/CD pipeline performance and reduce friction.
A guide to automating Azure Quick Review (azqr) scans using a scheduled GitHub Actions workflow for continuous cloud resource assessment.
Introducing a custom GitHub Action for linting Bicep IaC files, with features to scan only changed files and combine SARIF output.
A guide to fixing iOS UI test failures in GitHub Actions by adjusting deployment targets and ensuring simulator compatibility.
A developer troubleshoots and resolves a random 'Bus error' during NX post-install in GitHub Actions CI/CD pipelines.
Using GitHub Actions to trigger Airflow DAGs for orchestrating data pipelines across Spark, Dremio, and Snowflake.
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.