2025 in Retrospective
A developer's 2025 retrospective covering blog migration, PhD start, MVP status, and a breakdown of 50+ technical posts on .NET, ASP.NET Core, and EF Core.
A developer's 2025 retrospective covering blog migration, PhD start, MVP status, and a breakdown of 50+ technical posts on .NET, ASP.NET Core, and EF Core.
A developer creates a scraper to track the latest versions of GitHub Actions, helping coding agents avoid stale workflows.
A demonstration of different uv init command options for Python project setup, with examples hosted on GitHub.
Analysis of GitHub Actions' new pricing model, focusing on the platform costs behind self-hosted runners and the CI ecosystem's reaction.
A guide on using GitHub Actions to automatically mark stale pull requests and issues in your open source repositories.
A developer explains his automated workflow using SQL, Datasette, and Observable to generate a Substack newsletter from his blog content.
A developer explains migrating from a custom GitHub Actions cache fork to improve CI/CD pipeline performance and reduce friction.
A guide to setting up a CI/CD pipeline for Angular projects using GitHub Actions for automated testing, building, and dependency updates.
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.
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.
Introducing an unofficial .NET SDK for creating GitHub Actions, making automation easier for C# developers.
A guide to deploying to Azure App Service using GitHub Actions with a service principal instead of publish profiles for better governance.
A tutorial on setting up a CI/CD pipeline for an ASP.NET MVC application using GitHub Actions, including build and release jobs.
A guide to setting up automated testing for Django projects using Pytest and GitHub Actions for continuous integration.
A developer details their migration from Azure DevOps to GitHub Actions for CI/CD, including setup steps and configuration.
A tutorial on building and scheduling a Python web scraper to run automatically using GitHub Actions, including emailing results.
A technical guide on migrating a Jekyll static site's CI/CD pipeline from CircleCI to GitHub Actions, covering build and deployment steps.