DonSchenck
Red Hat Developer Advocate with a focus on all things .NET, Kubernetes, and OpenShift
Red HatYork, PA
Pinned Repositories
containers-k8s-workshop
Code and artifacts associated with my Containers and Kubernetes workshop
devup2017_couchbase
Code for the session ".NET and Couchbase: Using NoSQL Is Easier Then You Think" at devupconf, Monday, Oct. 16, 2017
dotnet_docker_msa
DotNetOnLinux
Demonstrating how to get .NET up and running on Linux, including sample code.
dotnetservicebinding
Kubernetes Service Binding module for .NET programs
grpc-vs-rest
gRPC vs. REST demo
kubevirt-crc-windows-tutorial
Running a Window Framework (NOT .NET Core) app on Kubernetes using CodeReady Containers and Kubevirt
NetOnLinuxBook
path-to-kubernetes
Source code to support the blog post series "Path To Kubernetes: From Command Line To Containers"
qotd
Quote of the Day RESTful service, used by one (or more) tutorials and workshops
DonSchenck's Repositories
DonSchenck/path-to-kubernetes
Source code to support the blog post series "Path To Kubernetes: From Command Line To Containers"
DonSchenck/dotnetservicebinding
Kubernetes Service Binding module for .NET programs
DonSchenck/csharp-kafka-events-workshop
C#, Kafka and Event Processing demo using Developer Sandbox for Red Hat OpenShift
DonSchenck/getcategories
Retrieves an alphabetical list of distinct Product Categories from database CandyDB, table Categories
DonSchenck/kbe-on-sandbox
DonSchenck/kn-plugin-func
Kn plugin for functions.
DonSchenck/knative-workshop
A tutorial repository to discuss benefits of serverless in a kubernertes environment
DonSchenck/locationms
Gets location based on IP address
DonSchenck/movie-recommendation-engine
Recommends movies for a user
DonSchenck/NetCandyStore
.NET Framework online Candy Store
DonSchenck/pipelines-docs
Documentation for OpenShift Pipelines
DonSchenck/pymailer
Sends and email; to be used as a Knative function in OpenShift
DonSchenck/qotd-go
Go language "Quote Of The Day" app
DonSchenck/qotd-quarkus
Quarkus version of the QOTD application
DonSchenck/quotator-5000
React.js that displays quotes that are retrieved from the backend service
DonSchenck/quotes
Reads quotes from a database; .NET Framework versions and .NET Core version(s)
DonSchenck/quotesite.js
Node.js and Express web page that returns a random Quote of the Day
DonSchenck/service-binding-documentation
DonSchenck/spring-petclinic
DonSchenck/sqlworkshops-sqlonopenshift
SQL Server on OpenShift Workshop
DonSchenck/vac-seen-db
Creates the database used by the "vac-seen" series of applications
DonSchenck/vac-seen-event-store
Creates the PostgreSQL database to be used Marten for the Vac-Seen series
DonSchenck/vac-seen-generator
Generates fictitious "COVID-19 Vaccination Events" to be used with an associated Kafka & C# tutorial
DonSchenck/vac-seen-getter
Retrieves vaccination summary for a date range
DonSchenck/vac-seen-managed-kafka
Instructions for preparing the managed kafka instance and topic to be use by the "vac-seen" system.
DonSchenck/vac-seen-rollup
Daily count rollup by location code
DonSchenck/vac-seen-toconsole
Reads from Kafka and outputs to console
DonSchenck/vac-seen-todb
Subscribes to "Vaccination" events in Kafka and persists them to a PostGreSQL database using Marten
DonSchenck/vac-seen-web
Web UI for vac-seen... series of activities
DonSchenck/vaxmysql
MySQL database setup for vac-seen applications