From 25f3a92f8d50155f7684e26d1de4ff225c3d23f9 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Wed, 1 Dec 2021 14:58:25 +0100 Subject: [PATCH] Dec 1st --- docs/databases.md | 1 + docs/demos.md | 1 + docs/git.md | 1 + docs/kubernetes-autoscaling.md | 1 + docs/project-management-methodology.md | 1 + docs/terraform.md | 4 ++++ 6 files changed, 9 insertions(+) diff --git a/docs/databases.md b/docs/databases.md index 53c01c56..af33b783 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -93,6 +93,7 @@ - [digitalocean.com: How To Use WHERE Clauses in SQL](https://www.digitalocean.com/community/tutorials/how-to-use-where-clauses-in-sql) - [intellipaat.com: SQL vs MySQL - Key Differences Between SQL and MySQL](https://intellipaat.com/blog/sql-vs-mysql-difference/) - [vettabase.com: How slow is SELECT * ?](https://vettabase.com/blog/how-slow-is-select/) +- [towardsdatascience.com: How to Use SQL Cross Joins](https://towardsdatascience.com/how-to-use-sql-cross-joins-5653fe7d353) The SQL join you never knew existed ## Stored Procedures - [blog.yugabyte.com: Are Stored Procedures and Triggers Anti-Patterns in the Cloud Native World?](https://blog.yugabyte.com/are-stored-procedures-and-triggers-anti-patterns-in-the-cloud-native-world/) diff --git a/docs/demos.md b/docs/demos.md index f81d1cd6..668aeb77 100644 --- a/docs/demos.md +++ b/docs/demos.md @@ -319,6 +319,7 @@ * [youtube: No YAML! Kubernetes done the easy way | DevNation Tech Talk](https://www.youtube.com/watch?v=jBDmX85IjLM&ab_channel=RedHatDeveloper) * [developers.redhat.com: New application samples in Red Hat OpenShift 4.8](https://developers.redhat.com/articles/2021/10/01/new-application-samples-red-hat-openshift-48) Check out all of the new and updated samples that comes with OpenShift 4.8. Try any or all of these samples within minutes of downloading your free openshift cluster. * [developers.redhat.com: Build and store universal application images on OpenShift (with Buildah)](https://developers.redhat.com/articles/2021/11/18/build-and-store-universal-application-images-openshift) +* [==piotrminkowski.com: Serverless Java Functions on OpenShift==](https://piotrminkowski.com/2021/11/30/serverless-java-functions-on-openshift/) ### Developer Sandbox * [Developer Sandbox for Red Hat OpenShift 🌟](https://developers.redhat.com/developer-sandbox) Get free access to the Developer Sandbox for Red Hat OpenShift and deploy your application code as a container on this self-service, cloud-hosted experience. Skip installations and deployment and jump directly into OpenShift. diff --git a/docs/git.md b/docs/git.md index 0cbbaae3..bd0af5a1 100644 --- a/docs/git.md +++ b/docs/git.md @@ -144,6 +144,7 @@ * [css-tricks.com: Advanced Git series. 5 Rebase vs. Merge: Integrating Changes in Git](https://css-tricks.com/rebase-vs-merge-integrating-changes-in-git/) * [css-tricks.com: Advanced Git series. 6 Interactive Rebase: Clean up your Commit History](https://css-tricks.com/interactive-rebase-clean-up-your-commit-history/) * [css-tricks.com: Cherry-Picking Commits in Git](https://css-tricks.com/cherry-picking-commits-in-git/) + * [css-tricks.com: Using the Reflog to Restore Lost Commits](https://css-tricks.com/using-the-reflog-to-restore-lost-commits/) * [cloudbees.com: Git Reset Clearly Explained: How to Undo Your Changes 🌟](https://www.cloudbees.com/blog/git-reset-undo-changes) * [dev.to: How to become a Git expert! 🌟](https://dev.to/sagarbarapatre/how-to-become-a-git-expert-1jl2) * [c-sharpcorner.com: Top 15 Git Commands With Examples For Every Developers💪](https://www.c-sharpcorner.com/article/top-15-git-commands-with-examples-for-every-developers/) diff --git a/docs/kubernetes-autoscaling.md b/docs/kubernetes-autoscaling.md index fa8f5329..bd5b7377 100644 --- a/docs/kubernetes-autoscaling.md +++ b/docs/kubernetes-autoscaling.md @@ -48,6 +48,7 @@ * [medium: Cluster Autoscaler in Kubernetes](https://medium.com/avmconsulting-blog/cluster-autoscaler-type-in-kubernetes-part2-f2ae432eefbb) * [itnext.io: Kubernetes Resources and Autoscaling — From Basics to Greatness 🌟](https://itnext.io/kubernetes-resources-and-autoscaling-from-basics-to-greatness-7cae17fbf27b) * [kubedex.com: autoscaling 🌟](https://kubedex.com/autoscaling) +* [==chrisedrego.medium.com: Kubernetes AutoScaling Series: Cluster AutoScaler== 🌟](https://chrisedrego.medium.com/kubernetes-autoscaling-series-cluster-autoscaler-5d60c10c3dc1) ## HPA and VPA * [HPA: Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) diff --git a/docs/project-management-methodology.md b/docs/project-management-methodology.md index 4367f679..2d49ddc0 100644 --- a/docs/project-management-methodology.md +++ b/docs/project-management-methodology.md @@ -116,6 +116,7 @@ - [en.wikipedia.org: Kiss up kick down](https://en.wikipedia.org/wiki/Kiss_up_kick_down) - [lavanguardia.com: Los estilos de liderazgo más apreciados por los empleados](https://www.lavanguardia.com/vivo/20211113/7856878/cualidades-mas-valoran-empleados-jefe-pmv.html) - [businessinsider.es: "Estoy atrapado en unos hábitos poco saludables y me siento abrumado por todo lo que tengo que hacer, ¿cómo puedo aprender a decir no?"](https://www.businessinsider.es/tan-dificil-decir-no-jefe-965459) +- [businessinsider.es: Así es como tu educación te ha moldeado sutilmente para que nunca consigas ascender en el trabajo](https://www.businessinsider.es/razon-nunca-consigues-ascender-trabajo-conseguir-mejor-sueldo-970737) ## Bunch of images ??? note "Click to expand!" diff --git a/docs/terraform.md b/docs/terraform.md index a5f28adc..5066a0c0 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -27,6 +27,7 @@ - [AWSCC. Terraform AWS Cloud Control Provider](#awscc-terraform-aws-cloud-control-provider) - [AWS Control Tower Account Factory for Terraform (AFT)](#aws-control-tower-account-factory-for-terraform-aft) - [Terraform with Azure](#terraform-with-azure) + - [Terraform in Azure DevOps](#terraform-in-azure-devops) - [Terraform AKS Boilerplates](#terraform-aks-boilerplates) - [Terraform and Apache Kafka](#terraform-and-apache-kafka) - [Terraform Video Tutorials](#terraform-video-tutorials) @@ -307,6 +308,9 @@ - [thomasthornton.cloud: Deploy Terraform using GitHub Actions to Azure](https://thomasthornton.cloud/2021/03/19/deploy-terraform-using-github-actions-into-azure/) - [github.com/kuhlman-labs/terraform-azurerm-landing-zone](https://github.com/kuhlman-labs/terraform-azurerm-landing-zone) A curated collection of Terraform azurerm modules +#### Terraform in Azure DevOps +- [==adamtheautomator.com: How to Build Infrastructure with Terraform in Azure DevOps== 🌟](https://adamtheautomator.com/terraform-azure-devops/) + {== #### Terraform AKS Boilerplates