elixir digest
Stay on top of technology
Digests » 50
elixir
More generic supervised GenEvent in Elixir
Simple example how to create generic supervised GenEvent handler watcher.
From Zero to Ecto in 10 Minutes
Setting up Ecto inside a Phoenix project is pretty trivial. But how easy is it to set up Ecto in a project that doesn’t use Phoenix? Easier than you might think. Here’s a step by step guide on setting it up from mix new to inserting a record.