Skip to content

Instantly share code, notes, and snippets.

View JonathanTurnock's full-sized avatar

Jonathan Turnock JonathanTurnock

View GitHub Profile
@JonathanTurnock
JonathanTurnock / Hexagonal Architecture for LLMs (Typescript).md
Last active January 8, 2026 11:32
Hexagonal Architecture for LLMs (Typescript).md

example.svg

@startuml Hexagonal Architecture Example

title Hexagonal Architecture Example

package App {
    class ApplicationContext {
        + userRepository: UserRepository