Skip to content
View TheFellow's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report TheFellow

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
TheFellow/README.md

Ryan Harris

Staff software engineer building durable systems, developer tools, and authorization infrastructure.

Website

Projects Articles Notes Résumé

I explore architecture, API evolution, developer tooling, authorization, and AI workflows. My website connects each repository to the design decisions, experiments, and lessons behind it.

🧭 Architecture and developer tooling

Project What it explores Links
arch-lint Architectural dependency rules enforced as Go build-time checks Project notes · Source
go-modular-monolith Executable module boundaries and cross-cutting concerns in Go Project notes · Source
enumstruct Exhaustive pointer-union switches for generated Go models Project notes · Source

🔐 Authorization and workflow engines

Project What it explores Links
cedar-dotnet The Cedar policy language and authorization model in C# Project notes · Source
F#kYeah Multi-stage AI workflows expressed as executable F# graphs Project notes · Source

🧪 Systems and algorithms

Project What it explores Links
go-riblt Generic rateless set reconciliation with explicit resource limits Project notes · Source
fluid Interactive two-dimensional fluid simulation and visualization in Go Project notes · Source

🧱 .NET foundations

Project What it explores Links
expr-dotnet A safe, statically checked expression language for .NET with bounded execution Project notes · Source
ValueTypes Structural equality for domain-driven value objects Project notes · Source
Functional Small functional types and composition helpers for C# Source
modular-monolith An idiomatic .NET 10 port preserving Mixology's modular architecture and behavior Project notes · Source

Pinned Loading

  1. ValueTypes ValueTypes Public

    An easy-to-use implementation of ValueObjects from DDD

    C#

  2. cedar-dotnet cedar-dotnet Public

    C# implementation of the Cedar Policy Language

    C#

  3. arch-lint arch-lint Public

    Enforce architectural rules in your repository

    Go

  4. fluid fluid Public

    Simple fluid simulator written in Go

    Go

  5. go-modular-monolith go-modular-monolith Public

    An opinionated view on building a modular monolith in Go

    Go

  6. fkyeah fkyeah Public

    F# pipeline engine for multi-stage AI workflows

    F# 13