From d9d89e97ebed9af77ae2b195574ed19fee5bbb7b Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Thu, 10 Jul 2025 18:14:52 -0600 Subject: [PATCH 01/26] testing --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c7d1c770..aa6f9e98 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ Last updated: 2025-07-11 ![image](https://github.com/brown9804/SDLC-Cloud_Lpath/assets/24630902/5ba714af-4238-48d3-9043-cbcd64a590f1) -
Total views From 713d73bfe76f42d0d7f815ad456585f746e95eed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Jul 2025 00:15:12 +0000 Subject: [PATCH 02/26] Update visitor count --- README.md | 151 +++++++++++++++++++++++++++++---------------------- metrics.json | 2 +- 2 files changed, 86 insertions(+), 67 deletions(-) diff --git a/README.md b/README.md index aa6f9e98..375305bf 100644 --- a/README.md +++ b/README.md @@ -1,80 +1,99 @@ -# Cloud DevOps:
Learning Path - Overview +# Open Source Visitor Counter Costa Rica +[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com) [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [brown9804](https://github.com/brown9804) -Last updated: 2025-07-11 +Last updated: 2025-07-10 ---------- -> Provides the essential knowledge required to work effectively within Azure and embrace DevOps/Agile methodologies. Additionally, it offers insights into fundamental cloud concepts. - -
-Table of Contents (Click to expand) - -- [Agile](./Agile) -- [DevOps](./DevOps) -- [Network](./Network) -- [GitHub](https://github.com/brown9804/CloudDevOps_LPath/tree/main/GitHub) -- [Cloud Principles](./Cloud) - - [0. Linux](./Cloud/0-linux) - - [Working with Users and Permissions](./Cloud/0-linux/lab0) - - [System Service Management, Runlevels and Boot Targets](./Cloud/0-linux/lab1) - - [Securely Accessing Your System](./Cloud/0-linux/lab2) - - [Package Management and Troubleshooting](./Cloud/0-linux/lab3) - - [File Management, Permissions and Backup](./Cloud/0-linux/lab4) - - [Working with Text Files and Streams](./Cloud/0-linux/lab5) - - [Linux Device Management](./Cloud/0-linux/lab6) - - [The Linux Shell](./Cloud/0-linux/lab7) - - [Networking](./Cloud/0-linux/lab8) - - [Processes Management](./Cloud/0-linux/lab9) - - [1. Terraform](./Cloud/1-terraform) - - [Installing Terraform and Working with Terraform Providers](./Cloud/1-terraform/lab0) - - [Using Terraform CLI Commands (workspace and state) to Manipulate a Terraform Deployment](./Cloud/1-terraform/lab1) - - [Building and Testing a Basic Terraform Module](./Cloud/1-terraform/lab2) - - [Exploring Terraform State Functionality](./Cloud/1-terraform/lab3) - - [Deploy an Azure Storage Account with Terraform](./Cloud/1-terraform/lab4) - - [Deploy an Azure File Share and Blob Storage with Terraform](./Cloud/1-terraform/lab5) - - [Deploy Azure VNETs and Subnets with Terraform](./Cloud/1-terraform/lab6) - - [Create Azure NSGs with Terraform](./Cloud/1-terraform/lab7) - - [Deploying an Azure VM with Terraform](./Cloud/1-terraform/lab8) - - [Deploy a Web Application with Terraform](./Cloud/1-terraform/lab9) - - [Deploy a MySQL Database with Terraform](./Cloud/1-terraform/lab_10) - - [Migrating Terraform State to Terraform Cloud](./Cloud/1-terraform/lab_11) - - [Using Terraform Provisioners to Set Up an Apache Web Server on AWS](./Cloud/1-terraform/lab_12) - - [Make Changes to AWS Infrastructure Using Terraform](./Cloud/1-terraform/lab_13) - - [Use Output Variables to Query Data in AWS Using Terraform](./Cloud/1-terraform/lab_14) - - [Make Changes to Azure Infrastructure Using Terraform](./Cloud/1-terraform/lab_15) - - [Use Output Variables to Query Data in Azure Using Terraform](./Cloud/1-terraform/lab_16) - - [Use Terraform to Create a Kubernetes Deployment](./Cloud/1-terraform/lab_17) - - [Manage Kubernetes Resources with Terraform](./Cloud/1-terraform/lab_18) - - [Use Terraform to Create an EKS Deployment](./Cloud/1-terraform/lab_19) - - [Troubleshooting a Terraform Deployment](./Cloud/1-terraform/lab_20) - - - [Automation Principles](./Cloud/2-automation_principles) - - [Kubernetes Principles](./Cloud/3-kubernetes_principles) - -
- -## Overview - -- SDLC - [What is and how it works](https://agilie.com/blog/what-is-the-software-development-life-cycle-sdlc-and-how-does-it-work) - -![image](https://github.com/brown9804/SDLC-Cloud_Lpath/assets/24630902/e809d790-87d4-41a1-b9ea-071327ab6ef2) - -![Benefits](https://github.com/brown9804/SDLC-Cloud_Lpath/assets/24630902/dc014629-a069-44f3-b657-7f8d39968272) - -![image](https://github.com/brown9804/SDLC-Cloud_Lpath/assets/24630902/a3b6522f-88c2-4ede-a477-09280f5584b9) - -- SDLC - [Methodologies](https://datarob.com/sdlc-methodologies/) - -![image](https://github.com/brown9804/SDLC-Cloud_Lpath/assets/24630902/5ba714af-4238-48d3-9043-cbcd64a590f1) +> This repository provides a customizable GitHub visitor counter that tracks and displays the number of visits to your GitHub profile or repository. The counter updates daily using the GitHub Traffic API and writes the total views directly into the README file. + +## Features + +- **Daily-updated visitor counting**: Fetches real visitor data from the GitHub Traffic API. +- **Markdown-based display**: Updates the README file with the total visitor count. +- **Open source and customizable**. + +## How it works + +> [!IMPORTANT] +> This counter is updated once per day (not real-time) and shows the total number of visits (including repeat visits) as reported by GitHub. + +- A GitHub Action workflow runs daily to fetch visitor data from the GitHub Traffic API. +- The action updates the `README.md` file with the total visitor count and the refresh timestamp. + +## How to use it + +1. **Add the Badge to Your Repository**: Include the following markdown in your `README.md` file, between the `START BADGE` and `END BADGE` (included), as shown in the bottom. +2. **Create a Personal Access Token**: + - Go to **GitHub Settings** > **Developer Settings** > **Personal Access Tokens**. + - Generate a new token with `repo` access. +3. **Save the Token as a Secret**: + - In your repository, navigate to **Settings** > **Secrets and Variables** > **Actions**. + - Add a new secret named `TRAFFIC_TOKEN` and paste the generated token. +4. **Add the Pipeline**: This single pipeline will fetch the visitor count, update the badge in the `README.md` file, and push the changes back to the repository. + - Create a GitHub Actions workflow (`update-metrics.yml`) in your repository to handle the visitor counter logic. + - Use the following content for the workflow: + + ```yaml + name: Update Visitor Counter + + on: + schedule: + - cron: '0 0 * * *' # Runs daily at midnight + workflow_dispatch: # Allows manual triggering + + jobs: + update-counter: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '16' + + - name: Install dependencies + run: npm install @brown9804/github-visitor-counter + + - name: Run visitor counter script + run: node node_modules/@brown9804/github-visitor-counter/update_repo_views_counter.js + env: + TRAFFIC_TOKEN: ${{ secrets.TRAFFIC_TOKEN }} + REPO: ${{ github.repository }} + + - name: Commit and push changes + run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git add README.md metrics.json + git commit -m "Update visitor count" + git push + ``` + +## Files structure + +- `README.md`: Contains instructions and displays the visitor count badge. +- `update_repo_views_counter.js`: Script to fetch visitor count data from the GitHub Traffic API and update the `README.md` file. +- `package.json`: Defines dependencies and scripts for the project. +- `LICENSE`: Specifies the license for the project. + +> [!IMPORTANT] +> +> - Replace `` and `` with your actual values. +> - Use a Personal Access Token (PAT) with `repo` access as `TRAFFIC_TOKEN` secret in each target repository. +> - The action will trigger the visitor counter logic in the main repository and update the badge dynamically.
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/metrics.json b/metrics.json index 2d116e55..b9dfcc15 100644 --- a/metrics.json +++ b/metrics.json @@ -1,4 +1,4 @@ { "count": 254, - "lastUpdated": "2025-07-10T23:16:22.327Z" + "lastUpdated": "2025-07-11T00:15:11.407Z" } \ No newline at end of file From 587178dab440e57c53bad38971fccd776c756c05 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Thu, 10 Jul 2025 18:16:41 -0600 Subject: [PATCH 03/26] testing --- README.md | 152 ++++++++++++++++++++++++------------------------------ 1 file changed, 67 insertions(+), 85 deletions(-) diff --git a/README.md b/README.md index 375305bf..b5e23959 100644 --- a/README.md +++ b/README.md @@ -1,99 +1,81 @@ -# Open Source Visitor Counter +# Cloud DevOps:
Learning Path - Overview Costa Rica -[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com) [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [brown9804](https://github.com/brown9804) -Last updated: 2025-07-10 +Last updated: 2024-12-13 ---------- -> This repository provides a customizable GitHub visitor counter that tracks and displays the number of visits to your GitHub profile or repository. The counter updates daily using the GitHub Traffic API and writes the total views directly into the README file. - -## Features - -- **Daily-updated visitor counting**: Fetches real visitor data from the GitHub Traffic API. -- **Markdown-based display**: Updates the README file with the total visitor count. -- **Open source and customizable**. - -## How it works - -> [!IMPORTANT] -> This counter is updated once per day (not real-time) and shows the total number of visits (including repeat visits) as reported by GitHub. - -- A GitHub Action workflow runs daily to fetch visitor data from the GitHub Traffic API. -- The action updates the `README.md` file with the total visitor count and the refresh timestamp. - -## How to use it - -1. **Add the Badge to Your Repository**: Include the following markdown in your `README.md` file, between the `START BADGE` and `END BADGE` (included), as shown in the bottom. -2. **Create a Personal Access Token**: - - Go to **GitHub Settings** > **Developer Settings** > **Personal Access Tokens**. - - Generate a new token with `repo` access. -3. **Save the Token as a Secret**: - - In your repository, navigate to **Settings** > **Secrets and Variables** > **Actions**. - - Add a new secret named `TRAFFIC_TOKEN` and paste the generated token. -4. **Add the Pipeline**: This single pipeline will fetch the visitor count, update the badge in the `README.md` file, and push the changes back to the repository. - - Create a GitHub Actions workflow (`update-metrics.yml`) in your repository to handle the visitor counter logic. - - Use the following content for the workflow: - - ```yaml - name: Update Visitor Counter - - on: - schedule: - - cron: '0 0 * * *' # Runs daily at midnight - workflow_dispatch: # Allows manual triggering - - jobs: - update-counter: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: '16' - - - name: Install dependencies - run: npm install @brown9804/github-visitor-counter - - - name: Run visitor counter script - run: node node_modules/@brown9804/github-visitor-counter/update_repo_views_counter.js - env: - TRAFFIC_TOKEN: ${{ secrets.TRAFFIC_TOKEN }} - REPO: ${{ github.repository }} - - - name: Commit and push changes - run: | - git config --global user.name "github-actions[bot]" - git config --global user.email "github-actions[bot]@users.noreply.github.com" - git add README.md metrics.json - git commit -m "Update visitor count" - git push - ``` - -## Files structure - -- `README.md`: Contains instructions and displays the visitor count badge. -- `update_repo_views_counter.js`: Script to fetch visitor count data from the GitHub Traffic API and update the `README.md` file. -- `package.json`: Defines dependencies and scripts for the project. -- `LICENSE`: Specifies the license for the project. - -> [!IMPORTANT] -> -> - Replace `` and `` with your actual values. -> - Use a Personal Access Token (PAT) with `repo` access as `TRAFFIC_TOKEN` secret in each target repository. -> - The action will trigger the visitor counter logic in the main repository and update the badge dynamically. +> Provides the essential knowledge required to work effectively within Azure and embrace DevOps/Agile methodologies. Additionally, it offers insights into fundamental cloud concepts. + +
+Table of Contents (Click to expand) + +- [Agile](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/Agile) +- [DevOps](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/DevOps) +- [Network](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/Network) +- [GitHub](https://github.com/brown9804/CloudDevOps_LPath/tree/main/GitHub) +- [Cloud Principles](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/Cloud) + - [0. Linux](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux) + - [Working with Users and Permissions](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab0) + - [System Service Management, Runlevels and Boot Targets](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab1) + - [Securely Accessing Your System](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab2) + - [Package Management and Troubleshooting](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab3) + - [File Management, Permissions and Backup](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab4) + - [Working with Text Files and Streams](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab5) + - [Linux Device Management](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab6) + - [The Linux Shell](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab7) + - [Networking](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab8) + - [Processes Management](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab9) + - [1. Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform) + - [Installing Terraform and Working with Terraform Providers](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab0) + - [Using Terraform CLI Commands (workspace and state) to Manipulate a Terraform Deployment](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab1) + - [Building and Testing a Basic Terraform Module](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab2) + - [Exploring Terraform State Functionality](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab3) + - [Deploy an Azure Storage Account with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab4) + - [Deploy an Azure File Share and Blob Storage with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab5) + - [Deploy Azure VNETs and Subnets with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab6) + - [Create Azure NSGs with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab7) + - [Deploying an Azure VM with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab8) + - [Deploy a Web Application with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab9) + - [Deploy a MySQL Database with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_10) + - [Migrating Terraform State to Terraform Cloud](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_11) + - [Using Terraform Provisioners to Set Up an Apache Web Server on AWS](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_12) + - [Make Changes to AWS Infrastructure Using Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_13) + - [Use Output Variables to Query Data in AWS Using Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_14) + - [Make Changes to Azure Infrastructure Using Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_15) + - [Use Output Variables to Query Data in Azure Using Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_16) + - [Use Terraform to Create a Kubernetes Deployment](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_17) + - [Manage Kubernetes Resources with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_18) + - [Use Terraform to Create an EKS Deployment](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_19) + - [Troubleshooting a Terraform Deployment](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_20) + + - [Automation Principles](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/Cloud/2-automation_principles) + - [Kubernetes Principles](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/Cloud/3-kubernetes_principles) + +
+ +## Overview + +- SDLC - [What is and how it works](https://agilie.com/blog/what-is-the-software-development-life-cycle-sdlc-and-how-does-it-work) + +![image](https://github.com/brown9804/SDLC-Cloud_Lpath/assets/24630902/e809d790-87d4-41a1-b9ea-071327ab6ef2) + +![Benefits](https://github.com/brown9804/SDLC-Cloud_Lpath/assets/24630902/dc014629-a069-44f3-b657-7f8d39968272) + +![image](https://github.com/brown9804/SDLC-Cloud_Lpath/assets/24630902/a3b6522f-88c2-4ede-a477-09280f5584b9) + +- SDLC - [Methodologies](https://datarob.com/sdlc-methodologies/) + +![image](https://github.com/brown9804/SDLC-Cloud_Lpath/assets/24630902/5ba714af-4238-48d3-9043-cbcd64a590f1) +
- Total views -

Refresh Date: 2025-07-11

+ Total views +

Refresh Date: 2025-07-10

From 797c5de926d954e91475bd130cd439733ba7688d Mon Sep 17 00:00:00 2001 From: brown9804 Date: Fri, 11 Jul 2025 00:16:55 +0000 Subject: [PATCH 04/26] Update last modified date in Markdown files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5e23959..fcdd5c8f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [brown9804](https://github.com/brown9804) -Last updated: 2024-12-13 +Last updated: 2025-07-11 ---------- From 84d047ec89ec410865b85d57116fd796450a7a84 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:50:45 -0600 Subject: [PATCH 05/26] testing --- .github/workflows/use-visitor-counter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index 399f29cf..c2feda51 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -46,7 +46,7 @@ jobs: - name: Move generated files to current repository run: | mv github-visitor-counter/metrics.json . - mv github-visitor-counter/README.md . + echo "Skipping README.md replacement" - name: Clean up temporary files run: rm -rf github-visitor-counter From 85608af5e79725fa0919721713121a6cf38c5ca1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Jul 2025 19:51:15 +0000 Subject: [PATCH 06/26] Update visitor count --- metrics.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics.json b/metrics.json index b9dfcc15..32f7bc33 100644 --- a/metrics.json +++ b/metrics.json @@ -1,4 +1,4 @@ { - "count": 254, - "lastUpdated": "2025-07-11T00:15:11.407Z" + "total_views": 434, + "lastUpdated": "2025-07-11T19:51:14.596Z" } \ No newline at end of file From 655b46d305ba23673f0ae38f5eac3b32a8973315 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:01:16 -0600 Subject: [PATCH 07/26] testing badge chnage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcdd5c8f..acd3a539 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Last updated: 2025-07-11
- Total views + Total views

Refresh Date: 2025-07-10

From 649fad9e023ff400d0569b1f12ef574a8760118b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Jul 2025 20:01:36 +0000 Subject: [PATCH 08/26] Update visitor count --- metrics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics.json b/metrics.json index 32f7bc33..5788d39e 100644 --- a/metrics.json +++ b/metrics.json @@ -1,4 +1,4 @@ { "total_views": 434, - "lastUpdated": "2025-07-11T19:51:14.596Z" + "lastUpdated": "2025-07-11T20:01:36.319Z" } \ No newline at end of file From 5874d8bb3e4c44d6d6c069b783db3007ab50ddca Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:10:59 -0600 Subject: [PATCH 09/26] adjusting refs --- README.md | 80 +++++++++++++++++++++++++++---------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index acd3a539..9fb8fa26 100644 --- a/README.md +++ b/README.md @@ -14,47 +14,47 @@ Last updated: 2025-07-11
Table of Contents (Click to expand) -- [Agile](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/Agile) -- [DevOps](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/DevOps) -- [Network](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/Network) -- [GitHub](https://github.com/brown9804/CloudDevOps_LPath/tree/main/GitHub) -- [Cloud Principles](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/Cloud) - - [0. Linux](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux) - - [Working with Users and Permissions](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab0) - - [System Service Management, Runlevels and Boot Targets](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab1) - - [Securely Accessing Your System](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab2) - - [Package Management and Troubleshooting](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab3) - - [File Management, Permissions and Backup](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab4) - - [Working with Text Files and Streams](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab5) - - [Linux Device Management](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab6) - - [The Linux Shell](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab7) - - [Networking](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab8) - - [Processes Management](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/0-linux/lab9) - - [1. Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform) - - [Installing Terraform and Working with Terraform Providers](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab0) - - [Using Terraform CLI Commands (workspace and state) to Manipulate a Terraform Deployment](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab1) - - [Building and Testing a Basic Terraform Module](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab2) - - [Exploring Terraform State Functionality](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab3) - - [Deploy an Azure Storage Account with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab4) - - [Deploy an Azure File Share and Blob Storage with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab5) - - [Deploy Azure VNETs and Subnets with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab6) - - [Create Azure NSGs with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab7) - - [Deploying an Azure VM with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab8) - - [Deploy a Web Application with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab9) - - [Deploy a MySQL Database with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_10) - - [Migrating Terraform State to Terraform Cloud](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_11) - - [Using Terraform Provisioners to Set Up an Apache Web Server on AWS](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_12) - - [Make Changes to AWS Infrastructure Using Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_13) - - [Use Output Variables to Query Data in AWS Using Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_14) - - [Make Changes to Azure Infrastructure Using Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_15) - - [Use Output Variables to Query Data in Azure Using Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_16) - - [Use Terraform to Create a Kubernetes Deployment](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_17) - - [Manage Kubernetes Resources with Terraform](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_18) - - [Use Terraform to Create an EKS Deployment](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_19) - - [Troubleshooting a Terraform Deployment](https://github.com/brown9804/DevOps-Agile-Cloud_path/tree/main/Cloud/1-terraform/lab_20) +- [Agile](./Agile) +- [DevOps](./DevOps) +- [Network](./Network) +- [GitHub](./GitHub) +- [Cloud Principles](./Cloud) + - [0. Linux](./Cloud/0-linux) + - [Working with Users and Permissions](./Cloud/0-linux/lab0) + - [System Service Management, Runlevels and Boot Targets](./Cloud/0-linux/lab1) + - [Securely Accessing Your System](./Cloud/0-linux/lab2) + - [Package Management and Troubleshooting](./Cloud/0-linux/lab3) + - [File Management, Permissions and Backup](./Cloud/0-linux/lab4) + - [Working with Text Files and Streams](./Cloud/0-linux/lab5) + - [Linux Device Management](./Cloud/0-linux/lab6) + - [The Linux Shell](./Cloud/0-linux/lab7) + - [Networking](./Cloud/0-linux/lab8) + - [Processes Management](./Cloud/0-linux/lab9) + - [1. Terraform](./Cloud/1-terraform) + - [Installing Terraform and Working with Terraform Providers](./Cloud/1-terraform/lab0) + - [Using Terraform CLI Commands (workspace and state) to Manipulate a Terraform Deployment](./Cloud/1-terraform/lab1) + - [Building and Testing a Basic Terraform Module](./Cloud/1-terraform/lab2) + - [Exploring Terraform State Functionality](./Cloud/1-terraform/lab3) + - [Deploy an Azure Storage Account with Terraform](./Cloud/1-terraform/lab4) + - [Deploy an Azure File Share and Blob Storage with Terraform](./Cloud/1-terraform/lab5) + - [Deploy Azure VNETs and Subnets with Terraform](./Cloud/1-terraform/lab6) + - [Create Azure NSGs with Terraform](./Cloud/1-terraform/lab7) + - [Deploying an Azure VM with Terraform](./Cloud/1-terraform/lab8) + - [Deploy a Web Application with Terraform](./Cloud/1-terraform/lab9) + - [Deploy a MySQL Database with Terraform](./Cloud/1-terraform/lab_10) + - [Migrating Terraform State to Terraform Cloud](./Cloud/1-terraform/lab_11) + - [Using Terraform Provisioners to Set Up an Apache Web Server on AWS](./Cloud/1-terraform/lab_12) + - [Make Changes to AWS Infrastructure Using Terraform](./Cloud/1-terraform/lab_13) + - [Use Output Variables to Query Data in AWS Using Terraform](./Cloud/1-terraform/lab_14) + - [Make Changes to Azure Infrastructure Using Terraform](./Cloud/1-terraform/lab_15) + - [Use Output Variables to Query Data in Azure Using Terraform](./Cloud/1-terraform/lab_16) + - [Use Terraform to Create a Kubernetes Deployment](./Cloud/1-terraform/lab_17) + - [Manage Kubernetes Resources with Terraform](./Cloud/1-terraform/lab_18) + - [Use Terraform to Create an EKS Deployment](./Cloud/1-terraform/lab_19) + - [Troubleshooting a Terraform Deployment](./Cloud/1-terraform/lab_20) - - [Automation Principles](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/Cloud/2-automation_principles) - - [Kubernetes Principles](https://github.com/brown9804/SDLC-Cloud_Lpath/tree/main/Cloud/3-kubernetes_principles) + - [Automation Principles](./Cloud/2-automation_principles) + - [Kubernetes Principles](./Cloud/3-kubernetes_principles)
From 4844ad1cf413f0bc293240f88d7016695469b8ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Jul 2025 20:11:22 +0000 Subject: [PATCH 10/26] Update visitor count --- metrics.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics.json b/metrics.json index 5788d39e..e409602a 100644 --- a/metrics.json +++ b/metrics.json @@ -1,4 +1,4 @@ { - "total_views": 434, - "lastUpdated": "2025-07-11T20:01:36.319Z" + "total_views": 456, + "lastUpdated": "2025-07-11T20:11:21.784Z" } \ No newline at end of file From 62db646ba6c0e42d3fa930116636dbbd2d55cfa0 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:22:42 -0600 Subject: [PATCH 11/26] testing more markdowns functionality --- .github/workflows/use-visitor-counter.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index c2feda51..f1f8fb6d 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -43,10 +43,17 @@ jobs: TRAFFIC_TOKEN: ${{ secrets.TRAFFIC_TOKEN }} REPO: ${{ github.repository }} - - name: Move generated files to current repository + - name: Move generated metrics.json to current repository run: | mv github-visitor-counter/metrics.json . - echo "Skipping README.md replacement" + + - name: Update badge number in markdowns using metrics.json + run: | + node github-visitor-counter/update_markdown_badge.js + # Assumes update_markdown_badge.js will: + # - Read metrics.json from repo root + # - Update badge/counter in README.md (or all markdowns) + # - Not overwrite unrelated content - name: Clean up temporary files run: rm -rf github-visitor-counter @@ -63,7 +70,7 @@ jobs: run: | git fetch origin git checkout -b ${{ github.event.pull_request.head.ref }} origin/${{ github.event.pull_request.head.ref }} - git add README.md metrics.json + git add "*.md" metrics.json git commit -m "Update visitor count" || echo "No changes to commit" git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }} git pull --rebase origin ${{ github.event.pull_request.head.ref }} || echo "No rebase needed" @@ -76,7 +83,7 @@ jobs: run: | git fetch origin git checkout ${{ github.event.pull_request.head.ref }} || git checkout -b ${{ github.event.pull_request.head.ref }} origin/${{ github.event.pull_request.head.ref }} - git add README.md metrics.json + git add "*.md" metrics.json git commit -m "Update visitor count" || echo "No changes to commit" git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }} git pull --rebase origin ${{ github.event.pull_request.head.ref }} || echo "No rebase needed" From 8bf14262078da82ccf86ca75d1026ef1fb3a9a97 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:28:36 -0600 Subject: [PATCH 12/26] list folder All paths are relative to the root of your checked-out repo. --- .github/workflows/use-visitor-counter.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index f1f8fb6d..a728e0c4 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -44,12 +44,16 @@ jobs: REPO: ${{ github.repository }} - name: Move generated metrics.json to current repository + run: mv github-visitor-counter/metrics.json . + + # Optional: Debug step to verify scripts and files + - name: Debug: List files in workspace run: | - mv github-visitor-counter/metrics.json . + ls -l + ls -l github-visitor-counter - name: Update badge number in markdowns using metrics.json - run: | - node github-visitor-counter/update_markdown_badge.js + run: node github-visitor-counter/update_markdown_badge.js # Assumes update_markdown_badge.js will: # - Read metrics.json from repo root # - Update badge/counter in README.md (or all markdowns) From 05264e55fa58bcf3cd4c9a50a927bd6eec6f2234 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:31:21 -0600 Subject: [PATCH 13/26] format --- Network/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network/README.md b/Network/README.md index 259c39ab..0a1b7196 100644 --- a/Network/README.md +++ b/Network/README.md @@ -22,7 +22,7 @@ Last updated: 2025-07-11 - `Inbound`: Internet requests initiated from an outside network to your server or service. Like if you run a web server. - `Outbound`: Connections initiated from your app to other services, like if you connect to a remote database or send SMTP mail. - NSG - [Overview](https://learn.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview) -- NSG (Network Security Groups) in Azure — [The Fundamentals , Which Direction to Apply Rules](https://adityagarg94.medium.com/network-security-groups-in-azure-the-fundamentals-which-direction-to-apply-rules-what-would-176419dc088c) +- NSG (Network Security Groups) in Azure: [The Fundamentals , Which Direction to Apply Rules](https://adityagarg94.medium.com/network-security-groups-in-azure-the-fundamentals-which-direction-to-apply-rules-what-would-176419dc088c) image @@ -72,4 +72,4 @@ Last updated: 2025-07-11 Total views

Refresh Date: 2025-07-10

- \ No newline at end of file + From 7dcd1541ed84001853c093c932a014f5f227a06d Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:33:26 -0600 Subject: [PATCH 14/26] trigger testing From 0c895c263ad8ce64c7aa2370fc3e80fb44cb3ece Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:38:59 -0600 Subject: [PATCH 15/26] testing if use counter is triggered --- .github/workflows/use-visitor-counter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index a728e0c4..d4ff8613 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -47,7 +47,7 @@ jobs: run: mv github-visitor-counter/metrics.json . # Optional: Debug step to verify scripts and files - - name: Debug: List files in workspace + - name: Debug List files in workspace run: | ls -l ls -l github-visitor-counter From 2154b93205a695a1bded8cbf025ea1a26ac800dd Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:43:59 -0600 Subject: [PATCH 16/26] testing pipeline --- .github/workflows/use-visitor-counter.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index d4ff8613..ae4dd18c 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -52,13 +52,6 @@ jobs: ls -l ls -l github-visitor-counter - - name: Update badge number in markdowns using metrics.json - run: node github-visitor-counter/update_markdown_badge.js - # Assumes update_markdown_badge.js will: - # - Read metrics.json from repo root - # - Update badge/counter in README.md (or all markdowns) - # - Not overwrite unrelated content - - name: Clean up temporary files run: rm -rf github-visitor-counter From 29f192403fc9565f803e6666d14e26052d5b138e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Jul 2025 20:44:22 +0000 Subject: [PATCH 17/26] Update visitor count --- metrics.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics.json b/metrics.json index e409602a..bca0686a 100644 --- a/metrics.json +++ b/metrics.json @@ -1,4 +1,4 @@ { - "total_views": 456, - "lastUpdated": "2025-07-11T20:11:21.784Z" + "total_views": 434, + "lastUpdated": "2025-07-11T20:44:21.260Z" } \ No newline at end of file From ff5cf9fe4da3a9f2e7be076a37f2c61e3bdf74e5 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:55:16 -0600 Subject: [PATCH 18/26] trying Uses sparse checkout so only JS and package files are cloned. --- .github/workflows/use-visitor-counter.yml | 28 ++++++++++++----------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index ae4dd18c..44b2eac8 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -13,7 +13,7 @@ permissions: pull-requests: write jobs: - use-counter-logic: + update-visitor-count: runs-on: ubuntu-latest steps: @@ -22,20 +22,23 @@ jobs: with: fetch-depth: 0 - - name: Clone github-visitor-counter repository temporarily - run: git clone https://github.com/brown9804/github-visitor-counter.git + - name: Shallow clone visitor counter logic (no markdown files) + run: | + git clone --depth=1 --filter=blob:none --sparse https://github.com/brown9804/github-visitor-counter.git + cd github-visitor-counter + git sparse-checkout set update_repo_views_counter.js package.json package-lock.json - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' - name: Install dependencies for github-visitor-counter run: | cd github-visitor-counter - npm install + npm ci - - name: Run visitor counter logic + - name: Run visitor counter logic (updates markdown badges and metrics.json) run: | cd github-visitor-counter node update_repo_views_counter.js @@ -43,24 +46,23 @@ jobs: TRAFFIC_TOKEN: ${{ secrets.TRAFFIC_TOKEN }} REPO: ${{ github.repository }} - - name: Move generated metrics.json to current repository + - name: Move generated metrics.json to root run: mv github-visitor-counter/metrics.json . - # Optional: Debug step to verify scripts and files - - name: Debug List files in workspace + - name: List files for debugging run: | ls -l ls -l github-visitor-counter - - name: Clean up temporary files + - name: Clean up visitor counter logic run: rm -rf github-visitor-counter - - name: Configure Git + - name: Configure Git author run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - - name: Commit and push to PR branch + - name: Commit and push changes (PR) if: github.event_name == 'pull_request' env: TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -73,7 +75,7 @@ jobs: git pull --rebase origin ${{ github.event.pull_request.head.ref }} || echo "No rebase needed" git push origin HEAD:${{ github.event.pull_request.head.ref }} - - name: Commit and push to new branch (non-PR) + - name: Commit and push changes (non-PR) if: github.event_name != 'pull_request' env: TOKEN: ${{ secrets.GITHUB_TOKEN }} From 55dbe164d4c5a2538cca2d6cef7e2b9ea4184a54 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:00:22 -0600 Subject: [PATCH 19/26] testing how shadow works --- .github/workflows/use-visitor-counter.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index 44b2eac8..420b2627 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -6,7 +6,7 @@ on: - main schedule: - cron: '0 0 * * *' # Runs daily at midnight - workflow_dispatch: # Allows manual triggering + workflow_dispatch: # Allows manual triggering permissions: contents: write @@ -22,11 +22,8 @@ jobs: with: fetch-depth: 0 - - name: Shallow clone visitor counter logic (no markdown files) - run: | - git clone --depth=1 --filter=blob:none --sparse https://github.com/brown9804/github-visitor-counter.git - cd github-visitor-counter - git sparse-checkout set update_repo_views_counter.js package.json package-lock.json + - name: Shallow clone visitor counter logic + run: git clone --depth=1 https://github.com/brown9804/github-visitor-counter.git - name: Set up Node.js uses: actions/setup-node@v4 From 8823d92c8a767cf6efd35a67dbdf48245e90e1dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Jul 2025 21:00:43 +0000 Subject: [PATCH 20/26] Update visitor count --- metrics.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics.json b/metrics.json index bca0686a..32583efa 100644 --- a/metrics.json +++ b/metrics.json @@ -1,4 +1,4 @@ { - "total_views": 434, - "lastUpdated": "2025-07-11T20:44:21.260Z" + "total_views": 456, + "lastUpdated": "2025-07-11T21:00:42.652Z" } \ No newline at end of file From 920397e83b67b171948e0b48c3e037da535d7976 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:07:06 -0600 Subject: [PATCH 21/26] modify target repo fixing clones the github-visitor-counter repo and runs the script inside that cloned directory, so the script is only aware of files within that folder --- .github/workflows/use-visitor-counter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index 420b2627..469ff6a9 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -38,7 +38,7 @@ jobs: - name: Run visitor counter logic (updates markdown badges and metrics.json) run: | cd github-visitor-counter - node update_repo_views_counter.js + node update_repo_views_counter.js ../ env: TRAFFIC_TOKEN: ${{ secrets.TRAFFIC_TOKEN }} REPO: ${{ github.repository }} From dfb8d0f521bab5740a15d785f9a2afe9d39335af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Jul 2025 21:07:28 +0000 Subject: [PATCH 22/26] Update visitor count --- metrics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics.json b/metrics.json index 32583efa..06683acb 100644 --- a/metrics.json +++ b/metrics.json @@ -1,4 +1,4 @@ { "total_views": 456, - "lastUpdated": "2025-07-11T21:00:42.652Z" + "lastUpdated": "2025-07-11T21:07:27.638Z" } \ No newline at end of file From 813271415144187ce1242d28dd5115128653bf4a Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:10:06 -0600 Subject: [PATCH 23/26] from the root of your repo --- .github/workflows/use-visitor-counter.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index 469ff6a9..4aa2c962 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -36,9 +36,7 @@ jobs: npm ci - name: Run visitor counter logic (updates markdown badges and metrics.json) - run: | - cd github-visitor-counter - node update_repo_views_counter.js ../ + run: node github-visitor-counter/update_repo_views_counter.js env: TRAFFIC_TOKEN: ${{ secrets.TRAFFIC_TOKEN }} REPO: ${{ github.repository }} From f11d0b4ca5c97c21dce12b987b25a547f07cfc40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Jul 2025 21:11:02 +0000 Subject: [PATCH 24/26] Update visitor count --- Cloud/0-linux/README.md | 4 ++-- Cloud/0-linux/lab0/README.md | 4 ++-- Cloud/0-linux/lab1/README.md | 4 ++-- Cloud/0-linux/lab2/README.md | 4 ++-- Cloud/0-linux/lab3/README.md | 4 ++-- Cloud/0-linux/lab4/README.md | 4 ++-- Cloud/0-linux/lab5/README.md | 4 ++-- Cloud/0-linux/lab6/README.md | 4 ++-- Cloud/0-linux/lab7/README.md | 4 ++-- Cloud/0-linux/lab8/README.md | 4 ++-- Cloud/0-linux/lab9/README.md | 4 ++-- Cloud/1-terraform/README.md | 4 ++-- Cloud/1-terraform/lab0/README.md | 4 ++-- Cloud/1-terraform/lab1/README.md | 4 ++-- Cloud/1-terraform/lab2/README.md | 4 ++-- Cloud/1-terraform/lab3/README.md | 4 ++-- Cloud/1-terraform/lab4/README.md | 4 ++-- Cloud/1-terraform/lab5/README.md | 4 ++-- Cloud/1-terraform/lab6/README.md | 4 ++-- Cloud/1-terraform/lab7/README.md | 4 ++-- Cloud/1-terraform/lab8/README.md | 4 ++-- Cloud/1-terraform/lab9/README.md | 4 ++-- Cloud/1-terraform/lab_10/README.md | 4 ++-- Cloud/1-terraform/lab_11/README.md | 4 ++-- Cloud/1-terraform/lab_12/README.md | 4 ++-- Cloud/1-terraform/lab_13/README.md | 4 ++-- Cloud/1-terraform/lab_14/README.md | 4 ++-- Cloud/1-terraform/lab_15/README.md | 4 ++-- Cloud/1-terraform/lab_16/README.md | 4 ++-- Cloud/1-terraform/lab_17/README.md | 4 ++-- Cloud/1-terraform/lab_18/README.md | 4 ++-- Cloud/1-terraform/lab_19/README.md | 4 ++-- Cloud/1-terraform/lab_20/README.md | 4 ++-- Cloud/2-automation_principles/0_golang/README.md | 4 ++-- .../1_api_automations/3_countryinfo_travelers/README.md | 4 ++-- Cloud/2-automation_principles/1_api_automations/README.md | 4 ++-- Cloud/2-automation_principles/README.md | 4 ++-- Cloud/3-kubernetes_principles/README.md | 4 ++-- Cloud/README.md | 4 ++-- DevOps/README.md | 4 ++-- GitHub/demos/0_GithubAImodels.md | 4 ++-- GitHub/demos/1_GitHubPagesOverview/README.md | 4 ++-- Network/README.md | 4 ++-- README.md | 4 ++-- metrics.json | 4 ++-- 45 files changed, 90 insertions(+), 90 deletions(-) diff --git a/Cloud/0-linux/README.md b/Cloud/0-linux/README.md index bcd9f1ef..e4236508 100644 --- a/Cloud/0-linux/README.md +++ b/Cloud/0-linux/README.md @@ -28,7 +28,7 @@ Last updated: 2025-07-11
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/0-linux/lab0/README.md b/Cloud/0-linux/lab0/README.md index 6eacc92a..dfdc8b49 100644 --- a/Cloud/0-linux/lab0/README.md +++ b/Cloud/0-linux/lab0/README.md @@ -142,7 +142,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/0-linux/lab1/README.md b/Cloud/0-linux/lab1/README.md index aa3a035d..39d3f993 100644 --- a/Cloud/0-linux/lab1/README.md +++ b/Cloud/0-linux/lab1/README.md @@ -133,7 +133,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/0-linux/lab2/README.md b/Cloud/0-linux/lab2/README.md index 4a507751..56ea9be7 100644 --- a/Cloud/0-linux/lab2/README.md +++ b/Cloud/0-linux/lab2/README.md @@ -143,7 +143,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/0-linux/lab3/README.md b/Cloud/0-linux/lab3/README.md index c13f9fd1..82832ed2 100644 --- a/Cloud/0-linux/lab3/README.md +++ b/Cloud/0-linux/lab3/README.md @@ -101,7 +101,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/0-linux/lab4/README.md b/Cloud/0-linux/lab4/README.md index 468c5b67..bde67ab7 100644 --- a/Cloud/0-linux/lab4/README.md +++ b/Cloud/0-linux/lab4/README.md @@ -285,8 +285,8 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/0-linux/lab5/README.md b/Cloud/0-linux/lab5/README.md index 6550223a..165cb309 100644 --- a/Cloud/0-linux/lab5/README.md +++ b/Cloud/0-linux/lab5/README.md @@ -136,8 +136,8 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/0-linux/lab6/README.md b/Cloud/0-linux/lab6/README.md index 3a309acd..edfab692 100644 --- a/Cloud/0-linux/lab6/README.md +++ b/Cloud/0-linux/lab6/README.md @@ -233,7 +233,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/0-linux/lab7/README.md b/Cloud/0-linux/lab7/README.md index cc313715..4fae1475 100644 --- a/Cloud/0-linux/lab7/README.md +++ b/Cloud/0-linux/lab7/README.md @@ -64,8 +64,8 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

s \ No newline at end of file diff --git a/Cloud/0-linux/lab8/README.md b/Cloud/0-linux/lab8/README.md index 54382105..d6e379bd 100644 --- a/Cloud/0-linux/lab8/README.md +++ b/Cloud/0-linux/lab8/README.md @@ -224,7 +224,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/0-linux/lab9/README.md b/Cloud/0-linux/lab9/README.md index 18340970..390084b3 100644 --- a/Cloud/0-linux/lab9/README.md +++ b/Cloud/0-linux/lab9/README.md @@ -102,7 +102,7 @@ Each unix process has two ID numbers assigned to it:
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/README.md b/Cloud/1-terraform/README.md index 829a76ab..bfc059e7 100644 --- a/Cloud/1-terraform/README.md +++ b/Cloud/1-terraform/README.md @@ -91,7 +91,7 @@ C -->|Remove| F[terraform destroy -var-file terraform.tfvars]
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab0/README.md b/Cloud/1-terraform/lab0/README.md index 023a9ccc..7bfee079 100644 --- a/Cloud/1-terraform/lab0/README.md +++ b/Cloud/1-terraform/lab0/README.md @@ -89,7 +89,7 @@ Recommended: https://releases.hashicorp.com/terraform/0.13.4/
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

\ No newline at end of file diff --git a/Cloud/1-terraform/lab1/README.md b/Cloud/1-terraform/lab1/README.md index 1030edc4..7c8d64e7 100644 --- a/Cloud/1-terraform/lab1/README.md +++ b/Cloud/1-terraform/lab1/README.md @@ -86,7 +86,7 @@ This is a summary based on [References](#references)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab2/README.md b/Cloud/1-terraform/lab2/README.md index b5f689fb..d585c898 100644 --- a/Cloud/1-terraform/lab2/README.md +++ b/Cloud/1-terraform/lab2/README.md @@ -87,7 +87,7 @@ This is a summary based on [References](#references)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab3/README.md b/Cloud/1-terraform/lab3/README.md index 3d80a7e3..f0ad7d82 100644 --- a/Cloud/1-terraform/lab3/README.md +++ b/Cloud/1-terraform/lab3/README.md @@ -86,7 +86,7 @@ _You can re-deploy using backup file_
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab4/README.md b/Cloud/1-terraform/lab4/README.md index e77cdea9..61b58e56 100644 --- a/Cloud/1-terraform/lab4/README.md +++ b/Cloud/1-terraform/lab4/README.md @@ -34,7 +34,7 @@ This is a summary based on [References](#references)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab5/README.md b/Cloud/1-terraform/lab5/README.md index 85c41fdf..ee87dd80 100644 --- a/Cloud/1-terraform/lab5/README.md +++ b/Cloud/1-terraform/lab5/README.md @@ -36,7 +36,7 @@ This is a summary based on [References](#references)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab6/README.md b/Cloud/1-terraform/lab6/README.md index 89d124e7..38e0238a 100644 --- a/Cloud/1-terraform/lab6/README.md +++ b/Cloud/1-terraform/lab6/README.md @@ -46,7 +46,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab7/README.md b/Cloud/1-terraform/lab7/README.md index f8ec817d..da03eac8 100644 --- a/Cloud/1-terraform/lab7/README.md +++ b/Cloud/1-terraform/lab7/README.md @@ -46,7 +46,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab8/README.md b/Cloud/1-terraform/lab8/README.md index eebc7069..299abf5b 100644 --- a/Cloud/1-terraform/lab8/README.md +++ b/Cloud/1-terraform/lab8/README.md @@ -49,7 +49,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab9/README.md b/Cloud/1-terraform/lab9/README.md index e4a25e4f..41bd965b 100644 --- a/Cloud/1-terraform/lab9/README.md +++ b/Cloud/1-terraform/lab9/README.md @@ -46,7 +46,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

\ No newline at end of file diff --git a/Cloud/1-terraform/lab_10/README.md b/Cloud/1-terraform/lab_10/README.md index 7e580f1e..a17ba0c0 100644 --- a/Cloud/1-terraform/lab_10/README.md +++ b/Cloud/1-terraform/lab_10/README.md @@ -46,7 +46,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

\ No newline at end of file diff --git a/Cloud/1-terraform/lab_11/README.md b/Cloud/1-terraform/lab_11/README.md index e3651acd..db4fed2d 100644 --- a/Cloud/1-terraform/lab_11/README.md +++ b/Cloud/1-terraform/lab_11/README.md @@ -142,7 +142,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab_12/README.md b/Cloud/1-terraform/lab_12/README.md index 66c678c6..376c20f1 100644 --- a/Cloud/1-terraform/lab_12/README.md +++ b/Cloud/1-terraform/lab_12/README.md @@ -76,7 +76,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab_13/README.md b/Cloud/1-terraform/lab_13/README.md index c3a56e43..fbaaccdb 100644 --- a/Cloud/1-terraform/lab_13/README.md +++ b/Cloud/1-terraform/lab_13/README.md @@ -98,8 +98,8 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab_14/README.md b/Cloud/1-terraform/lab_14/README.md index 4bfe30b1..be554fe7 100644 --- a/Cloud/1-terraform/lab_14/README.md +++ b/Cloud/1-terraform/lab_14/README.md @@ -97,8 +97,8 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab_15/README.md b/Cloud/1-terraform/lab_15/README.md index e001bf6e..0921516c 100644 --- a/Cloud/1-terraform/lab_15/README.md +++ b/Cloud/1-terraform/lab_15/README.md @@ -122,7 +122,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab_16/README.md b/Cloud/1-terraform/lab_16/README.md index 44afd76e..459505f4 100644 --- a/Cloud/1-terraform/lab_16/README.md +++ b/Cloud/1-terraform/lab_16/README.md @@ -95,7 +95,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab_17/README.md b/Cloud/1-terraform/lab_17/README.md index ffa9d32a..7100a4b3 100644 --- a/Cloud/1-terraform/lab_17/README.md +++ b/Cloud/1-terraform/lab_17/README.md @@ -109,7 +109,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab_18/README.md b/Cloud/1-terraform/lab_18/README.md index 29db0fab..3fd6fb86 100644 --- a/Cloud/1-terraform/lab_18/README.md +++ b/Cloud/1-terraform/lab_18/README.md @@ -131,7 +131,7 @@ selector {
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab_19/README.md b/Cloud/1-terraform/lab_19/README.md index 4c0f72f3..0f45bc55 100644 --- a/Cloud/1-terraform/lab_19/README.md +++ b/Cloud/1-terraform/lab_19/README.md @@ -82,7 +82,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/1-terraform/lab_20/README.md b/Cloud/1-terraform/lab_20/README.md index bfa45773..e9cdc15b 100644 --- a/Cloud/1-terraform/lab_20/README.md +++ b/Cloud/1-terraform/lab_20/README.md @@ -115,7 +115,7 @@ output "instance_name" {
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/2-automation_principles/0_golang/README.md b/Cloud/2-automation_principles/0_golang/README.md index 025b1a9b..64bc1690 100644 --- a/Cloud/2-automation_principles/0_golang/README.md +++ b/Cloud/2-automation_principles/0_golang/README.md @@ -21,7 +21,7 @@ Last updated: 2025-07-11
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travelers/README.md b/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travelers/README.md index 35b82724..f52a0790 100644 --- a/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travelers/README.md +++ b/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travelers/README.md @@ -474,7 +474,7 @@ At 2024/2/12
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/2-automation_principles/1_api_automations/README.md b/Cloud/2-automation_principles/1_api_automations/README.md index 688da015..a916ff82 100644 --- a/Cloud/2-automation_principles/1_api_automations/README.md +++ b/Cloud/2-automation_principles/1_api_automations/README.md @@ -65,7 +65,7 @@ These web services expose their data to the outside world through an API. REST A
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/2-automation_principles/README.md b/Cloud/2-automation_principles/README.md index ec5c4bc8..05a56103 100644 --- a/Cloud/2-automation_principles/README.md +++ b/Cloud/2-automation_principles/README.md @@ -35,7 +35,7 @@ Last updated: 2025-07-11
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/3-kubernetes_principles/README.md b/Cloud/3-kubernetes_principles/README.md index a98ab4c9..617d50ec 100644 --- a/Cloud/3-kubernetes_principles/README.md +++ b/Cloud/3-kubernetes_principles/README.md @@ -57,7 +57,7 @@ Last updated: 2025-07-11
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Cloud/README.md b/Cloud/README.md index 03dbdd92..27e34375 100644 --- a/Cloud/README.md +++ b/Cloud/README.md @@ -147,7 +147,7 @@ Last updated: 2025-07-11
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/DevOps/README.md b/DevOps/README.md index debf07d4..485f5c9f 100644 --- a/DevOps/README.md +++ b/DevOps/README.md @@ -353,7 +353,7 @@ Software as a service monitoring:
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/GitHub/demos/0_GithubAImodels.md b/GitHub/demos/0_GithubAImodels.md index 532930cb..be378ae1 100644 --- a/GitHub/demos/0_GithubAImodels.md +++ b/GitHub/demos/0_GithubAImodels.md @@ -194,8 +194,8 @@ Last updated: 2025-07-11
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/GitHub/demos/1_GitHubPagesOverview/README.md b/GitHub/demos/1_GitHubPagesOverview/README.md index 5d346e87..cf9d9ef4 100644 --- a/GitHub/demos/1_GitHubPagesOverview/README.md +++ b/GitHub/demos/1_GitHubPagesOverview/README.md @@ -71,7 +71,7 @@ Last updated: 2025-07-11
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/Network/README.md b/Network/README.md index 0a1b7196..62beb92e 100644 --- a/Network/README.md +++ b/Network/README.md @@ -69,7 +69,7 @@ Last updated: 2025-07-11
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/README.md b/README.md index 9fb8fa26..26585441 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Last updated: 2025-07-11
- Total views -

Refresh Date: 2025-07-10

+ Total views +

Refresh Date: 2025-07-11

diff --git a/metrics.json b/metrics.json index 06683acb..4f1e5b0b 100644 --- a/metrics.json +++ b/metrics.json @@ -1,4 +1,4 @@ { - "total_views": 456, - "lastUpdated": "2025-07-11T21:07:27.638Z" + "total_views": 1022, + "lastUpdated": "2025-07-11T20:07:49.421Z" } \ No newline at end of file From 23c4cbbe35234185d25abdae498c1eedef78ead2 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:14:12 -0600 Subject: [PATCH 25/26] refs and counter adjusted --- Agile/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Agile/README.md b/Agile/README.md index c0c2166f..8223ce82 100644 --- a/Agile/README.md +++ b/Agile/README.md @@ -9,10 +9,8 @@ Last updated: 2024-12-13 ---------- -## Wiki -
-Table of Wiki (Click to expand) +List of References (Click to expand) - [The Basics](https://www.linkedin.com/learning/scrum-the-basics/practicing-scrum-in-your-work-environment?u=2095204) - [Agile Methodology](https://medium.com/@abeythilakeudara3/agile-methodology-106270809c99) @@ -24,7 +22,9 @@ Last updated: 2024-12-13 image +
-

Total Visitors

- Visitor Count + Total views +

Refresh Date: 2025-07-11

+ From c090ff955192965e5edf0375eed5edc2c1d9b7a0 Mon Sep 17 00:00:00 2001 From: brown9804 Date: Fri, 11 Jul 2025 21:14:29 +0000 Subject: [PATCH 26/26] Update last modified date in Markdown files --- Agile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Agile/README.md b/Agile/README.md index 8223ce82..f5f09b28 100644 --- a/Agile/README.md +++ b/Agile/README.md @@ -5,7 +5,7 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [brown9804](https://github.com/brown9804) -Last updated: 2024-12-13 +Last updated: 2025-07-11 ----------