Pinned Repositories
KafkaToy
Simple Java code to demonstrate working with Kafka
module-vpc
opinionated, no-frills module for Terraform to create a VPC
propertysource
Package to abstract away finding key/value properties.
sandbox
A collection of Java and Spring snippets, bound together as cohesive projects with accompanying tests.
shell-snippets
Notes and code snippets to capture handy shell things I've accumulated over the years
terraform-aws-swarm
Demonstration of Docker Swarm on EC2 instances
terraform-instance-connect
Simple demonstration instance for AWS EC2 Instance Connect
terraform-s3-ec2
A small demonstration of restricting S3 access to specific EC2 instances
TheBellman's Repositories
TheBellman/terraform-instance-connect
Simple demonstration instance for AWS EC2 Instance Connect
TheBellman/module-vpc
opinionated, no-frills module for Terraform to create a VPC
TheBellman/sandbox
A collection of Java and Spring snippets, bound together as cohesive projects with accompanying tests.
TheBellman/KafkaToy
Simple Java code to demonstrate working with Kafka
TheBellman/shell-snippets
Notes and code snippets to capture handy shell things I've accumulated over the years
TheBellman/propertysource
Package to abstract away finding key/value properties.
TheBellman/terraform-aws-swarm
Demonstration of Docker Swarm on EC2 instances
TheBellman/terraform-s3-ec2
A small demonstration of restricting S3 access to specific EC2 instances
TheBellman/aws-code-pipeline
Terraform demonstration of code commit / code pipeline build and deploy
TheBellman/awscidr
TheBellman/consulcluster
A simple example of using docker to create a local Consul cluster
TheBellman/dbt-learn-rah
TheBellman/docker-getting-started
Implementation of the Docker "getting started" tutorial
TheBellman/ftl-fundamentals
Exercises in the fundamentals of Go
TheBellman/go-lambda-example
Tiny dummy lambda code in Go used for demonstrating pipelines
TheBellman/hazelcast-reference-manual
Hazelcast Reference Manual
TheBellman/helloWorldApp
Simple Docker project to provide a service that does very little indeed
TheBellman/iplib
TheBellman/lettercount
Simple demonstration of divide-and-conquer to count letters in an arbitrarily large file.
TheBellman/LithientStub
Simple Stub service to absorb traffic.
TheBellman/MapStoreConfigTest
TheBellman/msk-glue-example
Demonstration of using AWS MSK (Kafka) with AWS Glue as a schema repository
TheBellman/photo-lambda
TheBellman/PyKafka
Simple demonstration of Kafka with Avro
TheBellman/simplelru
Simple LRU Cache
TheBellman/SpringKafka
Simple demonstration of using Kafka with Spring Boot
TheBellman/timeutility
Utilities to make dealing with Java 8 date and time easier
TheBellman/transfer-server
Proof of concept framework demonstrating Jersey + Jetty + Jackson + JPA. Possibly this should be called J4.