GraphQL on Azure: Part 13 - Using Data API builder with SWA and React
Want to easily create a GraphQL API for your Azure Database? Well, let's see how easy it is with SWA Database Connections.
Want to easily create a GraphQL API for your Azure Database? Well, let's see how easy it is with SWA Database Connections.
We're improving the support for Next.js on Azure Static Web Apps, check out what's new!
Let's setup the ultimate local dev experience for making web applications.
A new tool for generating OpenAPI specs from JavaScript and TypeScript Azure Functions
Catch up on the panel session on the State of Serverless from GraphQL Summit 2021
SWA gives you authentication, but without much of a user profile, so let's look at how to add that.
Let's look at how to work with Azure Functions output bindings from F#, specifically for CosmosDB
Do you want to do changes to how CosmosDB serialises/deserialises data in the Azure Function bindings? Then have a read of this post.
Check out our live stream on F# and web development, with Fable and Azure Functions
Some templates to make it easier to get started with F# and Static Web Apps
Let's check out the Azure Static Web Apps CLI and how to use it with VS Code
With Azure Static Web Apps supporting custom authentication, let's look at how we can use Auth0 as a provider.
With Azure Static Web Apps supporting custom authentication, let's look at how we can use Okta as a provider.
Let's look at how to make it a little easier to work with authenticated Static Web App APIs
I created a small npm package to make SWA auth simpler in React apps
Check out my session on DevOps Labs about Static Web Apps
We're defining a GraphQL schema with a type system, but can we use that type system for our application?
Let's take a look at how to integrate a data source with GraphQL on Azure
A quick tip on how to make it easier to diagnose production problems with Static Web Apps
Let's look at how we can create a JavaScript GraphQL server and deploy it to an Azure Function
Let's look at how we can create a dotnet GraphQL server and deploy it to an AppService
Let's get started looking at GraphQL on Azure
Kicking off a new live stream series on converting from ASP.NET Core to Serverless
A continuation of my live streaming, this time looking at how to generate types from GraphQL.
Let's go build something!
A quick start on how to create a GraphQL endpoint on an Azure Function
I'm back on Visual Studio Toolbox to talk about GitHub Actions and Azure Functions
A quick guide on how to use VS Code to work with Git and Azure Functions
Here's how to create Azure Functions in F# easily.
Looking to deploy Azure Functions with GitHub Actions? Here's how to get started.
How I created a little service to create social media images for my blog.
I sat down with SSW.tv to talk about how to create workflows using Durable Functions
Here's a video of my Serverless Days Melbourne talk on Durable Functions
Let's look at how you can use Entities in Durable Functions v2 to create an API cache
Here's something I learnt about interfaces in .NET while exploring IL
A quick look at how to use the FSharp.Azure.Storage package in Azure Functions
A guide to creating a Slack 'slash command' using Azure Functions as the handler.
How I go about processing data streams from IoT devices
A few weeks ago Microsoft announced their improvements to TypeScript Azure Functions with some new templates to help you get started. As I’m currently doing a bunch of stuff …
How to create an Azure Function using F#
How to use Microsoft Flow and Azure Functions to create simple demo APIs