Welcome 😺
Introduction
Hey, happy you got here! This is the entry point to all notebooks in the repository, you can click around to load individual notebooks, much like regular pages.
Articles
Pretty much regular articles, but all interactive!
- IO architecture - learn how IO abstraction works in Erlang and Elixir
-
Using :httpc securely - make secure
requests using the built-in
:httpc
module - Binary construction - see how to leverage runtime optimisations when constructing large binaries
- State synchronization with state reducers - solving shared, distributed state with serialized data operations
Examples
Random examples showcasing Livebook features.
-
Plotting GitHub stats - replicating
GitHub plots using
vega_lite
- Searching movies on IMDb - scraping and presenting movies data from IMDb
Talks
Notebooks from live presentations.
- Evolutionary algorithms with Elixir Nx - Krakow Erlang & Elixir Meetup October 2022
- Powerful Machine Learning at your fingertips - ElixirConf EU April 2022
Templates
Livebook templates are very simple notebooks that include boilerplate code, like installing dependencies. Having these in place, you can import or fork them and jump straight into coding.