-
Posted On Python
Python: List AWS Secrets with its last access date
Prerequisites You already have configured AWS Credentials in ~/.aws/credentials location Overview This post illustrates the utilization of Python, alongside libraries…
-
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…
-
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…
-
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…
-
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…
-
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,…
-
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.…
-
Posted On Python
Python: Simplifying CSV File Filtering
Overview In this blog, we dive into a Python function designed to streamline the process of filtering CSV files in…