Explore >> Select a destination


You are here

blog.pamelafox.org
| | www.jhanley.com
3.0 parsecs away

Travel
| | This article demonstrates how to set up a Windows development system with Python and the Azure SDK for Python.
| | www.fearofoblivion.com
3.4 parsecs away

Travel
| | A blog containing the thoughts and ideas of me
| | damienbod.com
3.1 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....
| | davquar.it
13.7 parsecs away

Travel
| A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages.