April 16, 2024
-
Posted On GitHub
GitHub: Automate Periodic Tasks with GitHub Actions
Overview This blog post introduces a simple GitHub Actions workflow designed to periodically perform tasks using a scheduled trigger. The workflow is triggered every 5…
-
Posted On GitHub
GitHub: Using Dynamic Matrices
Overview This blog post demonstrates how to set up a GitHub Actions workflow that uses a dynamic matrix strategy based on configurations stored in an…
-
Posted On Python
Python: Extracting HTML Data with Python
Overview This post demonstrates how to use Python, along with libraries like requests and BeautifulSoup, to scrape web data. We’ll extract the Kubernetes release calendar…
-
Posted On Python
Python: Identify Unscheduled AWS Lambda Functions
Prerequisites You already have configured AWS Credentials in ~/.aws/credentials location Overview This blog post provides a Python script that uses the boto3 library to list…
-
Posted On ShellScript
ShellScript: Get CPU, Memory, OS Version
Overview This blog post covers three Bash scripts that utilize Linux commands to extract detailed system information about CPU configuration, memory usage, and operating system…
-
Posted On PowerShell
PowerShell: Get CPU, Memory, OS Verison
Overview This PowerShell script is designed to provide a quick overview of some crucial system information about a Windows machine. It gathers details about the…