Author: MVP
-
Create a Docker Container Without Running It Immediately
In this blog post, I will show you how to create a Docker container without running in after the command is completed.
-
Connect to Azure Using Azure CLI from a Docker Container
In this blog post, I will show you how to download and the Microsoft Azure CLI Docker Container image and run Azure CLI commands.
-
Python 3 Naming Conventions Recommendation
In this blog post, I will show you a few naming conventions recommendations for Python will help you keep your code in order.
-
How to Find Python 3 Reserve Words List
In this blog, post, I will show you how to view all the reserved words in Python you can’t use and will give you and an error if you try to use them.
-
Host a Static Web Site On AWS S3 Bucket
In this blog post, I will show you how I create an AWS S3 Bucket and host a static HTML website on it.
-
How To Transfer A Domain to AWS Route 53
In my last article I have shown you how to create an AWS Route 53 Hosted Zone for an existing domain, and today I will show you how I transfer a domain from Go-Daddy to Aws Route 53.
-
Connect to Azure Container Registry ACR) Directly from VS Code
In this blog post, I will show you how I use Visual Studio Code (VS Code) to connect to my Azure Container Registry and manage Container images directly from VS Code without login into the Azure Portal.
-
Create an AWS Route 53 Hosted Zone for Existing Domain
In this blog post, I will show you how I create a Route 53 Hosted DNS DNZ for an existing domain that I host on Go Daddy.
-
Add Disk Space to an Azure Virtual Machine Using Azure CLI
In this blog post, I will show you how I increase the size of my Microsoft Azure Windows Virtual Machine using Azure CLI.
-
Connect to an AWS EC2 Windows Server using RDP
In this blog, post I will show you how to connect to a Windows Server AWS EC2 instance using remote desktop.