#phoenixliveview — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #phoenixliveview, aggregated by home.social.
-
🎉 Breaking news: Phoenix LiveView 1.2 sneezes its way into existence! 🎉 Just #update a line in your mix file, and voilà, you've ascended to the next level of colocated #wizardry. But hey, don't worry if you have no idea what that means—just nod along and pretend you do. 🤷♂️💻
https://phoenixframework.org/blog/phoenix-liveview-1-2-released #PhoenixLiveView #Elixir #CodingNews #TechTrends #HackerNews #ngated -
🎉 Breaking news: Phoenix LiveView 1.2 sneezes its way into existence! 🎉 Just #update a line in your mix file, and voilà, you've ascended to the next level of colocated #wizardry. But hey, don't worry if you have no idea what that means—just nod along and pretend you do. 🤷♂️💻
https://phoenixframework.org/blog/phoenix-liveview-1-2-released #PhoenixLiveView #Elixir #CodingNews #TechTrends #HackerNews #ngated -
🚀 Behold! Another self-proclaimed coding guru discovers the mystical powers of Phoenix LiveView. Apparently, juggling Rails, Laravel, and Next.js is too much for one lone developer's Herculean schedule. Who knew? 🤯
https://akarshc.com/post/phoenix-for-my-project.html #codingguru #PhoenixLiveView #webdevelopment #developerlife #techhumor #HackerNews #ngated -
🚀 Behold! Another self-proclaimed coding guru discovers the mystical powers of Phoenix LiveView. Apparently, juggling Rails, Laravel, and Next.js is too much for one lone developer's Herculean schedule. Who knew? 🤯
https://akarshc.com/post/phoenix-for-my-project.html #codingguru #PhoenixLiveView #webdevelopment #developerlife #techhumor #HackerNews #ngated -
LiveView is about more than code. Learn when to use function components versus live components, and keep even the biggest apps organized and maintainable.
https://pragprog.com/titles/liveview/programming-phoenix-liveview/
@redrapids
Sophie DeBenedetto
#Elixir #PhoenixLiveView -
LiveView is about more than code. Learn when to use function components versus live components, and keep even the biggest apps organized and maintainable.
https://pragprog.com/titles/liveview/programming-phoenix-liveview/
@redrapids
Sophie DeBenedetto
#Elixir #PhoenixLiveView -
Flashy is easy. Reliable is harder. LiveView shows you how to test events, verify state, and build apps that stay solid as they grow. #Elixir #PhoenixLiveView
https://pragprog.com/titles/jkelixir/advanced-functional-programming-with-elixir/ -
Flashy is easy. Reliable is harder. LiveView shows you how to test events, verify state, and build apps that stay solid as they grow. #Elixir #PhoenixLiveView
https://pragprog.com/titles/jkelixir/advanced-functional-programming-with-elixir/ -
Author Sophie DeBenedetto is known for her dedication to the free Elixir School, being an alumnus and teacher at The Flat Iron school, and for making advanced Elixir topics approachable. #Elixir #PhoenixLiveView
-
Author Sophie DeBenedetto is known for her dedication to the free Elixir School, being an alumnus and teacher at The Flat Iron school, and for making advanced Elixir topics approachable. #Elixir #PhoenixLiveView
-
Create dashboards that update as data arrives. Track users in real time. Use PubSub to power live experiences. LiveView makes distributed systems accessible. #Elixir #PhoenixLiveView
-
Create dashboards that update as data arrives. Track users in real time. Use PubSub to power live experiences. LiveView makes distributed systems accessible. #Elixir #PhoenixLiveView
-
Integrate SVG graphics directly into LiveView apps, making it possible to render and interact with shapes in real time. #Elixir #PhoenixLiveView
-
Integrate SVG graphics directly into LiveView apps, making it possible to render and interact with shapes in real time. #Elixir #PhoenixLiveView
-
LiveView is about more than code. Learn when to use function components versus live components, and keep even the biggest apps organized and maintainable. #Elixir #PhoenixLiveView
-
LiveView is about more than code. Learn when to use function components versus live components, and keep even the biggest apps organized and maintainable. #Elixir #PhoenixLiveView
-
See how a simple game called "You're Wrong!" demonstrates the basics of LiveView by asking you to guess numbers. #Elixir #PhoenixLiveView
-
See how a simple game called "You're Wrong!" demonstrates the basics of LiveView by asking you to guess numbers. #Elixir #PhoenixLiveView
-
Build stunningly interactive real-time apps without writing JavaScript. LiveView keeps your brain on the server while delivering rich browser experiences. #Elixir #PhoenixLiveView
-
Build stunningly interactive real-time apps without writing JavaScript. LiveView keeps your brain on the server while delivering rich browser experiences. #Elixir #PhoenixLiveView
-
A highlight of Programming Phoenix Liveview is the fictional Pento game company project. You'll build real-world features like admin dashboards, surveys, and even a puzzle game. #Elixir #PhoenixLiveView
-
A highlight of Programming Phoenix Liveview is the fictional Pento game company project. You'll build real-world features like admin dashboards, surveys, and even a puzzle game. #Elixir #PhoenixLiveView
-
I made an app that tracks the Oregon legislature. I learned a lot about Phoenix and Elixir and built a nice timeline of legislative actions for a more informed state.
-
I made an app that tracks the Oregon legislature. I learned a lot about Phoenix and Elixir and built a nice timeline of legislative actions for a more informed state.
-
@marick not me, but thanks to your wikipedia link and @k9ox 's link to #elixir / #erlang behaviours, maybe several things are is starting to fall into place.
FYI I remember @marcevers being keen on DCI, but it didn't speak to me at the time. I now see links with the kind of designs that flow from #EventStorming . And somehow behaviours in #elixir make sense. I was programming a distributed system in #PhoenixLiveView without noticing (until the book pointed it out, that is :-) ) . -
@marick not me, but thanks to your wikipedia link and @k9ox 's link to #elixir / #erlang behaviours, maybe several things are is starting to fall into place.
FYI I remember @marcevers being keen on DCI, but it didn't speak to me at the time. I now see links with the kind of designs that flow from #EventStorming . And somehow behaviours in #elixir make sense. I was programming a distributed system in #PhoenixLiveView without noticing (until the book pointed it out, that is :-) ) . -
Backpex 0.11 has recently been released. We have removed the Alpine.js dependency in favour of native Phoenix LiveView JS hooks. Read more in the release post:
-
Backpex 0.11 has recently been released. We have removed the Alpine.js dependency in favour of native Phoenix LiveView JS hooks. Read more in the release post:
-
#MyElixirStatus made some time over the holidays to work through "Programming #PhoenixLiveView " from @pragprog
Five chapters in, I'm building some muscle memory, collecting snippets and finding a way of writing tests that I like (that is somewhat out of the scope of the book, I mostly do #TDD in the 'your turn' exercises, while keeping the existing and generated tests green as I work through each chapter. Details in a forum thread:
https://elixirforum.com/t/programming-phoenix-liveview-book-club/55604/61?u=mostalive -
#MyElixirStatus made some time over the holidays to work through "Programming #PhoenixLiveView " from @pragprog
Five chapters in, I'm building some muscle memory, collecting snippets and finding a way of writing tests that I like (that is somewhat out of the scope of the book, I mostly do #TDD in the 'your turn' exercises, while keeping the existing and generated tests green as I work through each chapter. Details in a forum thread:
https://elixirforum.com/t/programming-phoenix-liveview-book-club/55604/61?u=mostalive -
Have been meaning to learn #Elixir and #Phoenix for some years now, and have decided 2024 is the time. I’ve accrued a number of books and courses over the last few years, but am wondering if they’re relevant enough now.
Is Phoenix from, say, 3-4 years ago still the thing to learn first, or should I move now straight to #PhoenixLiveView? Recommendations for current learning resources would be welcome. I want to build just for fun (games, etc.) and have some experience with FP in #ElmLang.
-
Have been meaning to learn #Elixir and #Phoenix for some years now, and have decided 2024 is the time. I’ve accrued a number of books and courses over the last few years, but am wondering if they’re relevant enough now.
Is Phoenix from, say, 3-4 years ago still the thing to learn first, or should I move now straight to #PhoenixLiveView? Recommendations for current learning resources would be welcome. I want to build just for fun (games, etc.) and have some experience with FP in #ElmLang.
-
@Tuxified yes I know. I contributed to open source lot of times 🙂
I just wasn't sure if it is about my understanding of otherwise excellent documentation not only of #PhoenixLiveView but majority of libraries in the #Emacs ecosystem. That's why I wrote "maybe".
-
Just lost 30 minutes figuring out why push_event from LiveView does not work because I was sending binary instead of map 😞
Maybe #PhoenixLiveView documentation should be more explicit.
-
Just lost 30 minutes figuring out why push_event from LiveView does not work because I was sending binary instead of map 😞
Maybe #PhoenixLiveView documentation should be more explicit.
-
Very nice blogpost on #AdventOfCode by @neil_vass . Cool no code solution and to optimise or not to optimise... Almost tempted to do it, but I'm spending the bit of coding time I have on learning #PhoenixLiveView (although maybe I could do some challenges in #Elixir )
-
Very nice blogpost on #AdventOfCode by @neil_vass . Cool no code solution and to optimise or not to optimise... Almost tempted to do it, but I'm spending the bit of coding time I have on learning #PhoenixLiveView (although maybe I could do some challenges in #Elixir )
-
@daverooneyca Divide and conquer the problem (front-end /back-end) divide the people (backend developers and clients/users)...
like @jmeowmeow I am playing with #PhoenixLiveView in the hope of working full-circle, with users in the loop. -
@daverooneyca Divide and conquer the problem (front-end /back-end) divide the people (backend developers and clients/users)...
like @jmeowmeow I am playing with #PhoenixLiveView in the hope of working full-circle, with users in the loop. -
🦀 #Axum and #diesel or 🧪 #PhoenixLiveView for scalable and performant side project? Experiences with either? I've done way too much #python so I want to try to be able to approach problems differently.
Axum would (I'm guessing) provide maximum performance but require a front-end with some JS to be dynamic but could be serverless. And elixir would allow for skipping a "frontend" due to the nature of the websocket approach but would run better scaled always running infra like k8s or fly.io
-
🦀 #Axum and #diesel or 🧪 #PhoenixLiveView for scalable and performant side project? Experiences with either? I've done way too much #python so I want to try to be able to approach problems differently.
Axum would (I'm guessing) provide maximum performance but require a front-end with some JS to be dynamic but could be serverless. And elixir would allow for skipping a "frontend" due to the nature of the websocket approach but would run better scaled always running infra like k8s or fly.io
-
heise+ | Mehr Perfomance: Mit Phoenix LiveView Echtzeit-Webapplikationen entwickeln
Mit Phoenix LiveView gelingt die Entwicklung performanter, hochskalierbarer Echtzeitanwendungen für den Browser ohne clientseitige JavaScript-Frameworks.
Mehr Perfomance: Mit Phoenix LiveView Echtzeit-Webapplikationen entwickeln