Building a pool manager, part 1.1
July 9, 2018Create a new mix project, add a worker and pool supervisor.
We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Create a new mix project, add a worker and pool supervisor.
This series of posts will guide you in writing an OTP application that will manage pools of processes. In particular, it will do so using features introduced in Elixir 1.6 such as the DynamicSupervisor and the Registry.
Keep on piping with anonymous functions.
with failed matches
Tagged tuples allow finer control for with match failures.
Elixir’s pattern matching is great, but make sure it’s not reducing your code’s readability.
An elegant way to process keyword lists elegantly via reduction.
Waiting for data from multiple sources to return before rendering a Backbone.js view.
Waiting for data to return before rendering a Backbone.js view.
Use Backbone Marionette’s CompositeView to drive Twitter's Bootstrap collapse component.
Build a full Backbone.Marionette app, including history, modal windows, code organization, and so on.