Filtering & Closing Pull Requests on GitHub using the API
A guide to using the GitHub API and PyGithub to automatically filter and close spam pull requests based on keywords.
A guide to using the GitHub API and PyGithub to automatically filter and close spam pull requests based on keywords.
A developer builds a bot to monitor internet speeds and automatically claim refunds from their ISP when speeds drop below a guaranteed minimum.
A guide to automating LaTeX document compilation and PDF generation using GitHub Actions, demonstrated through a personal resume project.
A guide to configuring a secure web proxy on macOS using command line tools like `networksetup` for Wi-Fi and Ethernet connections.
Learn how to create and make a Bash script executable to automate repetitive command-line tasks.
Learn how to create and make a Bash script executable to automate repetitive command-line tasks.
A guide to automating pull request checks and reviews using the Danger tool on CI servers like Travis CI.
A technical guide on automating the restart of failed Kafka Connect tasks using bash scripts and the REST API.
A guide to using Git Hooks for automating commit message validation and enforcing corporate email usage in version control workflows.
A tutorial on using Azure Logic Apps to automate posting new Meetup event announcements into Microsoft Teams via Adaptive Cards.
How to create a SQL Server credential for accessing Azure Blob Storage using PowerShell.
A developer automates podcast episode folder creation in Google Drive using Google Apps Script, detailing the code and challenges.
Learn how to automate Swift code formatting using the SwiftFormat library to enforce consistent style and improve code readability.
A developer explores Transposit, a platform providing a SQL interface to interact with multiple APIs, and attempts to rebuild a complex GitHub bot using it.
A guide to performing mathematical calculations using PowerShell, leveraging the .NET Math library for operations beyond basic arithmetic.
A developer shares three key reasons why he finds building products for other developers personally rewarding and a lifelong career focus.
A guide explaining three methods to download APK files from the Google Play Store, including manual and automated approaches.
The article details a significant performance improvement in Ansible deployments by integrating the Mitogen tool, resulting in a 4.5x speed increase.
A developer explains how to automate Mac setup using dotfiles and startup scripts, saving days of manual configuration.
A developer details migrating a personal blog archive tweet automation script from a home server to Azure Functions, exploring serverless PowerShell.