rjygraham
I'm a recovering developer currently working as a Microsoft Cloud Solution Architect where I help startups build planet-scale solutions on Azure.
@MicrosoftColumbus, OH
Pinned Repositories
ALZ-Bicep
This repository contains the Azure Landing Zones (ALZ) Bicep modules that help deliver and deploy the Azure Landing Zone conceptual architecture in a modular approach. https://aka.ms/alz/docs
Maui
The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, and Behaviors to help make your life as a .NET MAUI developer easier
maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
orleans
Cloud Native application framework for .NET
arm-templates
Some handy Azure Resource Manager Templates
AspireYarpTest
Proof of concept illustrating how to use YARP as reverse proxy within Aspire
AzurePolicy
Sample policies for Azure Policy
CosmosOData
Maui.DataForms
This is a proof of concept library for easily creating validable data entry forms in .NET MAUI. This is not published as a Nuget package yet, so please clone locally and add reference to the Maui.FluentForms project to use.
rjygraham's Repositories
rjygraham/Maui.DataForms
This is a proof of concept library for easily creating validable data entry forms in .NET MAUI. This is not published as a Nuget package yet, so please clone locally and add reference to the Maui.FluentForms project to use.
rjygraham/AspireYarpTest
Proof of concept illustrating how to use YARP as reverse proxy within Aspire
rjygraham/CosmosOData
rjygraham/ServerlessCqrs
An experimental Event Sourcing/Command Query Responsibility Segregation extension for Azure Functions
rjygraham/ActivityStreams
This repo contains a .NET Standard 2.0 implementation of the W3C Activity Streams specification (https://www.w3.org/TR/2017/REC-activitystreams-vocabulary-20170523/#introduction).
rjygraham/DurableEventProcessing
rjygraham/OrleansClientArchitecture
A quick/niave POC of what a clean architecture using ASP.NET Minimal APIs and Microsoft Orleans could look like with minimal plumbing.
rjygraham/ActionsTest
rjygraham/aks-store-demo
Sample microservices app for AKS demos, tutorials, and experiments
rjygraham/AKVIoTSync
Sample showing how to use an Azure Function to sync x509 certificates from Azure Key Vault to IoT Hub
rjygraham/ALZ-Bicep
This repository contains the Azure Landing Zones (ALZ) Bicep modules that help deliver and deploy the Azure Landing Zone conceptual architecture in a modular approach. https://aka.ms/alz/docs
rjygraham/APIM-Swagger-Import
This repo demonstrates how to import a Swagger definition into Azure API Management using Bicep.
rjygraham/awesome-dotnet-maui
A curated list of awesome .NET MAUI libraries and resources.
rjygraham/azure-docs
Open source documentation of Microsoft Azure
rjygraham/azure-saas
The Azure SaaS Development Kit (ASDK) provides a reference architecture, deployable reference implementation and tools to help developers, startups, ISVs and Enterprises deliver their applications as a SaaS service. A platform for platform creators.
rjygraham/AzureApimFuncAD
This sample repo illustrates how to use Azure API Management policies to authenticate to Azure AD and invoke an Azure Functions backend secured by Azure AD.
rjygraham/BlobStaticFileServerFunctions
A simple Azure Function that serves static files from Azure Blob Storage and supports Basic Authentication
rjygraham/CommunityToolkit_Maui
The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, and Behaviors to help make your life as a .NET MAUI developer easier
rjygraham/CosmosGlobalReplication
IaC and sample Azure Function App code demonstrating Cosmos DB global replication
rjygraham/KubeConSkDebate
A dueling LLM agent application hosted on Kubernetes using .NET Aspire, Azure Developer CLI, and Azure OpenAI
rjygraham/Maui.FluentForms
This repository has moved to https://github.com/rjygraham/Maui.DataForms
rjygraham/MauiShellNav
MAUI Shell Navigation issue reproduction sample app
rjygraham/MicrosoftDocs_CommunityToolkit
The Official Docs for the Community Toolkit-s
rjygraham/OESilo
rjygraham/OpenEthos
rjygraham/Orleans-Cluster-on-Azure-Container-Apps
Sample application demonstrating a multiple-silo Orleans cluster running in Azure Container Apps.
rjygraham/OrleansEventSourcing
rjygraham/RockPaperOrleans
rjygraham/SimplifiedOrleans
A Simplified Visual Studio project structure demonstrating a simple IoT scenario using Microsoft Orleans for application code and Cosmos DB as a globally distributed backing store.
rjygraham/SourceGenSecrets
SourceGenSecrets makes use of the Source Generator functionality in Roslyn to assign values read from environment variables to class properties. This is useful in cases where you don't want to commit secrets into version control, or want to vary constants by environment/build.