AstonJ
Looks neat ![]()
by @caike
LEVEL 1
Sparks of Data
Get to know Phoenix and learn how to read existing data from the database.
LEVEL 2
Responding With Data
Discover how to respond to client requests with text and HTML rendered responses.
LEVEL 3
New Records
Create new records by first rendering forms and then processing user data once the form is submitted.
LEVEL 4
Migrations & Associations
Use Phoenix to create tables in the database and create associations between schemas.
LEVEL 5
Using Contexts
Learn a design practice which helps keep code organized and provides a solid foundation to grow our Phoenix application from.
Trending in Courses
Other Trending Topics
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
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
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
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
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
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
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
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex










Showing Posts 1 to 2- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
kokolegorille
Well done @caike
ovidiubadita
Great to see another course. I started with the one on The Pragmatic Studio, but I still have a lot to learn.
Do you know of a course about developing Elixir and Phoenix in Docker and deploying the app in cloud?
I plan to start building an application, but first I need to make sure I understand the context from development testing and deployment, and from what I understand, when it comes to using Elixir in containers, you need to consider some aspects in development about how to deal with state management, having the app on multiple nodes to make sure you are safe when the container is destroyed. I am not an expert in using containers, but I feel I must learn this and I can not figure out where to start. If any of you could point me in the right direction, it would be much appreciated.