FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

markmark206 (Mark Markaryan) Β· GitHub

Sponsoring

Highlights

  • Pro

Organizations

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.

Close all issues, pull requests, and discussions opened by this user Content in all repositories owned by your account will be closed.
Add an optional note
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
markmark206/README.md

I πŸ’™πŸ’› creating software with tiny-but-mighty teams 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, "moomin@valley.fi")
"Welcome, Moomin at moomin@thevalley.fi"

iex> Journey.values(execution)
%{
  name: "Moomin",
  email_address: "moomin@thevalley.fi",
  greeting: "Welcome, Moomin at moomin@thevalley.fi"
}
  • 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. shipworthy/journey shipworthy/journey Public

    Durable Workflows in a[n Elixir] package.

    Elixir 34 3

  2. shipworthy/journey_horoscopes shipworthy/journey_horoscopes Public

    An example LiveView app built on Journey.

    Elixir 3 1

  3. nopass nopass Public

    Elixir

  4. shipworthy/simple_feature_flags shipworthy/simple_feature_flags Public

    configuration-based feature flags for Elixir applications

    Elixir 1

  5. shipworthy/useless_machine shipworthy/useless_machine Public

    An example app illustrating building a Useless Machine as a Durable Graph with Journey.

    Elixir 2

  6. shipworthy/jour_dash shipworthy/jour_dash Public

    An example JourDash "food delivery" LiveView app built on Journey.

    Elixir 1


Back | FazBrowse Home | New Git URL