/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

vuyisile.com
| | damienbod.com
3.0 parsecs away

Travel
| | This article looks at setting up an ASP.NET Core application to use Azure Key Vault. When deployed to Azure, it works like in the Azure documentation but when working on development PCs, some changes are required for a smooth developer experience. Code: https://github.com/damienbod/UsingAzureKeyVaultInDevelopment I develop using Visual Studio and manage multiple accounts and test environments....
| | markheath.net
1.8 parsecs away

Travel
| | Mark Heath's Development Blog
| | jreypo.io
5.0 parsecs away

Travel
| |
| | sookocheff.com
22.4 parsecs away

Travel
| I've been thinking about the transition of App Engine to Python 3 and have come to the conclusion that it will never happen - App Engine will eventually be deprecated in favour of Managed VMs. Let's break this apart to see why this is. First, consider the effort required by Google to develop App Engine. The Python runtime environment was modified to enforce the sandbox of the App Engine environment. To provide a Python 3 environment for App Engine as we know it, the Python 3 runtime would need to be modified with the same restrictions. Even imagining that this would happen for Python 3.4, the effort to upgrade to Python 3.5 would require additional effort by Google to modify the runtime.