AI powered app (with open-source LLMs like Llama) with Elixir, Phoenix, LiveView, and TogetherAI
ElixirStatus
by
22h ago
AI powered app (with open-source LLMs like Llama) with Elixir, Phoenix, LiveView, and TogetherAI 25 Jul 2024 by azyzz228 TLDR; two processes, one for liveview and another process that will handle HTTP call with streams. LiveView will send the prompt and its pid (process id) to the handler, that in turn will spawn a separate process that will make HTTP call and send the chunks of LLM output to the LiveView as the chunks arrive. When the last chunk arrives, we then notify the LiveView that the text generation has finished. https://dev.to/azyzz/ai-powered-app-with-llms-with-elixir-phoenix-live ..read more
Visit website
Learn Phoenix LiveView - new LiveView tutorial
ElixirStatus
by
22h ago
Learn Phoenix LiveView - new LiveView tutorial 25 Jul 2024 by TheArrowsmith I’m George Arrowsmith and I’m really pleased to announce my new course, Learn Phoenix LiveView. It’s a written tutorial that will teach you how to build a Slack clone in LiveView. Check it out at https://phoenixliveview.com. I previously created Phoenix on Rails which is a tutorial teaching Elixir and Phoenix to devs who already know Ruby on Rails. This new tutorial is for everyone, not just Rails devs. My goal is to create a completely thorough and comprehensive resource that teaches people everything they know to ..read more
Visit website
? Do you really need processes in Elixir? ?
ElixirStatus
by
3d ago
? Do you really need processes in Elixir? ? 24 Jul 2024 by kamila-codesync A talk by Brian Underwood from Code BEAM Europe 2023 https://youtu.be/3vEhHmESf5Q A demo of a ride-sharing application Briand created to understand what is possible with a standard Phoenix + PostgreSQL application. He explores what performance and resiliency gains can (or can’t) be achieved by designing various process and supervision architectures using an external database, process state, ETS tables, and combinations therein. View on ElixirStatus ..read more
Visit website
Custom Notifications with Flashy
ElixirStatus
by
3d ago
Custom Notifications with Flashy 23 Jul 2024 by alkx In this episode, we’ll create a custom notification for when a widget is sold out, allowing us to collect users’ email addresses for restock alerts. We’ll use Flashy to help us create this notification. https://elixircasts.io/custom-notifications-with-flashy View on ElixirStatus ..read more
Visit website
Integrating Sonnet 3.5 with Phoenix LiveView
ElixirStatus
by
3d ago
Integrating Sonnet 3.5 with Phoenix LiveView 23 Jul 2024 by ChivukulaVirinchi I have written an article on integrating Sonnet 3.5 with Phoenix LiveView using Req. Article: https://www.virinchi.me/portfolios/llm-with-phoenix/ View on ElixirStatus ..read more
Visit website
Thinking Elixir 212: Dueling with Wizards over ElixirConf!
ElixirStatus
by
4d ago
Thinking Elixir 212: Dueling with Wizards over ElixirConf! 23 Jul 2024 by brainlid Episode 212 of Thinking Elixir. In this episode of the Thinking Elixir Podcast, we dive into the exciting new Metal support in Nx, thanks to Paulo Valente’s hard work, and discuss Chris McCord’s impressive demo on deploying a distributed Elixir app with YugabyteDB. We also cover Paraxial.io’s new free tier, the release of the REST client Polo, and the latest updates from the Peep library. Plus, a special collaboration with the Elixir Wizards crew previews ElixirConf 2024 with insights on training classes, tal ..read more
Visit website
Enhancing Your Elixir Codebase with Gleam
ElixirStatus
by
4d ago
Enhancing Your Elixir Codebase with Gleam 23 Jul 2024 by AnaMalinovic Let’s look at the benefits of using Gleam and then add Gleam code to an Elixir project: https://blog.appsignal.com/2024/07/23/enhancing-your-elixir-codebase-with-gleam.html View on ElixirStatus ..read more
Visit website
Simple message-bus for Elixir cluster
ElixirStatus
by
5d ago
Simple message-bus for Elixir cluster 22 Jul 2024 by manhvu Simple use case for using Phoenix.PubSub as message-bus in Elixir cluster without effort (don’t need to use eprc functions) for small & medium system. https://dev.to/manhvanvu/simple-using-phoenixpubsub-as-a-message-bus-for-elixir-cluster-l3c View on ElixirStatus ..read more
Visit website
Apply for FREE Elixir Code & Architecture Review
ElixirStatus
by
6d ago
Apply for FREE Elixir Code & Architecture Review 21 Jul 2024 by kamila-codesync Erlang Solutions is offering an opportunity to apply for 2 weeks FREE Elixir Code & Architecture Review! Apply for a chance to get: • Comprehensive code analysis • Performance tuning recommendations • Scalability insights • Best practice advice • More intensive use of your Elixir implementation Limited places are available, details & apply: https://bit.ly/3WtAHtJ View on ElixirStatus ..read more
Visit website
Leading Companies Using Elixir: 7 Use Cases
ElixirStatus
by
1w ago
Leading Companies Using Elixir: 7 Use Cases 18 Jul 2024 by viktoriia-yarosh Gain insights into the challenges, successes, and best practices embraced by leading companies, such as Discord, Spotify, and others in Freshcode’s blog post: https://www.freshcodeit.com/blog/leading-companies-using-elixir-7-use-cases View on ElixirStatus ..read more
Visit website

Follow ElixirStatus on FeedSpot

Continue with Google
Continue with Apple
OR