| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abuseI ππ creating software with tiny-but-mighty teams and riding my bike. βπ½
Some current and recent projects:
Journey: Durable Workflows as a[n Elixir] Package
https://github.com/shipworthy/journey | https://hexdocs.pm/journey
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! ...
JourDash: a goofy Journey-based "food" "delivery" play-demo
https://github.com/shipworthy/jour_dash | https://jourdash.gojourney.dev
Ooshki26: a (Journey-based) application for managing social commitments
https://github.com/<private> | https://ooshki.org
...
An example LiveView app built on Journey.
configuration-based feature flags for Elixir applications
Elixir 1
An example app illustrating building a Useless Machine as a Durable Graph with Journey.
Elixir 2
An example JourDash "food delivery" LiveView app built on Journey.
Elixir 1
| Back | FazBrowse Home | New Git URL |