Posts
- 20 Sep 2025
Making Bulk Updates in Azure Cosmos DBLearn how to perform bulk updates efficiently in Azure Cosmos DB using the .NET SDK with this guide.
azure cosmosdb how-to - 08 May 2025
Using Jupyter Notebooks in VS CodeLearn how to set up and use Jupyter Notebooks in Visual Studio Code for a seamless data science expe...
python jupyter vscode how-to - 21 Jun 2023
Sync time on WSL with WindowsQuick tip on how to sync WSL time with Windows to fix Azure CLI token issues caused by time mismatch...
how-to wsl - 19 Jun 2023
Connecting to a remote server using SSH without promptLearn to connect to a remote server using SSH without prompts - perfect way to make it work for CI/C...
how-to - 19 May 2022
Print environment variables of a running podDiscover how straightforward it is to print the environment variables of a running pod using the kub...
kubernetes how-to - 02 May 2022
How to sort the output of kubectl by a fieldSort `kubectl` output by a specific field easily with the `--sort-by` flag for better data managemen...
kubernetes how-to - 01 May 2022
How to enable metrics server in minikubeLearn how to enable the metrics server in Minikube with this straightforward step-by-step guide and ...
kubernetes how-to - 01 May 2022
Multiple ways to select pods using labels in KubernetesA quick tip on how to select Kubernetes pods efficiently by using labels for streamlined management ...
kubernetes how-to - 25 Apr 2022
How to enable indentation, line numbers and syntax highlighting in VimEnable indentation, line numbers, and syntax highlighting in Vim using this easy configuration chang...
how-to linux - 24 Apr 2022
How to find short names for Kubernetes resources in kubectlLearn this quick tip to find Kubernetes resource short names in kubectl for quicker and efficient ma...
kubernetes how-to - 24 Apr 2022
How to start minikube for specific Kubernetes versionQuick tip to start Minikube with a specific Kubernetes version using this simple and clear step-by-s...
kubernetes how-to