Skip to content
View haskou's full-sized avatar

Block or report haskou

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

I do DDD, weeb and ham radio stuff.

./public
├── clear-morning         personal browser start screen
├── ddd-engineer-skills   reusable DDD Codex skills
├── ddd-kernel            framework-agnostic TypeScript DDD kernel       [npm]
├── eslint-config         strict TypeScript linting config               [npm]
├── flow                  async coordination and resilience helpers      [npm]
├── pigeon-swarm          encrypted peer-to-peer communication platform
│   ├── pigeon-swarm-node
│   └── pigeon-swarm-ui
├── railgun               project scaffolding and release tooling        [npm]
└── value-objects         reusable domain value-objects for TypeScript   [npm]

I use Arch, btw.

Pinned Loading

  1. value-objects value-objects Public

    A TypeScript value objects library for replacing primitive obsession with validated, immutable domain-safe types.

    TypeScript 2

  2. pigeon-swarm pigeon-swarm Public

    A P2P E2EE communication platform for self-hosted communities, encrypted conversations and resilient shared spaces.

    CSS 1

  3. ddd-kernel ddd-kernel Public

    Framework-agnostic DDD kernel for TypeScript applications and microservices.

    JavaScript

  4. railgun railgun Public

    CLI to initialize and maintain DDD projects with @haskou/ddd-kernel

    TypeScript

  5. flow flow Public

    A lightweight TypeScript toolkit for composing async workflows, concurrency limits, retries and fallbacks.

    TypeScript