August 28, 2020
Phoenix v1.5.3 has been released. Link: Release v1.5.3 · phoenixframework/phoenix · GitHub
1
943
0

Hot in Phoenix:
Latest Phoenix Threads

Episode 200 is live :tada:
In it we’ll learn how to set up has_many and belongs_to relationships in Phoenix and then refactor our form t...
New
New

I’m publishing a new series of articles on my blog this week. It’s my attempt to condense and share what I’ve learned in over 20 years o...
New

A comprehensive guide for deploying Phoenix 1.8 applications using Coolify on Hetzner servers. Covers server setup, Coolify configuration...
New

would it be backwards if I’m learning react? last time I used UI library (aside from LiveView) was Elm (not much) and that was eons ago.
New

Episode 247 of Thinking Elixir. News includes Phoenix now including DaisyUI which has sparked mixed reactions, Erlang/OTP 28.0-rc2 releas...
New

Episode 246 of Thinking Elixir. News includes the release of Plug v1.17.0 with dark mode support for Plug.Debugger, an exciting Phoenix P...
New

Hi Elixir and React friends!
I read a post (Stephen Bussey - React in LiveView: How and Why?) on use case for reaching react for complex...
New

One challenge with industry-specific CRMs is the lack of standardisation.
Each has its own API (from modern REST APIs to legacy FTP serv...
New

How I took “Mowing” (a LiveView minesweeper clone) from running a single game per deployed instance into a global game with persistent st...
New
HOT IN Phoenix THIS WEEK!

Build highly interactive applications without ever leaving Elixir, the way the experts do. Let LiveView take care of performance, scalabi...
New
HOT IN Phoenix THIS MONTH!

In this article, we discuss how to create a Docker image for a Phoenix application.
New

Episode 200 is live :tada:
In it we’ll learn how to set up has_many and belongs_to relationships in Phoenix and then refactor our form t...
New
New
HOT IN Phoenix THIS YEAR!

Hi Elixir and React friends!
I read a post (Stephen Bussey - React in LiveView: How and Why?) on use case for reaching react for complex...
New

Pragmatic Studio is publishing yet another course called Full-Stack Phoenix and I’m sure it will be the best course on Phoenix framework.
New

I spent a lot of time recently getting a Phoenix/Elm app to the point where there are type guarantees at every boundary between the front...
New

Just wrote a new blog post about how to deploy a Phoenix app using Kamal 2. Check it out and let me know what do you think:
New

Episode 247 of Thinking Elixir. News includes Phoenix now including DaisyUI which has sparked mixed reactions, Erlang/OTP 28.0-rc2 releas...
New

Episode 246 of Thinking Elixir. News includes the release of Plug v1.17.0 with dark mode support for Plug.Debugger, an exciting Phoenix P...
New

How I took “Mowing” (a LiveView minesweeper clone) from running a single game per deployed instance into a global game with persistent st...
New

One challenge with industry-specific CRMs is the lack of standardisation.
Each has its own API (from modern REST APIs to legacy FTP serv...
New

This is Part 1 of my mini series integrating Phoenix Framework with Cardano. The first part is about setting up a phoenix application to...
New

https://medium.com/@kjw.vandijk_98810/cardano-meets-elixir-and-phoenix-liveview-956fdfa69931
New

I did a short write-up on storing session data in a LiveView application so that it survives page reloads and navigation events within th...
New

would it be backwards if I’m learning react? last time I used UI library (aside from LiveView) was Elm (not much) and that was eons ago.
New

A comprehensive guide for deploying Phoenix 1.8 applications using Coolify on Hetzner servers. Covers server setup, Coolify configuration...
New

I’m publishing a new series of articles on my blog this week. It’s my attempt to condense and share what I’ve learned in over 20 years o...
New
HOT IN Phoenix THE LAST THREE YEARS!

Author Spotlight:
Bruce Tate
@redrapids
Programming languages always emerge out of need, and if that’s not always true, they’re defin...
New

Author Spotlight:
Peter Ullrich
@PJUllrich
Data is at the core of every business, but it is useless if nobody can access and analyze ...
New

Author Spotlight:
Sophie DeBenedetto
@SophieDeBenedetto
The days of the traditional request-response web application are long gone, b...
New

Phoenix 1.6.0 got released last week, with built-in authentication and mailer generators, a whole new HEEx (HTML-aware Embedded Elixir) e...
New

Background
I have a phoenix application in Windows 11. Unfortunately for me, I cannot compile the application because of a dependency err...
New

Background
I have a button that may be disabled or not, depending on a set of conditions. I want to disable/enable the button without hav...
New

Background
I am trying to recycle myself and improve my knowledge about Phoenix. With 1.7 now out, this seems like a good opportunity.
...
New

Hi everyone :wave: I’m excited to share an article detailing how we have reorganized our Elixir/Phoenix project’s directory structure.
W...
New

Currently reading the book “Programming Phoenix LiveView”.
At the end of the Chapter 1, I’m trying to solve the guess game. If the user ...
New

Just in case you miss it :wink:
New

Phoenix on Rails is a 62-lesson written tutorial that teaches Elixir, Phoenix and LiveView from scratch to developers who already have e...
New

Background
I have a fresh umbrella app and I am trying to create a Phoenix app inside it. However, even though I can create the Phoenix a...
New

Jason Stiebs shows a couple ways for a LiveView to make it easy for users to click and copy an important value to their clipboard. He sho...
New

With Tailwind now the default CSS framework shipped with Phoenix we thought it would be nice to run this book club on the Elixir Forum.
...
New

Background
I have a Phoenix application, where all pages (expect the login page) have a menu at the top.
This menu will therefore only a...
New
HOT IN Phoenix THIS Over 3 Years!

Inspired by this post from @Carter, which languages, frameworks or other tech or tools do you think is killing it right now? :upside_down...
New

Here’s the story how one of the world’s first production deployments of LiveView came to be - and how trying to improve it almost caused ...
New

Let’s get real. As in really knowing—clearly and practically—what’s up with Phoenix LiveView.
What is it?
How does it work?
What can I ...
New

Learn how to leverage Phoenix LiveView and make vast amounts of data manageable with common but complex features like pagination, sorting...
New

Hello,
i am facing difficult using webpack when to install within phoenix framework 1.5.7 because the webpack is still version 4.x.x inf...
New

Can Phoenix LiveView be used in multi-page applications, unlike React/Vue/Blazor which seems to be targeted for SPA?
New

Don’t accept the compromise between fast and beautiful: you can have it all. Phoenix creator Chris McCord, Elixir creator José Valim, and...
New

Real-time applications come with real challenges—persistent connections, multi-server deployment, and strict performance requirements are...
New

Hello,
I am. very new to Elixir lang I have only been doing it for about 2 weeks. I recently started following this tutorial todo list, ...
New

PragProg is having a crazy-good book sale right now :money_mouth_face:.
Get 50% off the following Web-related titles with coupon code Mo...
New

Hello,
I am working on a new application with Elixir, Dish_out. I want to see Data I follow this tutorial with Elixir Casts. However, I ...
New

Are there any good resources of using CQRS/EventSourcing in an Elixir/Phoenix application?
New

Following on an old discussion I started on Elixir Forum here, I finally made my mind to learn Ruby on Rails in addition to Elixir/Phoen...
New

The future of web-based software architectures is already taking form, and this time it’s server-rendered (again). Papa’s got a brand new...
New

In a previous post we talked about implementing a simple video chat with WebRTC and Elixir. This update will touch on some of the API cha...
New
Phoenix
Classification:
Web Framework
Forum Category:
Backend
Threads:
140
Posts:
504
"Peace-of-mind from prototype to production. Build rich, interactive web applications quickly, with less code and fewer moving parts."
- Follow
- Join
- Shape
the conversation
Phoenix on GitHub
Stars: 22,447
Watchers: 552
Open Issues: 57
Last push: 17 hours ago
Latest Phoenix Jobs
Featured Phoenix Book
Latest Phoenix Learning Resources
Using belongs_to Associations with Phoenix Forms - ElixirCasts
Backend Learning ResourcesMultiple Layouts in Phoenix 1.8 - ElixirCasts
Backend Learning ResourcesLearn Phoenix LiveView (Arrowsmith Labs)
Backend Learning ResourcesPetal Components and Phoenix 1.7 - ElixirCasts
Backend Learning ResourcesRate-limiting a Phoenix API with Hammer - ElixirCasts
Backend Learning ResourcesPhoenix on Rails: Elixir and Phoenix for Ruby on Rails developers
Backend Learning ResourcesPhoenix Storybook - ElixirCasts
Backend Learning ResourcesPhoenix Events (WIP)
Get money off!

The Pragmatic Bookshelf
35% off any eBook

Manning Publications
45% off any item

The Pragmatic Studio
20% off any course
Simply use coupon code "devtalk.com" at checkout. Where applicable this coupon can be used for an many items and as many times as you like!

Filter by Type:
My Saved Portals
-
None saved yet