Explore >> Select a destination


You are here

markheath.net
| | 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...
| | dontcodetired.com
1.6 parsecs away

Travel
| | Don't Code Tired - Jason Roberts on Software Development and .NET - (This post refers to Azure Functions v2) There are different ways to access both the request data an
| | 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...
| | hjr265.me
13.7 parsecs away

Travel
| With Toph, for me, the line between work and fun blurs. I wanted to add a small in-browser game to Toph that would allow contest participants to pass the time while waiting for the contest to begin. The thing about 100 lines of JavaScript is arbitrary. I wanted to make the most out of modern CSS features and use JavaScript only where necessary. Without further ado, here's the game: You can find the source code for this game on GitHub.