Commenting on Pull Requests with GitHub Actions
A guide to automatically commenting on GitHub Pull Requests using GitHub Actions, covering authentication, security, and workflow setup.
A guide to automatically commenting on GitHub Pull Requests using GitHub Actions, covering authentication, security, and workflow setup.
Guide on using Python 3.8.0 in Azure Runbooks, including installing packages with dependencies via a helper script.
A guide to automating content syndication from dev.to to an Eleventy blog using GitHub Actions, including markdown manipulation and API integration.
Explains how to handle the new mandatory and unique Priority parameter for Azure Application Gateway routing rules in PowerShell automation scripts.
A guide to debugging Xcode scheme pre and post actions by logging script output to a file, with a detailed shell script walkthrough.
A PowerShell script to identify and remove stale Azure AD role assignments where the associated identity no longer exists, helping clean up access control lists.
Introduces the 'Code Review Pyramid' concept to prioritize important aspects like functionality and performance over style in code reviews.
Introduces the 'Code Review Pyramid' concept to prioritize important aspects like functionality and performance over style in code reviews.
Using PowerShell to manage blob retention in Azure Storage, keeping last 7 days and Sunday files.
Pure Paste is a macOS utility that automatically pastes copied text as plain text, removing formatting, invisible characters, and URL trackers.
A blog post about creating a Wordle helper tool, discussing the programming challenges and educational opportunities the game presents.
Explains core principles of Cypress command chains, including parent, child, and dual commands, to help write better automated tests.
Learn how to set a default Azure region for PowerShell cmdlets using $PSDefaultParameterValues to avoid specifying location repeatedly.
A tutorial on using the pkill command to easily kill processes from the command line, part of an automation series.
A developer discusses balancing project deadlines with the long-term benefits of improving processes and automating tasks, using examples like PowerShell scripts and cloud services.
A guide on avoiding hard-coded waits in Cypress tests, exploring alternatives like timeouts and assertions for better test reliability.
A festive-themed technical session on using Azure Resource Manager Locks to protect cloud resources from accidental deletion, with automation examples.
Explains why using user accounts for Azure Logic App connections is a security risk and recommends using managed identities instead.
A guide to using GitHub Actions to monitor API responses or web pages for changes and receive automated notifications via SMS or other channels.
A guide to automating the setup of a Raspberry Pi K3s Kubernetes cluster using Ansible playbooks for efficient provisioning.