#phoenixframework
Added an online multiplayer feature to the TicTacToe game I built weeks back with #PhoenixFramework 🎮🔥

Built with: #NativeScript #angular #elixirlang #TypeScript #MobileDev #GameDev #IndieGame
November 11, 2025 at 3:37 PM
Here is a neat little trick when you need to test a verification flow in #PhoenixFramework: gist.github.com/wmnnd/cb80d4...

It's a common pattern to pass a URL generator to a context function. But you can pass a function that captures the token with an Agent instead.

#elixirlang #myelixirstatus
November 7, 2025 at 10:36 AM
6.5M crawl requests yesterday from Google for data heavy pages delivered with an 88ms response time and servers are still just chilling 🥰

Thanks you #ElixirLang #PhoenixFramework & Hetzner ❤️
September 11, 2025 at 4:33 PM
This was posted pre-pandemic (2019). Around 0:56 state modules and logic modules do have resemblance to Phoenix Framework's Contexts.

**Like he said in the video, title should be "how to write good procedural code"

#elixirlang #context #phoenixframework

youtu.be/0iyB0_qPvWk?...
Object-Oriented Programming is Good*
YouTube video by Brian Will
youtu.be
October 15, 2025 at 3:15 AM
Going to upgrade my starterit to Phoenixframework 1.8.

Quite q few bits and pieces to add.

Should be busy weekend 😀.
August 29, 2025 at 4:15 PM
If you are just starting out with Phoenixframework, spend some time learning elixir. Just enough for you to get going. Dont worry too much about OTP.

Once you have a good grasp of processes and message passing you are on your way to understanding GensServers and OTP.

Make apps. Learn incrementall
January 14, 2025 at 1:38 PM
Sentry tracing for Elixir/Phoenix/Ecto update:

✅ Live view traces
✅ Ecto db statements in traces

Getting there!
#MyElixirStatus#observability#phoenixframework#ecto#elixir
September 26, 2024 at 8:25 PM
Quick newb question @zachdaniel.dev: with the release of Phoenix v1. 8 rc and some of features like "scopes" for authorization, will it be a conflict for the current version of Ash?

#AshFramework #ElixirLang #Ash #authorization #PhoenixFramework
April 2, 2025 at 2:12 AM
I finally got around to looking at Phoenix 1.8.0-rc! 🥳

👀 A quick(ish) look at the highlights in the official announcement 👇

www.elixirstreams.com/tips/phoenix...

#ElixirLang #PhoenixFramework
Elixir Streams |> 🔥 Phoenix 1.8.0-rc is out!
Elixir and Phoenix tips, courses, and more.
www.elixirstreams.com
May 7, 2025 at 12:11 PM
YALL. Phoenix LiveView 1.0 is out! x.com/chris_mccord...

#ElixirLang #PhoenixFramework
December 3, 2024 at 10:05 PM
A #datacube viewer for #biodiversity and #carbon dynamics built with #ElixirLang #phoenixframework and #maplibre - seen at #lps25 by folks from Estonia | #geospatial
June 24, 2025 at 4:15 PM
Give Phoenixframework a try, you might just like it..😀.
September 24, 2025 at 12:34 PM
I was finally able to add an item to the database from a form in a simple Phoenix LiveView app that uses Ash.

The next step is to see if I can add items when using Phoenix controllers instead of LiveView.

#phoenixframework #ashframework
September 19, 2024 at 7:56 PM
With two prompts in Zed's integrated agent tools, it just created this (complete with animations) and played it using the puppeteer agent extension to make sure it worked 🤯

#ElixirLang #PhoenixFramework
March 31, 2025 at 9:47 PM

(2/2) Make apps. Learn incrementally. Review documentaion from time to time. You will find you it takes a few tries to understand some concepts and that is ok.

Happy learning
#elixir #phoenixframework
November 30, 2024 at 1:40 PM
#elixirlang #phoenixframework This weekend I had time to check out and play around with DaisyUI, after listening to Phoenix's #DaisyUI Facelift (podcast.thinkingelixir.com/247) the last days.

I liked it at the first try, although I couldn't find a '--migrate-all-older-projects' option.
Phoenix's DaisyUI Facelift
News includes Phoenix adding DaisyUI, Erlang/OTP 28.0-rc2 with priority messages, LiveViewPortal for embedding LiveView in any website, upcoming Elixir improvements to double dependency compilation sp...
podcast.thinkingelixir.com
April 14, 2025 at 7:09 AM
Criei um repo para ser usado como bootstrap de projetos Phoenix

github.com/anderkonzen/...

Depois de fazer isso algumas vezes em projetos pessoais, achei legal ter um repo modelo com o que eu acho importante.

#elixir #phoenixframework #phoenix
GitHub - anderkonzen/phoenix_bootstrap: A Phoenix project template
A Phoenix project template. Contribute to anderkonzen/phoenix_bootstrap development by creating an account on GitHub.
github.com
September 18, 2024 at 1:08 PM
I’ve been working through Pragmatic Studio’s Phoenix course, and it’s been incredibly helpful for learning the framework in a hands-on, practical way.
I can’t wait to get to the next lesson!
#ElixirLang #PhoenixFramework
July 13, 2025 at 8:42 AM
As I'm learning #phoenixframework and #elixirlang I find myself wanting to experiment. I have an app idea and wish to start working on it, both for practise an practical purposes.
I find that as I learn Ecto associations that I need to undo what I've just created -> say with using phx.gen 'erators.
December 13, 2024 at 9:31 PM
It's become clear to me that this is not as obvious as I thought it was. People often don't realize that #AshFramework is not an alternative to #PhoenixFramework, but a complement to it. Y'all:

Phoenix rises from the ashes.

#ElixirLang
June 10, 2025 at 8:32 AM
If you are just starting out with Phoenixframework, spend some time learning elixir. Just enough to get going. Dont worry too much about OTP.

Once you have a good grasp of processes and message passing you are on your way to understanding GensServers and OTP. (1/2)
November 30, 2024 at 1:40 PM
Are there any open / viewable #Phoenixframework and #ElixirLang codebases that I can learn from? I'm particularly interested in what people have implemented around phx.gen.auth. Thank you.
February 2, 2025 at 10:33 PM
🐦‍🔥🐦‍🔥🐦‍🔥

#ElixirLang #PhoenixFramework
I have to prototype a webapp with a colleague. I only know Phoenix, so he will read up on Phoenix. He just sent me this. #elixirlang
May 29, 2025 at 11:40 AM
Oh I just found #phoenixframework.
December 8, 2024 at 4:05 PM
Here's a great #ElixirLang and #PhoenixFramework youtube series, Episode 0 just out: www.youtube.com/watch?v=0rpt...
Phoenix App from Scratch: Setup and Auth (Episode 0)
YouTube video by Code and Stuff
www.youtube.com
February 8, 2025 at 10:08 PM