Skip to content
View scottescue's full-sized avatar

Highlights

  • Pro

Block or report scottescue

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
scottescue/README.md

Most of my recent professional work is in private client repositories. My public GitHub focuses on open-source experiments, reference implementations, and engineering tooling that reflect the kinds of problems I work on: identity, developer workflows, cloud-native systems, and AI-assisted software delivery.

Current focus

  • Enterprise identity: Keycloak, OAuth 2.0/OIDC, SAML, LTI 1.3
  • Cloud and delivery: AWS, Azure, Kubernetes, Terraform, Argo CD, CI/CD
  • Application engineering: Next.js, React, TypeScript, Java, Node.js/Express
  • Developer tooling and security automation: Go, OpenSCAP/STIG, Docker
  • Currently exploring AI-assisted engineering workflows using git worktrees, specification-driven planning, issue decomposition, and model-assisted code review.

Featured public work

My pinned repositories below are the public projects that best represent work I can share.

  • Grizzle — Current Go project exploring type-aware schema definition, SQL query construction, migrations, and code generation.
  • scottescue.com — Astro/TypeScript portfolio site tying together my resume, project notes, GitHub profile, and professional writing.
  • Dropwizard EntityManager — Unmaintained reference project showing how I adapted Dropwizard Hibernate lifecycle behavior for applications built around JPA EntityManager APIs.
  • BackPorch ShedLock — Unmaintained reference project showing pragmatic legacy support for distributed scheduled-task coordination on Java 6/7.

Pinned Loading

  1. sofired/grizzle sofired/grizzle Public

    Spec-first Go ORM and migration toolkit inspired by Drizzle ORM.

    Go 2

  2. scottescue.github.io scottescue.github.io Public

    Personal portfolio site built with Astro and TypeScript.

    Astro

  3. dropwizard-entitymanager dropwizard-entitymanager Public

    Unmaintained JPA EntityManager integration for older Dropwizard/Hibernate applications.

    Java 10 8

  4. backporch-shedlock backporch-shedlock Public

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

    Java