From 3eb9c18eb090019c16a84618873ca893cf704495 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Wed, 24 Jun 2026 18:26:58 +0200 Subject: [PATCH] feat: add Firebase and Supabase YouTube channels to V1/V2 mosaic Add the @Firebase and @supabase YouTube channels to the homepage channel mosaic under the Observability, Databases & Cloud Storage category, with icon logos and regenerated V1/V2 index mosaics. Co-Authored-By: Claude Opus 4.8 (1M context) --- data/inventory.sql | 2 + data/inventory.yaml | 74 ++++++++++++++++++++++++++ docs/images/firebase_logo.svg | 1 + docs/images/supabase_logo.svg | 99 +++++++++++++++++++++++++++++++++++ docs/index.md | 2 +- v2-docs/index.md | 4 +- 6 files changed, 180 insertions(+), 2 deletions(-) create mode 100644 docs/images/firebase_logo.svg create mode 100644 docs/images/supabase_logo.svg diff --git a/data/inventory.sql b/data/inventory.sql index e2f7c678..4af29164 100644 --- a/data/inventory.sql +++ b/data/inventory.sql @@ -19613,4 +19613,6 @@ INSERT INTO "resources" VALUES('https://learn.microsoft.com/en-us/visualstudio/i Guides developers on configuring autonomous multi-file refactoring, debugging, and advanced prompt engineering patterns.','English','Reference','Intermediate',0,'online','manual','N/A',100.0,1781788171,0,'2026-06-18T15:09:31.021369+02:00',NULL,NULL,NULL,'["Developer Productivity", "IDEs", "GitHub Copilot"]','["[DE FACTO STANDARD]"]','["docs/git.md"]','["git.md"]','{}','{}'); INSERT INTO "resources" VALUES('https://github.blog/enterprise-software/ci-cd/continuous-delivery-github-actions-best-practices','github.blog: Continuous Delivery with GitHub Actions','','2025',5,'Enterprise patterns and best practices for continuous delivery (CD) using GitHub Actions. Highlights secure credential management, least privilege, runner isolation, environment checks, and GITHUB_TOKEN configurations.','English','Blog','Intermediate',0,'online','manual','N/A',100.0,1781788171,0,'2026-06-18T15:09:31.021372+02:00',NULL,NULL,NULL,'["Developer Productivity", "CI/CD", "GitHub Actions"]','["[DE FACTO STANDARD]"]','["docs/git.md"]','["git.md"]','{}','{}'); +INSERT INTO "resources" VALUES('https://www.youtube.com/@Firebase','Firebase','Official YouTube channel for Firebase, Google''s app development platform with realtime database, authentication, and backend services.',NULL,NULL,'Official YouTube channel for Firebase, Google''s app development platform with realtime database, authentication, and backend services.','English','Reference','Intermediate',0,'online','manual','',100.0,0,0,'2026-06-24T00:00:00+02:00',NULL,NULL,NULL,'["Architectural Foundations", "Kubernetes Tools", "General Reference"]','["[COMMUNITY-TOOL]"]','["docs/index.md"]','["index.md"]','{"category": "observability_databases_storage", "image": "images/firebase_logo.svg", "order_v1": 136, "order_v2": 21}','{}'); +INSERT INTO "resources" VALUES('https://www.youtube.com/c/supabase','Supabase','Official YouTube channel for Supabase, the open-source Firebase alternative built on PostgreSQL.',NULL,NULL,'Official YouTube channel for Supabase, the open-source Firebase alternative built on PostgreSQL.','English','Reference','Intermediate',0,'online','manual','',100.0,0,0,'2026-06-24T00:00:00+02:00',NULL,NULL,NULL,'["Architectural Foundations", "Kubernetes Tools", "General Reference"]','["[COMMUNITY-TOOL]"]','["docs/index.md"]','["index.md"]','{"category": "observability_databases_storage", "image": "images/supabase_logo.svg", "order_v1": 137, "order_v2": 22}','{}'); COMMIT; diff --git a/data/inventory.yaml b/data/inventory.yaml index 545b7b80..1d57d2cc 100644 --- a/data/inventory.yaml +++ b/data/inventory.yaml @@ -616804,3 +616804,77 @@ https://github.blog/enterprise-software/ci-cd/continuous-delivery-github-actions v2_locations: - git.md youtube_mosaic: {} +https://www.youtube.com/@Firebase: + title: Firebase + description: Official YouTube channel for Firebase, Google's app development platform + with realtime database, authentication, and backend services. + year: null + stars: null + ai_summary: Official YouTube channel for Firebase, Google's app development platform + with realtime database, authentication, and backend services. + language: English + resource_type: Reference + complexity: Intermediate + is_microservice: false + status: online + addition_method: manual + content_hash: '' + health_score: 100.0 + last_checked: 0 + needs_ai_refresh: false + discovered_at: '2026-06-24T00:00:00+02:00' + last_ai_eval: null + company: null + geo_region: null + hierarchy: + - Architectural Foundations + - Kubernetes Tools + - General Reference + tags: + - '[COMMUNITY-TOOL]' + v1_locations: + - docs/index.md + v2_locations: + - index.md + youtube_mosaic: + category: observability_databases_storage + image: images/firebase_logo.svg + order_v1: 136 + order_v2: 21 +https://www.youtube.com/c/supabase: + title: Supabase + description: Official YouTube channel for Supabase, the open-source Firebase alternative + built on PostgreSQL. + year: null + stars: null + ai_summary: Official YouTube channel for Supabase, the open-source Firebase alternative + built on PostgreSQL. + language: English + resource_type: Reference + complexity: Intermediate + is_microservice: false + status: online + addition_method: manual + content_hash: '' + health_score: 100.0 + last_checked: 0 + needs_ai_refresh: false + discovered_at: '2026-06-24T00:00:00+02:00' + last_ai_eval: null + company: null + geo_region: null + hierarchy: + - Architectural Foundations + - Kubernetes Tools + - General Reference + tags: + - '[COMMUNITY-TOOL]' + v1_locations: + - docs/index.md + v2_locations: + - index.md + youtube_mosaic: + category: observability_databases_storage + image: images/supabase_logo.svg + order_v1: 137 + order_v2: 22 diff --git a/docs/images/firebase_logo.svg b/docs/images/firebase_logo.svg new file mode 100644 index 00000000..57bc1df1 --- /dev/null +++ b/docs/images/firebase_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/images/supabase_logo.svg b/docs/images/supabase_logo.svg new file mode 100644 index 00000000..ac43e170 --- /dev/null +++ b/docs/images/supabase_logo.svg @@ -0,0 +1,99 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/docs/index.md b/docs/index.md index 76e646d0..8928ee8e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -352,7 +352,7 @@ A curated list of awesome references collected since 2018. Microservices archite [![ContinuousDeliveryFoundation](images/ContinuousDeliveryFoundation.jpg){: style="width:7%"}](https://www.youtube.com/c/ContinuousDeliveryFoundation) [![tina huang](images/tinahuang.jpg){: style="width:7%"}](https://www.youtube.com/c/TinaHuang1) [![azure devops](images/azure_devops_youtube.jpg){: style="width:7%"}](https://www.youtube.com/c/AzureDevOps) [![azure cloud native](images/azure_cloud_native.jpg){: style="width:7%"}](https://www.youtube.com/channel/UC2Pk9GcHhlVV0R9CQIU6gLw) [![alibaba cloud](images/alibaba_cloud.jpg){: style="width:7%"}](https://www.youtube.com/c/AlibabaCloud) [![linode cloud](images/linode_cloud.jpg){: style="width:7%"}](https://www.youtube.com/c/linode) [![gaia-x](images/gaia_x.jpg){: style="width:7%"}](https://www.youtube.com/channel/UCB5WMc2FfrxKzfd7XIODoMw) [![gps](images/gps.jpg){: style="width:7%"}](https://www.youtube.com/c/MadeByGPS) [![keptn](images/keptn_logo.jpg){: style="width:7%"}](https://www.youtube.com/c/keptn) [![anais urlichs](images/anais_urlichs.jpg){: style="width:7%"}](https://www.youtube.com/c/AnaisUrlichs) [![the digital life](images/the_digital_life.jpg){: style="width:7%"}](https://www.youtube.com/c/TheDigitalLifeTech)
[![Azure Terraformer](images/azure-terraformer.jpg){: style="width:7%"}](https://www.youtube.com/@azure-terraformer) [![Ned in the Cloud](images/nedinthecloud.jpg){: style="width:7%"}](https://www.youtube.com/@NedintheCloud) [![netbox](images/netboxlabs_logo.jpg){: style="width:7%"}](https://www.youtube.com/@NetBoxLabs) [![Tech with Helen](images/techwithhelen.jpg){: style="width:7%"}](https://www.youtube.com/@techwithhelen) [![bytebytego](images/bytebytego.jpg){: style="width:7%"}](https://www.youtube.com/@ByteByteGo) [![dotcsv](images/dotcsv.jpg){: style="width:7%"}](https://www.youtube.com/@DotCSV) [![midulive](images/midulive.jpg){: style="width:7%"}](https://www.youtube.com/@midulive) [![returngis](images/returngis_logo.jpg){: style="width:7%"}](https://www.youtube.com/@returngis) [![kubefm](images/kubefm_logo.jpg){: style="width:7%"}](https://www.youtube.com/@kubefm) [![Olena Kutsenko](images/olena_kutsenko.jpg){: style="width:7%"}](https://www.youtube.com/@OlenaKutsenko) [![mouredev](images/mouredev.jpg){: style="width:7%"}](https://www.youtube.com/@mouredev)
[![CloudNativeMadrid](images/cloudnativemadrid_logo.jpg){: style="width:7%"}](https://www.youtube.com/@CloudNativeMadrid) [![kyndryl](images/kyndryl_logo.jpg){: style="width:7%"}](https://www.youtube.com/@kyndryl) [![itopstalk](images/itopstalk_logo.png){: style="width:7%"}](https://www.youtube.com/@ITOpsTalk) [![gcp videos new](images/gcp_logo_v2.png){: style="width:7%"}](https://www.youtube.com/@googlecloudtech) [![Google Gemini](images/google_gemini_logo.png){: style="width:7%"}](https://www.youtube.com/@GoogleGemini) [![Google DeepMind](images/google_deepmind_logo.png){: style="width:7%"}](https://www.youtube.com/@googledeepmind) [![Anthropic](images/anthropic_logo.png){: style="width:7%"}](https://www.youtube.com/@anthropic-ai) [![Microsoft Copilot](images/microsoft_copilot_logo.png){: style="width:7%"}](https://www.youtube.com/@Microsoft.Copilot) [![OpenAI](images/openai_logo.png){: style="width:7%"}](https://www.youtube.com/OpenAI) [![Meta AI](images/meta_ai_logo.png){: style="width:7%"}](https://www.youtube.com/@aiatmeta) [![Microsoft Reactor](images/microsoft_reactor_logo.png){: style="width:7%"}](https://www.youtube.com/@MicrosoftReactor)
-[![Playwright](images/playwright_logo.png){: style="width:7%"}](https://www.youtube.com/@Playwrightdev) [![Arsys](images/arsys_logo.svg){: style="width:7%"}](https://www.youtube.com/@arsys) [![ClickHouse](images/clickhouse_logo.svg){: style="width:7%"}](https://www.youtube.com/@ClickHouseDB) [![Gustavo Entrala](images/gustavo_entrala.jpg){: style="width:7%"}](https://www.youtube.com/@gustavo-entrala) +[![Playwright](images/playwright_logo.png){: style="width:7%"}](https://www.youtube.com/@Playwrightdev) [![Arsys](images/arsys_logo.svg){: style="width:7%"}](https://www.youtube.com/@arsys) [![ClickHouse](images/clickhouse_logo.svg){: style="width:7%"}](https://www.youtube.com/@ClickHouseDB) [![Gustavo Entrala](images/gustavo_entrala.jpg){: style="width:7%"}](https://www.youtube.com/@gustavo-entrala) [![Firebase](images/firebase_logo.svg){: style="width:7%"}](https://www.youtube.com/@Firebase) [![Supabase](images/supabase_logo.svg){: style="width:7%"}](https://www.youtube.com/c/supabase) diff --git a/v2-docs/index.md b/v2-docs/index.md index c70f48c9..ddedf404 100644 --- a/v2-docs/index.md +++ b/v2-docs/index.md @@ -311,6 +311,7 @@ ## The Cloud Native Universe We Track
+

AI & Advanced Tech

@@ -347,7 +348,7 @@

Observability, Databases & Cloud Storage

-[![prometheus videos](images/prometheus_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/PrometheusIo) [![grafana videos](images/grafana_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Grafana) [![istio videos](images/istio_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Istio) [![elastic videos](images/elasticsearch_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Elastic) [![dynatrace videos](images/dynatrace_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/dynatrace) [![appdynamics videos](images/appdynamics_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/appdynamics) [![newrelic videos](images/newrelic_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/NewRelicInc) [![tigera calico](images/tigera_calico_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UC8uN3yhpeBeerGNwDiQbcgw) [![weavecloud](images/weavecloud_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/WeaveWorksInc) [![crunchydata](images/crunchydata_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/CrunchyDataPostgres) [![liquibase video](images/liquibase_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UC5qMsRjObu685rTBq0PJX8w) [![cockroachdb](images/cockroachdb_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/cockroachdb) [![mongodb](images/mongodb_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/MongoDBofficial) [![redis](images/redis_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Redisinc) [![confluent video](images/confluent_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Confluent) [![kubemq video](images/kubemq_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UCud7fErZAyMC6lHT_cWZNfA) [![openebs](images/openebs_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UC3ywadaAUQ1FI4YsHZ8wa0g) [![storageos](images/storageos_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UCm63IQg81KP9vXRWSHQpu1w) [![robin](images/robin_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UCt7N400Z8gB_3yKq1qrjP2w) [![portworx](images/portworx_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Portworx) [![ClickHouse](images/clickhouse_logo.svg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/@ClickHouseDB) +[![prometheus videos](images/prometheus_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/PrometheusIo) [![grafana videos](images/grafana_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Grafana) [![istio videos](images/istio_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Istio) [![elastic videos](images/elasticsearch_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Elastic) [![dynatrace videos](images/dynatrace_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/dynatrace) [![appdynamics videos](images/appdynamics_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/appdynamics) [![newrelic videos](images/newrelic_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/NewRelicInc) [![tigera calico](images/tigera_calico_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UC8uN3yhpeBeerGNwDiQbcgw) [![weavecloud](images/weavecloud_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/WeaveWorksInc) [![crunchydata](images/crunchydata_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/CrunchyDataPostgres) [![liquibase video](images/liquibase_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UC5qMsRjObu685rTBq0PJX8w) [![cockroachdb](images/cockroachdb_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/cockroachdb) [![mongodb](images/mongodb_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/MongoDBofficial) [![redis](images/redis_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Redisinc) [![confluent video](images/confluent_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Confluent) [![kubemq video](images/kubemq_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UCud7fErZAyMC6lHT_cWZNfA) [![openebs](images/openebs_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UC3ywadaAUQ1FI4YsHZ8wa0g) [![storageos](images/storageos_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UCm63IQg81KP9vXRWSHQpu1w) [![robin](images/robin_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UCt7N400Z8gB_3yKq1qrjP2w) [![portworx](images/portworx_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Portworx) [![ClickHouse](images/clickhouse_logo.svg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/@ClickHouseDB) [![Firebase](images/firebase_logo.svg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/@Firebase) [![Supabase](images/supabase_logo.svg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/supabase)
@@ -366,6 +367,7 @@ [![cloud academy](images/cloud_academy_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Cloudacademy) [![acloudguru](images/acloudguru_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/AcloudGuru) [![devops_tv](images/devops_tv_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Devopsdotcom) [![xebialabs](images/xebialabs_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/XebiaLabs) [![devops library](images/devops_library_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Devopslibrary) [![codecademy](images/codecademy.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/codecademy) [![coursera](images/coursera_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/user/coursera) [![academind](images/academind_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Academind) [![guru99](images/guru99_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/guru99comm) [![intellipaat](images/intellipaat_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Intellipaat) [![cloud quick POCs](images/cloudquickpocs.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UCv9MUffHWyo2GgLIDLVu0KQ) [![thetips4you](images/thethips4you.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Thetips4you) [![cloud learnhub](images/cloud_learn_hub.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UC57acx8sCmE7uFHfVMvIlNg) [![John Savill](images/John_Savill.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/NTFAQGuy) [![microservice factory](images/microservice_factory.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UCorFV-WGnajyfNu4zPI0AAA) [![kubedb appscode](images/kubedb_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/AppsCodeInc) [![devops toolkit](images/devops_toolkit.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/DevOpsToolkit) [![ansible pilot](images/ansiblepilot.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/AnsiblePilot) [![codelytv](images/codelytv_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/CodelyTV) [![pelado nerd](images/pelado_nerd.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/PeladoNerd) [![hola mundo](images/hola_mundo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/HolaMundoDev) [![javier garzas](images/jgarzas.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/JavierGarz%C3%A1s) [![london IAC](images/londonIAC.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/LondonIAC) [![techworld nana](images/techworld_nana.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/TechWorldwithNana) [![honeypot](images/honeypot.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Honeypotio) [![Ali Spittel](images/aspittel.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/AliSpittelDev) [![thomas maurer](images/thomas_maurer.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/ThomasMaurerCloud) [![freecodecamp](images/freecodecamp.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/Freecodecamp) [![thenewstack](images/thenewstack.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/TheNewStack) [![the cloud girl](images/thecloudgirl.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/priyankavergadia) [![tina huang](images/tinahuang.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/TinaHuang1) [![azure cloud native](images/azure_cloud_native.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/channel/UC2Pk9GcHhlVV0R9CQIU6gLw) [![gps](images/gps.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/MadeByGPS) [![anais urlichs](images/anais_urlichs.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/AnaisUrlichs) [![the digital life](images/the_digital_life.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/TheDigitalLifeTech) [![Tech with Helen](images/techwithhelen.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/@techwithhelen) [![bytebytego](images/bytebytego.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/@ByteByteGo) [![midulive](images/midulive.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/@midulive) [![returngis](images/returngis_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/@returngis) [![Olena Kutsenko](images/olena_kutsenko.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/@OlenaKutsenko) [![mouredev](images/mouredev.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/@mouredev) [![CloudNativeMadrid](images/cloudnativemadrid_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/@CloudNativeMadrid) [![itopstalk](images/itopstalk_logo.png){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/@ITOpsTalk) [![dzone](images/dzone_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" loading="lazy" .channel-logo}](https://www.youtube.com/c/dzone) +
## Label Heatmap