automation
-
Solved: Automate Semantic Versioning Tagging based on Merge Labels
Stop manual versioning! Learn to automate Semantic Versioning using merge labels in GitLab or GitHub to create new Git tags and eliminate release erro Continue reading
-
Solved: Generate Unit Tests skeleton from Code using OpenAI API
Learn to generate unit test skeletons from your code with the OpenAI API and Python. This step-by-step guide helps automate boilerplate to save hours. Continue reading
-
Solved: Auto-Close Stale Issues on GitHub after 30 days
Automatically clean your GitHub backlog. This guide shows how to use a Python script to find and close stale issues after 30 days of inactivity. Continue reading
-
Solved: Notify Developers of Broken Builds via Desktop Notification
Get desktop notifications for broken builds with a simple Python script. Stop wasting time checking CI/CD statuses and let failure alerts come to you. Continue reading
-
Solved: Automate Docker Image Scanning in GitLab CI pipelines
Learn to automate Docker image scanning in your GitLab CI pipeline. This step-by-step guide helps you find and fix vulnerabilities before deployment. Continue reading
-
Solved: Syncing Postman Collections to Git Repository
Learn to automatically sync Postman collections to a Git repository. This step-by-step guide creates a single source of truth for your team’s APIs. Continue reading
-
Solved: Format and Lint Python Code automatically on Git Commit
Learn to automatically format and lint Python code on every Git commit using pre-commit hooks with black and flake8. Save time and improve code qualit Continue reading
-
Solved: Monitor WiFi Signal Strength and Speedtest results over time
Automatically track your WiFi signal strength & internet speed. This guide shows you how to write a Python script to log speedtest results over time. Continue reading
-
Solved: Auto-Block Tor Exit Nodes on Nginx Firewall using Python
Learn to automatically block Tor exit nodes on your Nginx firewall. This guide provides a simple Python script to fetch IPs and harden your security. Continue reading
-
Solved: Monitor Failed Login Attempts on Windows Server (Event Log to Email)
Learn to automatically monitor failed login attempts on Windows Server. Use a simple script to parse event logs and send security alerts directly to y Continue reading