#elixir #podcast #thinkingelixir
Reducing the Friction in Your Flow
https://podcast.thinkingelixir.com/89
Reducing the Friction in Your Flow
https://podcast.thinkingelixir.com/89
Thinking Elixir Podcast
Thinking Elixir Podcast 89: Reducing the Friction in Your Flow
We talk about the business value and personal happiness received when reducing the friction in our applications. It starts with the application design and LiveView plays a big role!
#elixir #podcast #thinkingelixir
Elixir Cards with Tetiana Dushenkivska
https://podcast.thinkingelixir.com/90
Elixir Cards with Tetiana Dushenkivska
https://podcast.thinkingelixir.com/90
Thinking Elixir Podcast
Thinking Elixir Podcast 90: Elixir Cards with Tetiana Dushenkivska
Tetiana Dushenkivska talks about how she created Elixir Cards and why. She shares how LiveView plays a role, how the flashcards can be used for both personal learning and fun competitions!
#elixir #functional #phoenix #webdev #software #coding #development #engineering #inclusive #community
Diving into the macros that make Phoenix controllers work
https://dev.to/brewinstallbuzzwords/diving-into-the-macros-that-make-phoenix-controllers-work-4k0h
Diving into the macros that make Phoenix controllers work
https://dev.to/brewinstallbuzzwords/diving-into-the-macros-that-make-phoenix-controllers-work-4k0h
DEV Community
Diving into the macros that make Phoenix controllers work
Youβve made a Phoenix controller before, but do you know how it actually works? Letβs explore some...
#elixir
Phoenix LiveView Under The Hood: The Form Function Component | AppSignal Blog
https://blog.appsignal.com/2022/03/29/phoenix-liveview-under-the-hood-the-form-function-component.html
Phoenix LiveView Under The Hood: The Form Function Component | AppSignal Blog
https://blog.appsignal.com/2022/03/29/phoenix-liveview-under-the-hood-the-form-function-component.html
Appsignal
Phoenix LiveView Under The Hood: The Form Function Component | AppSignal Blog
Let's demystify LiveView's form function component by taking a look under the hood.
#elixir #podcast #elixir_mix
Phoenix LiveView for Frontend Developers with Koen van Gilst - EMx 167
https://elixirmix.com/phoenix-liveview-for-frontend-developers-with-koen-van-gilst-emx-167
Phoenix LiveView for Frontend Developers with Koen van Gilst - EMx 167
https://elixirmix.com/phoenix-liveview-for-frontend-developers-with-koen-van-gilst-emx-167
Elixir Mix
Elixir Mix: Phoenix LiveView for Frontend Developers with Koen van Gilst - EMx 167
In this episode Koen van Gilst joins the mix to share his experience learning Elixir and LiveView as a mainly frontend developer. The panel then discusses the evolution of LiveView since itβs announcement and how itβs incorporating ideas from the frontendβ¦
#elixir #podcast #thinkingelixir
Reviewing Elixir with JosΓ© Valim - Part 3
https://podcast.thinkingelixir.com/91
Reviewing Elixir with JosΓ© Valim - Part 3
https://podcast.thinkingelixir.com/91
Thinking Elixir Podcast
Thinking Elixir Podcast 91: Reviewing Elixir with JosΓ© Valim - Part 3
JosΓ© Valim returns to continue with part 3 of our 5 part series as we count down to the 10 year anniversary. We thought this would be a short episode but found there was a lot to talk about and learn!
#elixir
Today I Learned: Migrating Data in Ecto
https://til.hashrocket.com/posts/8orjhqav5w-migrating-data-in-ecto
Today I Learned: Migrating Data in Ecto
https://til.hashrocket.com/posts/8orjhqav5w-migrating-data-in-ecto
Hashrocket
Today I Learned: Migrating Data in Ecto
I usually have created a mix task for data migrations to avoid putting the app down, but today I learned that ecto migrations accept an arg --migrations-path to their commands which allow us to have 2 separate folders for migrations.
#elixir #phoenix
Pushing Events: with and without JS.push
https://fly.io/phoenix-files/pushing-events-with-js-push/
Pushing Events: with and without JS.push
https://fly.io/phoenix-files/pushing-events-with-js-push/
Fly
Pushing Events: with and without JS.push
Documentation and guides from the team at Fly.io.
#elixir #programming #tutorial #software #coding #development #engineering #inclusive #community
Adding periodic task in Elixir with OTP
https://dev.to/rafaquelhodev/adding-periodic-task-in-elixir-with-otp-2ge4
Adding periodic task in Elixir with OTP
https://dev.to/rafaquelhodev/adding-periodic-task-in-elixir-with-otp-2ge4
DEV Community
Adding periodic task in Elixir with OTP
In this post, I'll show how to create a simple periodic task using Elixir OTP. In this example,...
#elixir
Profiling Elixir Applications with Flame Graphs and Flame On
https://dockyard.com/blog/2022/02/22/profiling-elixir-applications-with-flame-graphs-and-flame-on
Profiling Elixir Applications with Flame Graphs and Flame On
https://dockyard.com/blog/2022/02/22/profiling-elixir-applications-with-flame-graphs-and-flame-on
#elixir #phoenix
Exploring Options for Storing Custom Data in Ecto
https://fly.io/phoenix-files/exploring-options-for-storing-custom-data-in-ecto/
Exploring Options for Storing Custom Data in Ecto
https://fly.io/phoenix-files/exploring-options-for-storing-custom-data-in-ecto/
Fly
Exploring Options for Storing Custom Data in Ecto
Ever wanted to store a blob of custom data on a database record? When the data is stored using Ecto there are several ways we can do it. This article explores two paths and discusses some of the pros and cons for each approach.
#elixir
How to Create Neural Network in Elixir Using Nx and Axon | Curiosum
https://curiosum.com/blog/how-create-neural-network-elixir-nx-axon
How to Create Neural Network in Elixir Using Nx and Axon | Curiosum
https://curiosum.com/blog/how-create-neural-network-elixir-nx-axon
Curiosum
How to Create Neural Network in Elixir Using Nx and Axon | Curiosum
#elixir #podcast #elixir_mix
Untangling Cloud Infrastructure with Cory oβDaniel - EMx 168
https://elixirmix.com/untangling-cloud-infrastructure-with-cory-o-daniel-emx-168
Untangling Cloud Infrastructure with Cory oβDaniel - EMx 168
https://elixirmix.com/untangling-cloud-infrastructure-with-cory-o-daniel-emx-168
#elixir #phoenix
Loading indicators for events with JS.push
https://fly.io/phoenix-files/js-push-loading-options/
Loading indicators for events with JS.push
https://fly.io/phoenix-files/js-push-loading-options/
Fly
Loading indicators for events with JS.push
LiveView apps involve a lot of interaction between the client and the server. We want to customize how we indicate to users that our UI is waiting for a server response to some event
#elixir
Using Elixir and WhatsApp to Fight COVID19 - Erlang Solutions
https://www.erlang-solutions.com/blog/using-elixir-and-whatsapp-to-fight-covid/
Using Elixir and WhatsApp to Fight COVID19 - Erlang Solutions
https://www.erlang-solutions.com/blog/using-elixir-and-whatsapp-to-fight-covid/
Erlang Solutions
Using Elixir and WhatsApp to Fight COVID19 - Erlang Solutions
The story of how a system built in 5 days using Elixir and WhatsApp served over 7.5 million people as the World Health Organization's first COVID-19 hotline.