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
Several weeks ago I was nerd snipped by browsers support for View Transitions API and took to myself to see how that goes in LiveView. Af...
New
Sooner or later you’ll need to run a one-off or recurring task on a deployed app, and if you deploy with releases the usual answer, a Mix...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
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
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #blog-post
- #ai
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
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.