DevotionGeo

DevotionGeo

Welcome to the Full-Stack Phoenix Course Club! :tada:

Pragmatic Studio just released Full-Stack Phoenix, taught by my favorite trainers, Mike and Nicole Clark. Currently, only 19 out of 58 modules have been published. If you already own the course, join me here to share insights, ask questions, and give feedback!

In this course, you’ll build two full-stack applications from scratch. In the video tutorials, you’ll code along to create an app called Raffley. Meanwhile, the exercises challenge you to build a different app with similar features, named Heads_Up. This innovative teaching method by Mike and Nicole has proven successful in their previous Ruby on Rails course, where they developed the Eventz app in video tutorials while students worked on Flix in exercises. This approach is highly effective, helping you master full-stack development quickly while emphasizing best practices.

Looking forward to everyone’s thoughts and discoveries! :victory_hand:

Showing Posts 1 to 4

DevotionGeo

DevotionGeo OP

1. Intro:

In the introductory video, you’ll get an overview of how you’ll create these two apps by following videos and guided exercises. Additionally, this exercise provides a link to the code bundle, instructions to install Elixir and other required tools, and guidance to set up your code editor (VSCode) with extensions and snippets.

DevotionGeo

DevotionGeo OP

2. Create the App

In the second lesson’s video they generate the app, create the database, and add images and CSS to the app from prepared files. In the exercise they let the students do the same.


Note: In the settings file included in the code bundle, they let you exclude the priv/static directory as following,

  "files.exclude": {
    ...,
    "**/priv/static": true,
    ...
  },

If you’ve added that setting to your code editor, you’ll need to unhide the directory to add images, or copy the images through your file manager (Finder / Nautilus / File Explorer).

DevotionGeo

DevotionGeo OP

3. Routes, Plugs, and Pipelines

This lesson explains how a request is handled by Phoenix. It covers what the %Conn{} (connection) struct is, how it looks, and its passage through the plugs in the endpoint module, and ultimately, its transfer to the Phoenix Router module which is the last plug in the endpoint module. It also covers how the router then passes the %Conn{} struct through pipelines of plugs, allowing it to be read or modified. The lesson also adds a plug to a pipeline to show how each plug operates on the %Conn{} struct, one plug at a time.

DevotionGeo

DevotionGeo OP

I’ve been progressing through the course but haven’t been able to maintain regular lesson-by-lesson updates due to time constraints. However, I do plan to share one valuable insight: my experience with Phoenix Components.
This topic was initially challenging for me, but once it clicked, I realized how simple and easy it actually is. I’ll create a focused mini-app tutorial specifically demonstrating components.

— All posts loaded —

Where Next? Top

Trending in Discussions Top

AstonJ
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
2977 94592 917
New
cblavier
Hey there, It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
heathen
Quite interesting article Google brought me. Didn’t find any mentions about it here. What do you think in general? Would you use togethe...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
axelson
Hi there! :wave: @frigidcode and I (but mostly him) have been running an Elixir Book club, we’re almost done with Designing Elixir Syste...
New
AstonJ
Since we have deprecated our Erlang sections (as we have dedicated Erlang Forums now) let’s add this thread for those who’d like to post ...
New

Other Trending Topics Top

GenericJam
Edit: 2026 May 15 - This post is archived. Mob is alive!! Main docs: mob v0.7.11 — Documentation A bit of explanation for the slightly c...
New
JesseHerrick
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
marciok
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
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
georgeguimaraes
Just published claude-code-elixir, a plugin marketplace for Claude Code with Elixir support. These are the plugins I’ve been using for my...
New
Dmk
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

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews