omgneering
I made the next video in the OTP series to help get started with Supervisor methods and syntax. The video goes over the init methods like worker and supervise and explains supervision strategies and restart options.
Trending in Screencasts
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










First 10 of 13 Posts
kenton
Thanks for taking the time to do these! Great stuff
kblake
These videos are very well done. I’ve been tweeting references to them as they come out.
omgneering
Glad you find it useful, thank you!
brightball
Good work on these. I like the style of the videos as it walks through exactly what I would do if I were experimenting with these to better understand them myself.
omgneering
Thats awesome! Thank you
zimt28
Just watched your videos and they’re great! Please keep making them
For me, the hardest part about OTP is not the syntax (how to use it), but understanding why and more importantly when to use it. So I really liked the package delivery example, as it helped me understand how everything works. Maybe you could go back to that example in a future video and show how it would be done correctly? Or maybe also show some other use cases for GenServers or even what a full supervision structure could look like?
Thanks again
omgneering
That’s great to hear. Thank you!
omgneering
My plan is cover process registration in a similar format first. After that I want to go over creating an entire elixir application with a supervision tree a few layers deep. Sticking with package delivery is not a bad idea!
davearonson
For those of us who tuned in late, can you please link to the older ones that “next” implies already exist? Thanks!
omgneering
This is the entire play list so far: Elixir OTP
It’s three videos covering GenServer basics, callbacks syntax and this supervisor video.