Open source

Projects

Active experiments and preserved reference implementations focused on useful engineering problems.

GoWork in progress

Grizzle

An early-stage relational ORM and schema toolkit for Go, inspired by Drizzle ORM and Drizzle Kit concepts.

Explores type-aware schema definition, SQL query construction, migration workflows, and code generation for Go applications.

  • Go
  • SQL
  • Code generation
JavaUnmaintained reference

BackPorch ShedLock

A Java 6 and 7 backport of ShedLock for coordinating scheduled tasks across application nodes.

Preserved as a reference example of solving distributed scheduled-task coordination under legacy runtime constraints.

  • Java
  • Spring
  • JDBC
  • Hazelcast
JavaUnmaintained reference

Dropwizard EntityManager

JPA EntityManager integration for older Dropwizard/Hibernate applications.

Preserved as a reference example of adapting Dropwizard Hibernate lifecycle behavior for applications built around JPA EntityManager APIs.

  • Java
  • Dropwizard
  • Hibernate
  • JPA