Back to Browse

Elixir in Practice #1 — Basics & Enum

34 views
May 5, 2026
2:59

Welcome to this Phoenix LiveView Crash Course, where we build a fully functional real-time web application using Elixir and Phoenix LiveView without heavy frontend JavaScript. In this course, you’ll learn how to build modern, reactive web apps with server-driven UI, real-time updates, authentication, admin systems, PubSub, file uploads, Ecto queries, and more. GitHub Repository: 👉 https://github.com/Null-logic-0/elixir_phoenix_crash_course Install Elixir Before starting, install Elixir here: 👉 https://elixir-lang.org/install.html Note on Concurrency & OTP I’ve skipped Concurrency and OTP topics in this crash course because they deserve a deeper, dedicated explanation and are not suitable for a short-form crash course. If you want to learn them properly, read here: 👉 https://elixir-lang.org/ 👉 https://hexdocs.pm/phoenix/overview.html 👉 https://hexdocs.pm/phoenix_live_view/ 👉 https://elixir-lang.org/getting-start... 👉 https://hexdocs.pm/elixir/Process.html 👉 https://elixir-lang.org/getting-start...

Download

0 formats

No download links available.

Elixir in Practice #1 — Basics & Enum | NatokHD