5 followers
spawn(fn -> @elixirlang/@elmlang developer end)
In this talk, we will start by building the Backend while taking advantage of OTP primitives such as GenServer and friends to build a simple cron to...
defmodule MyApp.Repo.Migrations.AddMessagesInsertedAtIndex do use Ecto.Migration @disable_ddl_transaction true @disable_migration_lock true ...
Inside your application.ex file we will add our task supervisor with the name MyApp.TaskSupervisor MyApp.Application is the module where we...
In this talk, I'll try to convey the intuition of how GenServers are created from isolated actors and gain some deep and intuitive understanding of...
Have you ever wondered what happens beneath the covers when you talk to your Database? Well, you are in for a treat! In this talk, we are going to...