Popularity
8.1
Declining
Activity
0.0
Stable
249
9
61
Programming language: Elixir
Tags:
Examples And Funny Stuff
koans alternatives and similar packages
Based on the "Examples and funny stuff" category.
Alternatively, view koans alternatives based on common mentions on social networks and blogs.
-
magnetissimo
Web application that indexes all popular torrent sites, and saves it to the local database. -
phoenix-chat-example
💬 The Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.7 [Latest] 🚀 -
phoenix-liveview-counter-tutorial
🤯 beginners tutorial building a real time counter in Phoenix 1.7.14 + LiveView 1.0 ⚡️ Learn the fundamentals from first principals so you can make something amazing! 🚀 -
phoenix-ecto-encryption-example
🔐 A detailed example for how to encrypt data in an Elixir (Phoenix v1.7) App before inserting into a database using Ecto Types -
coderplanets.com
DISCONTINUED. coderplanets.com API(GraphQL) server, build with elixir, phoenix, absinthe -
phoenix-todo-list-tutorial
✅ Complete beginners tutorial building a todo list from scratch in Phoenix 1.7 (latest) -
portal
DISCONTINUED. A tutorial for shooting fault-tolerant portals for distributed data-transfer application in Elixir
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of koans or a related project?
README
elixir-koans
Discover elixir lang by replacing "_?" and "assert?" to make tests pass.
Install
$ git clone [email protected]:dojo-toulouse/elixir-koans.git
$ cd elixir-koans
Get deps
$ mix deps.get
Compile
$ mix compile
Launch
You can safely ignore warnings
$ mix test
or
Launch with reload
$ mix test.watch
Note: On Linux you may need to install inotify-tools for test.watch task.