
spawn(fn -> @elixirlang/@elmlang developer end)
· ⚡️ Maqbool Khan ·
Search for a command to run...

spawn(fn -> @elixirlang/@elmlang developer end)
defmodule MyApp.Repo.Migrations.AddMessagesInsertedAtIndex do use Ecto.Migration @disable_ddl_transaction true @disable_migration_lock true def change do create index("messages", ["inserted_at DESC"], concurrently: true) end end if y...
Sep 9, 2023
Inside your application.ex file we will add our task supervisor with the name MyApp.TaskSupervisor MyApp.Application is the module where we essentially describe in what order BEAM should start our elixir application and it's the place where you descr...
Sep 9, 2023
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 fetch messages from Telegram API and then we build using Phoenix LiveView and Alpine.js to build the ...
Apr 30, 2022

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 GenServer. https://youtu.be/zK5GnJwfrak
Jul 20, 2021

spawn(fn -> @elixirlang/@elmlang developer end)