Skip to content
View 1gor's full-sized avatar
  • Rational Decisions
  • London

Block or report 1gor

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. varnish-imgproxy varnish-imgproxy Public

    Varnish in front of Imageproxy demo with signed urls

    VCL

  2. An introduction to event sourcing, L... An introduction to event sourcing, London Ruby User Group, 9th May 2018
    1
    module Commands
    2
      module Meeting
    3
        AcceptSchema = Dry::Validation.Schema do
    4
          required(:user_id).filled
    5
          required(:status).value(eql?: :scheduled)
  3. event_sourcery-redis event_sourcery-redis Public

    Forked from stevehodgkiss/event_sourcery-redis

    Implementation of a Redis EventStore for use with EventSourcery

    Ruby

  4. event_sourcery_generators event_sourcery_generators Public

    Forked from envato-archive/event_sourcery_generators

    An opinionated CLI tool for building event-sourced Ruby services with EventSourcery

    Ruby