diff --git a/docs/ansible.md b/docs/ansible.md
index a830c0d6..29bbd7d1 100644
--- a/docs/ansible.md
+++ b/docs/ansible.md
@@ -32,6 +32,7 @@
- [Oracle Database with Ansible](#oracle-database-with-ansible)
- [Ansistrano. Deploying applications with Ansible in Capistrano style](#ansistrano-deploying-applications-with-ansible-in-capistrano-style)
- [Anacron and Ansible](#anacron-and-ansible)
+- [Videos](#videos)
## Configuration Management with Ansible DevOps Tool
* [ansible.com](https://www.ansible.com/)
@@ -295,3 +296,9 @@
- [opensource.com: How I use Ansible and anacron for automation](https://opensource.com/article/21/9/ansible-anacron-automation) With anacron, I can drop scripts and Ansible playbooks into place for all manner of trivial tasks.
- [opensource.com: Use anacron for a better crontab](https://opensource.com/article/21/2/linux-automation) Instead of manually performing repetitive tasks, let Linux do them for you.
+## Videos
+??? note "Click to expand!"
+
+
+
+
\ No newline at end of file
diff --git a/docs/argocd.md b/docs/argocd.md
index d9bf8d19..ed429fc6 100644
--- a/docs/argocd.md
+++ b/docs/argocd.md
@@ -1,6 +1,7 @@
# Argo CD Declarative GitOps for Kubernetes
- [Introduction](#introduction)
- [Argo CD Tools](#argo-cd-tools)
+- [Videos](#videos)
## Introduction
- [Argo CD - Declarative GitOps for Kubernetes](https://argoproj.github.io/argo-cd/)
- [youtube: GitOps with Argo-CD & Kubernetes](https://www.youtube.com/watch?v=QrLwFEXvxbo&ab_channel=HoussemDellai)
@@ -29,3 +30,10 @@
- [argoproj-labs/argocd-autopilot: Argo-CD Autopilot](https://github.com/argoproj-labs/argocd-autopilot) The Argo-CD Autopilot is a tool which offers an opinionated way of installing Argo-CD and managing GitOps epositories. New users to GitOps and Argo CD are not often sure how they should structure their repos, add applications, promote apps across environments, and manage the Argo CD installation itself using GitOps. Argo Autopilot is a project that solves that
- [argoproj-labs/applicationset: Argo CD ApplicationSet Controller](https://github.com/argoproj-labs/applicationset) The ApplicationSet controller is a Kubernetes controller that adds support for a new custom ApplicationSet CustomResourceDefinition (CRD). The ApplicationSet controller manages multiple Argo CD Applications as a single ApplicationSet unit, supporting deployments to large numbers of clusters, deployments of large monorepos, and enabling secure Application self-service.
- [IBM/argocd-vault-plugin](https://github.com/IBM/argocd-vault-plugin) An ArgoCD plugin to retrieve secrets from Hashicorp Vault and inject them into Kubernetes secrets.
+
+## Videos
+??? note "Click to expand!"
+
+
+
+
\ No newline at end of file
diff --git a/docs/gitops.md b/docs/gitops.md
index 0cc01a84..5583729a 100644
--- a/docs/gitops.md
+++ b/docs/gitops.md
@@ -273,9 +273,9 @@
diff --git a/docs/python.md b/docs/python.md
index 574f240f..644c3ecd 100644
--- a/docs/python.md
+++ b/docs/python.md
@@ -188,6 +188,7 @@
- [javarevisited.blogspot.com: Java vs Python - Which Programming Language beginners should learn in 2022?](https://javarevisited.blogspot.com/2018/06/java-vs-python-which-programming-language-to-learn-first.html#axzz7HHxvcHIY)
- [freecodecamp.org: Python Dictionary – How to Perform CRUD Operations on dicts in Python](https://www.freecodecamp.org/news/everything-you-need-to-know-about-python-dictionaries/)
- [==freecodecamp.org: Python Requests – How to Interact with Web Services using Python==](https://www.freecodecamp.org/news/how-to-interact-with-web-services-using-python/)
+- [thenewstack.io: Guido van Rossum’s Ambitious Plans for Improving Python Performance](https://thenewstack.io/guido-van-rossums-ambitious-plans-for-improving-python-performance/) While Python is a simple language to start with and has excellent support for ML/AI, it is still a slow language which consumes more energy. This means the execution/infra costs are higher. The creator of Python, Guido van Rossum, quit his BDFL (Benevolent Dictator For Life) post at Python (in disgust over PIP 572) and later joined Microsoft. He is reported to be working at making Python 5-fold faster in next few releases.
## PHP vs Python
- [geekflare.com: PHP vs Python: A Comprehensive Comparison](https://geekflare.com/php-vs-python-comparison)
diff --git a/docs/terraform.md b/docs/terraform.md
index 3ddde61d..52e5b45f 100644
--- a/docs/terraform.md
+++ b/docs/terraform.md
@@ -50,6 +50,7 @@
- [Kubestack Terraform GitOps Framework](#kubestack-terraform-gitops-framework)
- [Gruntwork Terragrunt](#gruntwork-terragrunt)
- [Terraspace](#terraspace)
+- [Videos](#videos)
- [Tweets](#tweets)
## HashiCorp Learning Resources Reference Guide
@@ -475,6 +476,13 @@
### Terraspace
- [Terraspace.cloud](https://terraspace.cloud/) Terraspace is a Terraform Framework that optimizes for infrastructure-as-code happiness. It provides an organized structure, conventions over configurations, keeps your code DRY, and adds convenient tooling. Terraspace makes working with Terraform easier and more fun.
+## Videos
+??? note "Click to expand!"
+
+
+
+
+
## Tweets
Click to expand!
@@ -494,4 +502,4 @@
Yes. If it’s anything reasonably complex, my process is: 1.) Build w/ UI 2.) Gen w/ #Terraformer (local state) 3.) Fix crazy codegen-ed names 4.) Import TF, verify Cloud == State == #Terraform 5.) rm -rf the manual version 6.) Recreate from TF 7.) Test and iterate w/ IaC