Skip to content

Instantly share code, notes, and snippets.

View darronj's full-sized avatar

Darron Jennings darronj

View GitHub Profile
@darronj
darronj / 2025-12-18-agl-integration-architecture.md
Created December 18, 2025 17:55
AGL × PitchKount Integration Architecture Decisions & Development Estimate

AGL × PitchKount Integration Architecture Decisions

Document Version: 1.0 DRAFT Date: December 18, 2025 Status: Architecture Review - Pending Team Input


Executive Summary

@darronj
darronj / flybirmingham-project-overview.md
Created December 9, 2025 15:44
FlyBirmingham.com Development Plan - Alloy Catalyst Migration

FlyBirmingham.com Website Development

Project Overview

This document outlines the development plan for building the FlyBirmingham.com website using modern web technologies. The project migrates the existing WordPress site to a new platform with enhanced functionality, improved performance, and easier content management.


What We're Building

@darronj
darronj / machine.js
Created June 17, 2021 19:27
Generated by XState Viz: https://xstate.js.org/viz
const fetchMachine = Machine({
id: 'fetch',
initial: 'created',
states: {
created: {
on: {
PM_APPROVE: 'approved',
PM_REJECT: 'rejected'
}
},
@darronj
darronj / machine.js
Created June 17, 2021 19:06
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions