Pinned Repositories
deno-wasm
A small project to demonstrate how to run a WebAssembly binary build in Rust from a Deno application
etymo
A demonstration program that uses a third party API as a delegate, for use as a teaching resource.
fatjenkins
A fat version of the Jenkins container that includes often used utilities such as node, npm, curl, etc
IMBOB
A simple GraphQL API demonstration application for managing a movie information
innosoft
k8sdemos
The project contains a number of demonstrations that describe various aspects of using Kuberntetes
pinger
A simple Node.js app that returns information about the runtime environment
simplegps
A Node.js project for reading data emitted from a GPS devices attached to a Raspberry Pi
wisesayings
An API to emit wise says
wisesayingswasm
A project the demonstrates how to encapsulate a microservice in to a WebAssembly binary
reselbob's Repositories
reselbob/WorkingWithTheActorModel
This project demonstrates styles for working with the Actor Model under Java using Akka and the Temporal frameworks
reselbob/SimpleSaga
A Typescript project the demonstrates how to implement the Saga pattern
reselbob/TerrificTacos
A project that demonstrates the concepts behind event sourcing written in TypeScript
reselbob/AdvancedOop01_TS
A project that describes some advance object oriented programming techniques using TypeScript
reselbob/JillsJuice
The project demonstrates how to do fire and forget as well as response messaging in Akka
reselbob/SimpleTemporalActorModel
This project demonstrates how to use signals in a Temporal workflow
reselbob/SimpleVirtualThreads
A project that demonstrates using virtual threads under Java JDK 21
reselbob/AdvancedOops02_TS
A project that demonstrates using generics in TypeScript
reselbob/chained-ai
This projects demonstrates how to chain responses from the OpenAI API to a meaningful result
reselbob/Create-Tokengate-Demo
reselbob/environmentsensor
A project that demonstrates how to get environment information from a computing device
reselbob/gptscripting-01
This repository contains examples for programming under GPTScriptg
reselbob/JavaFuturesDemo
A project that demonstrates how to use Java Futures
reselbob/oop-n-react
This project demonstrates the Object Oriented aspects of programming in React
reselbob/publishing-workflow
A project that demonstrates a state machine for a document publishing process
reselbob/reselcoin
A project the demonstrates the basic concepts and techniques needed to create a distributed ledger that uses a fictitious crypto-coin named reselcoin for currencyu
reselbob/reselsmart
A project that demonstrates how to integrate ChatGPT and Open AI in order to observe conversations on a custom Discord server
reselbob/SimpleFuturesDemo
A project that demonstrates using Java Futures and CompletableFutures
reselbob/SimpleNftCreateDemo
An application that demonstrates how to create and assign an NFT in the simplest way possbile
reselbob/SimpleResonate
The project demonstrates the basics of creating durable promises using the Resonate framework
reselbob/simplestatemachine
A simple state machine example written in Java
reselbob/SimpleWeb3Auth
A project that demonstrates how to use a MetaMask wallet as a mechanism for website login and authentication
reselbob/solidity-to-solana
A project that contains demonstration code for porting Solidity code to Solana
reselbob/sshproxy
A project the demonstrates how to ssh into machines on a local network from the server side
reselbob/TerrificTacosForResonate
A project the demonstrates how to implement the Terrific Tacos workflow use case use the Resonate durable promises framework
reselbob/ts-decorators-functions
A project the demonstrates how to create TypeScript decorators for functions
reselbob/ts-generics-intro
A project that demonstrates the basics of TypeScript generics,
reselbob/upgradable-smart-contract-evm
upgradable-smart-contract-evm
reselbob/Wallet-Login-Demo
reselbob/workingwithactors
A project the demonstrates various implementations of the Actor design pattern