HAMINIONS / Member source access

Run the projects. Inspect the workflows.

Get the source for 63 code and workflow examples, including AI setup snapshots and the public posts that explain how they work.

Recurring membership / Hosted by Buy Me a Coffee / Cancel anytime

Checkout and recurring billing are hosted by Buy Me a Coffee.

Every project in the member repo.

63 projects across 7 categories. Expand a category to inspect every project and its related public reading.

Artificial Intelligence/artificial-intelligence5 projects
  1. claude-snapshot (2026.01)

    artificial-intelligence/2026-01_claude-snapshot
  2. claude-snapshot (2026.02)

    artificial-intelligence/2026-02_claude-snapshot

    Enhanced Claude Code workflow adding product vision, tech research, and self-critique (Claude Code)

    Related reading / 1

  3. claude-snapshot (2026.04)

    artificial-intelligence/2026-04_claude-snapshot

    Streamlined 5-phase workflow (explore/prd/design/spec/build/review) with testing, stress-test, and phase-golem skills (Claude Code)

  4. claude-snapshot (2026.05)

    artificial-intelligence/2026-05_claude-snapshot

    Cross-harness skills and instructions shared across Claude Code, OpenCode, Codex, and Pi

  5. claude-snapshot (2026.07)

    artificial-intelligence/2026-07_claude-snapshot

    Sanitized multi-harness AI development setup with 26 skills, workflow artifacts, installation tooling, and verification tests

C#/csharp8 projects
  1. csharp-selenium-webscraping

    csharp/2023-09-csharp-selenium-webscraping

    Web scraping automation using Selenium (C#, Selenium, Docker)

    Related reading / 1

  2. docker-cli

    csharp/2025-05_docker-cli

    Docker CLI application in C# (C#, Docker)

    Related reading / 1

  3. minimal-api

    csharp/2025-05_minimal-api

    ASP.NET Core Minimal API implementation (C#, ASP.NET Core)

  4. single-file-web-api

    csharp/2025-05_single-file-web-api

    Single-file web API implementation (C#, ASP.NET Core)

  5. csharp-records

    csharp/2025-07_csharp-records

    C# records language feature examples (C#)

    Related reading / 1

  6. errors-vs-exceptions-benchmark

    csharp/2025-07_errors-vs-exceptions-benchmark

    Performance benchmarking of error handling strategies (C#, BenchmarkDotNet)

    Related reading / 1

  7. exhaustive-pattern-matching

    csharp/2025-11_exhaustive-pattern-matching

    Pattern matching with OneOf, Dunet, and custom types (C#, OneOf, Dunet)

  8. csharp-aoc

    csharp/2025-12_csharp-aoc
F#/fsharp36 projects
  1. fsharp-console-creation-example

    fsharp/2022-10-fsharp-console-creation-example

    Simple F# console application example (F#, .NET)

    Related reading / 1

  2. fsharp-docker-console-example

    fsharp/2022-10-fsharp-docker-console-example

    F# console application running in Docker (F#, Docker)

    Related reading / 1

  3. godot-fsharp-example

    fsharp/2022-10-godot-fsharp-example

    Godot game engine with F# scripting (F#, Godot)

    Related reading / 1

  4. fsharp-giraffe-blog-api-example

    fsharp/2022-12-fsharp-giraffe-blog-api-example

    Simple web API with blog endpoints (F#, Giraffe)

    Related reading / 1

  5. fsharp-giraffe-routing-example

    fsharp/2023-01-fsharp-giraffe-routing-example

    Common routing configurations for Giraffe (F#, Giraffe)

    Related reading / 1

  6. godot-4-fsharp-example

    fsharp/2023-04-godot-4-fsharp-example

    Godot 4 project setup for F# scripting (F#, Godot 4)

    Related reading / 1

  7. the-nature-of-code-godot-4-fsharp

    fsharp/2023-04-the-nature-of-code-godot-4-fsharp

    Nature of Code examples in Godot 4 with F# (F#, Godot 4)

    Related reading / 1

  8. csharp-vs-fsharp-performance

    fsharp/2023-05_csharp-vs-fsharp-performance

    Performance comparison between C# and F# (F#, C#)

  9. fetch-nyt-console

    fsharp/2023-08_fetch-nyt-console

    Console app for fetching web content from NYT (F#, Selenium)

  10. fsharp-entity-framework

    fsharp/2023-11_fsharp-entity-framework

    Getting started with F# and Entity Framework (F#, Entity Framework, PostgreSQL)

    Related reading / 1

  11. fsharp-html-templating-scriban

    fsharp/2023-11_fsharp-html-templating-scriban

    HTML templating with Scriban template engine (F#, Giraffe, Scriban)

    Related reading / 1

  12. fsharp-html-templating-giraffe-view

    fsharp/2023-12_fsharp-html-templating-giraffe-view

    Type-safe HTML rendering with Giraffe.ViewEngine (F#, Giraffe.ViewEngine)

    Related reading / 1

  13. fsharp-htmx

    fsharp/2023-12_fsharp-htmx

    Interactive HTML islands with HTMX and Scriban (F#, Giraffe, HTMX, Scriban)

    Related reading / 1

  14. fsharp-htmx-giraffe-view

    fsharp/2023-12_fsharp-htmx-giraffe-view

    Type-safe server-side rendering with HTMX (F#, Giraffe, HTMX)

    Related reading / 1

  15. fsharp-markdown-blog

    fsharp/2023-12_fsharp-markdown-blog

    Simple markdown blog with Giraffe (F#, Giraffe, Markdig)

    Related reading / 1

  16. fsharp-tailwind

    fsharp/2023-12_fsharp-tailwind

    Web application with Tailwind CSS styling (F#, Giraffe, Tailwind CSS)

  17. simple-fs-load-testing

    fsharp/2024-02_simple-fs-load-testing

    Load testing tool for HTTP endpoints (F#, NBomber)

  18. options-scanner

    fsharp/2024-04_options-scanner

    CLI app that scans stock options data and filters trades (F#)

    Related reading / 2

  19. 1000-checkboxes

    fsharp/2024-07_1000-checkboxes
  20. ai-cli-example

    fsharp/2024-07_ai-cli-example

    AI-powered CLI application running in Docker (F#, Docker)

    Related reading / 2

  21. fsharp-giraffe-web-compression

    fsharp/2024-09_fsharp-giraffe-web-compression

    Giraffe web API with HTTP response compression (F#, Giraffe)

    Related reading / 1

  22. minimal-fsharp-webapi

    fsharp/2024-09_minimal-fsharp-webapi

    Minimal ASP.NET Core web API with Giraffe (F#, Giraffe)

    Related reading / 1

  23. minimal-fsharp-webapi-with-data

    fsharp/2024-09_minimal-fsharp-webapi-with-data

    Minimal web API with database integration (F#, Giraffe)

    Related reading / 1

  24. simple-fullstack-fsharp-giraffe-webapp

    fsharp/2024-09_simple-fullstack-fsharp-giraffe-webapp

    Complete fullstack web app with Scriban templating (F#, Giraffe, Scriban)

    Related reading / 1

  25. fsharp-falco-fullstack-webapp

    fsharp/2024-10_fsharp-falco-fullstack-webapp

    Fullstack web application with Falco framework (F#, Falco)

    Related reading / 1

  26. fsharp-falco-single-file-webapi

    fsharp/2024-10_fsharp-falco-single-file-webapi

    Single-file web API with Falco (F#, Falco)

    Related reading / 1

  27. fsharp-lookaside-cache

    fsharp/2024-11_fsharp-lookaside-cache

    Lookaside cache pattern demonstration (F#)

    Related reading / 1

  28. fsharp-aoc

    fsharp/2024-12_fsharp-aoc
  29. fsharp-aoc-base

    fsharp/2024-12_fsharp-aoc-base

    Base template for Advent of Code problem solving (F#, xUnit)

    Related reading / 1

  30. alpine-vs-datastar

    fsharp/2025-01_alpine-vs-datastar

    Comparison of Alpine.js vs Datastar for frontend interactivity (F#, Falco, Alpine.js, Datastar)

  31. markdown-blog-falco

    fsharp/2025-02_markdown-blog-falco

    Markdown blog engine built with Falco (F#, Falco, Markdig)

    Related reading / 1

  32. fsharp-dotnet-tailwind-v4

    fsharp/2025-03_fsharp-dotnet-tailwind-v4

    Web application with Tailwind CSS v4 integration (F#, Tailwind CSS v4)

    Related reading / 1

  33. fsharp-falco-fullstack-app-with-docker

    fsharp/2025-03_fsharp-falco-fullstack-app-with-docker

    Containerized fullstack Falco app with Docker Compose (F#, Falco, Docker, PostgreSQL)

    Related reading / 1

  34. markdown-blog-falco-rss-feed

    fsharp/2025-04_markdown-blog-falco-rss-feed

    Markdown blog with RSS feed generation (F#, Falco, Markdig)

    Related reading / 1

  35. fsharp-minimal-api

    fsharp/2025-05_fsharp-minimal-api

    Minimal API with CRUD operations and todo management (F#, ASP.NET Core)

  36. cloudseed-fsharp

    fsharp/2026-02_cloudseed-fsharp

    Template seed project with Falco, PostgreSQL, and migrations (F#, Falco, DbUp, PostgreSQL)

    Related reading / 1

Python/python3 projects
  1. python-vs-pydantic-dataclasses

    python/2024-09_python-vs-pydantic-dataclasses

    Comparison of Python dataclasses vs Pydantic for validation (Python, Pydantic)

    Related reading / 1

  2. simple-python-docker

    python/2024-09_simple-python-docker

    Minimal Docker setup for a Python application (Python, Docker)

    Related reading / 1

  3. is-positive-or-negative-integer

    python/2024-12_is-positive-or-negative-integer

    Integer sign classification utility (Python)

Rust/rust7 projects
  1. axum-web-api

    rust/2026-03_axum-web-api

    REST API with in-memory storage and trait-based architecture (Axum)

    Related reading / 1

  2. axum-sqlite

    rust/2026-03_axum-sqlite

    REST API with SQLite persistence using trait-based services (Axum, SQLx, SQLite)

    Related reading / 1

  3. axum-ssr

    rust/2026-03_axum-ssr

    Server-side rendered todo app with Post-Redirect-Get pattern (Axum, Maud)

  4. axum-htmx

    rust/2026-03_axum-htmx

    Dynamic web app with HTMX for interactive updates (Axum, Maud, HTMX)

  5. axum-datastar

    rust/2026-03_axum-datastar

    Reactive web app with server-driven DOM updates via SSE (Axum, Maud, Datastar)

    Related reading / 1

  6. axum-md-blog

    rust/2026-03_axum-md-blog

    Markdown blog with YAML frontmatter parsing (Axum, Maud, Comrak)

  7. rust-datastar-snake

    rust/2026-03_rust-datastar-snake

    Server-authoritative Snake game with real-time DOM updates over SSE (Axum, Maud, Datastar)

Svelte/svelte3 projects
  1. fathom-and-sveltekit

    svelte/2023-02-fathom-and-sveltekit

    Integrating Fathom Analytics with SvelteKit (SvelteKit, Fathom Analytics)

    Related reading / 1

  2. fathom-analytics-events-sveltekit

    svelte/2023-02-fathom-analytics-events-sveltekit

    Tracking custom analytics events via Fathom (SvelteKit, Fathom Analytics)

    Related reading / 1

  3. sveltekit-threejs

    svelte/2023-05-sveltekit-threejs

    3D visualization with three.js (SvelteKit, three.js)

    Related reading / 1

TypeScript/typescript1 projects
  1. node-typescript-interview-boilerplate

    typescript/2025-03_node-typescript-interview-boilerplate

    Node + TypeScript starter template for coding interviews (Node.js, TypeScript, Jest)

    Related reading / 1

Inventory verified against source commit f68f38673466720bc0400a7d57e69b2884399a3c. 46 projects currently connect to 59 public post records.

Reusable work for your builds.

  • DELIVERY 01

    Full source code access to the project catalog

    Complete files for every project listed in the current member repository inventory.

  • DELIVERY 02

    Workflow snapshots

    Periodic copies of AI configuration and working systems I actively use.

  • DELIVERY 03

    Early access

    Selected posts or projects shared before public release.

  • DELIVERY 04

    Discounts on select products

    Member pricing on select active HAMY LABS products.

Choose access or participate more directly.

Both tiers fund HAMY LABS and use Buy Me a Coffee for recurring checkout.

HAMINION / Full access

$5 / month

The complete source-access membership.

  • 63 current source projects
  • AI workflow snapshots
  • Early access when offered
  • Selected product discounts
Join HAMINION - $5

HAMINION+ / Participate

$10 / month

Everything in HAMINION, plus a closer feedback loop.

  • Everything in HAMINION
  • Suggest future projects and shares
  • Priority responses without an SLA
  • Provide additional direct support
Join HAMINION+ - $10

Membership benefits

  • Source: Full source code access to every project in the current catalog.
  • Early access: Selected posts and projects before public release.
  • Discounts: Member pricing on select products.
  • Billing: Managed by Buy Me a Coffee; cancel there anytime.

Questions

How do I get source access?

After joining, open the member-only Access to HAMY LABS Example Repo post and follow its GitHub instructions. If access is missing, message HAMY LABS through Buy Me a Coffee.

Which source projects are included?

Every project listed in the catalog above is included. The inventory is manually reconciled against the member repository as it evolves.

What happens when I cancel?

Recurring billing stops through Buy Me a Coffee. Access follows the membership terms presented at checkout.

Use the work. Fund the next build.

Start at $5 per month through Buy Me a Coffee. Cancel anytime.

Become a HAMINION

Built with CloudSeed Rust