/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

markheath.net
| | vainolo.com
1.5 parsecs away

Travel
| | Previous Tutorial: Azure Functions - Part 3: Handling HTTP Query GET and POST Requests While writing code directly in the Azure portal is awesome, the next step in a real-world developer experience is to have a local environment where we code, build, and test our functions, and from there sent them the cloud. And this...
| | gregorsuttie.com
1.1 parsecs away

Travel
| | There are many ways to pass variables into an Azure Function. In this quick blog post I will show you how you can test the Azure Function locally with local settings and then use app settings from the Azure Portal and then also use values stored within Azure KeyVault incase we need to store and...
| | gist.github.com
1.2 parsecs away

Travel
| | Azure Functions - Part 4: Working with Persistent Data and Visual Studio Code - 2 - afp4_2.cs
| | jj09.net
14.2 parsecs away

Travel
| This is a step-by-step overview for creating the front-end, backend, and persistence layer with MARN Stack: MongoDB, Apollo Server, React and Node.js. I also created...