/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

abhijitjana.net
| | jameschambers.com
3.7 parsecs away

Travel
| | Integrating a simple test to help prevent malignant input on your site is as simple as integrating a few lines of code into your website. Now, if I could I'd pinch myself to make sure I'm not a robot,
| | www.stevejgordon.co.uk
2.9 parsecs away

Travel
| | In this post, I cover the steps required to create and sign a JWT and use it to authenticate a GitHub App built using .NET.
| | gregorsuttie.com
5.7 parsecs away

Travel
| | I always wondered how easy it would be to do a RavenDB CRUD (Create, Read, Update, Delete) example, so lets create a simple MVC application which we can use to create, read, update and delete. The following is some very basic code and yes you guessed it not for production but more of a quick...
| | til.simonwillison.net
18.6 parsecs away

Travel
| Azure Functions default to serving traffic from a path like /api/FunctionName - for example https://your-subdomain.azurewebsites.net/api/MyFunction .