Skip to content
View markmark206's full-sized avatar

Sponsoring

@lpil
@roc-lang

Highlights

  • Pro

Organizations

@shipworthy

Block or report markmark206

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

I πŸ’™πŸ’› creating software and riding my bike. ✊🏽


Some current and recent projects:

iex> # https://...hello.fi/e/EXEC16VJ7...
iex> execution = Journey.load("EXEC16VJ7...")
iex> Journey.values(execution)
%{
  name: "Moomin"
}

iex> Journey.set(execution, :email_address, "[email protected]")
"Welcome, Moomin at [email protected]"

iex> Journey.values(execution)
%{
  name: "Moomin",
  email_address: "[email protected]",
  greeting: "Welcome, Moomin at [email protected]"
}
  • Build-key infrastructure, for managing build keys and build-time validation of build keys (used by Journey)

    https://github.com/<private> | https://gojourney.dev/

~/src/ooshki26 $ env | grep JOURNEY_BUILD_KEY
JOURNEY_BUILD_KEY=<redacted>
~/src/ooshki26 $ mix compile
...
==> journey
Compiling 51 files (.ex)
πŸš€ Journey is free for "small" projects (≀$10k/month in revenue).
πŸ”‘ All other uses require a commercial build key.
βš™οΈ Set your Journey build key via JOURNEY_BUILD_KEY env variable (e.g. `export JOURNEY_BUILD_KEY=B...`).
βš™οΈ Get and manage your free and commercial build keys at https://gojourney.dev/keys.
πŸ™ Thank you for using Journey!

πŸ™ Thank you for supporting Journey development with a valid free build key!
...

...

Pinned Loading

  1. journey journey Public

    Elixir 12 1

  2. shipworthy/journey-demo shipworthy/journey-demo Public

    Elixir 3 1

  3. jourdash jourdash Public

    Elixir 1

  4. nopass nopass Public

    Elixir

  5. shipworthy/simple_feature_flags shipworthy/simple_feature_flags Public

    configuration-based feature flags for Elixir applications

    Elixir 1

  6. useless_machine useless_machine Public

    Elixir