#elixir #phoenix
LiveView 0.18 Released
https://www.phoenixframework.org/blog/phoenix-liveview-0.18-released
LiveView 0.18 Released
https://www.phoenixframework.org/blog/phoenix-liveview-0.18-released
www.phoenixframework.org
LiveView 0.18 Released - Phoenix Blog
LiveView 0.18 is out! This release includes major new declarative assigns features for compile-time warnings, new JS commands, and more!
#elixir
Elixir vs Ruby in Depth Comparison | Curiosum
https://curiosum.com/blog/elixir-vs-ruby-comparison
Elixir vs Ruby in Depth Comparison | Curiosum
https://curiosum.com/blog/elixir-vs-ruby-comparison
Curiosum
Elixir vs Ruby in Depth Comparison | Curiosum
#elixir #podcast #thinkingelixir
Making Users Anonymous Upon Request
https://podcast.thinkingelixir.com/118
Making Users Anonymous Upon Request
https://podcast.thinkingelixir.com/118
Thinking Elixir Podcast
Thinking Elixir Podcast 118: Making Users Anonymous Upon Request
Honoring a user's โright to be forgottenโ may be a legal requirement. We talk with Clรฉment Quaresma about how the ecto_anon library can help solve that particular GDPR requirement in our Elixir apps using Ecto!
#elixir #podcast #thinkingelixir
NPM CLI Maintainer Moves to Phoenix and Rust
https://podcast.thinkingelixir.com/119
NPM CLI Maintainer Moves to Phoenix and Rust
https://podcast.thinkingelixir.com/119
Thinking Elixir Podcast
Thinking Elixir Podcast 119: NPM CLI Maintainer Moves to Phoenix and Rust
Kat Marchรกn was the NPM CLI maintainer for 5 years before moving to Elixir, Phoenix and Rust. Kat started Banchan Art to address the exploitation of artists. Oh, and itโs written in Elixir and is OpenSource!
#announcements
My Future with Elixir: set-theoretic types
https://elixir-lang.org/blog/2022/10/05/my-future-with-elixir-set-theoretic-types/
My Future with Elixir: set-theoretic types
https://elixir-lang.org/blog/2022/10/05/my-future-with-elixir-set-theoretic-types/
The Elixir programming language
My Future with Elixir: set-theoretic types
We announce and explore the possibilities for bringing set-theoretic types into Elixir.
#elixir
Phoenix LiveView 0.18: New Special HTML Attributes | AppSignal Blog
https://blog.appsignal.com/2022/10/11/phoenix-liveview-018-new-special-html-attributes.html
Phoenix LiveView 0.18: New Special HTML Attributes | AppSignal Blog
https://blog.appsignal.com/2022/10/11/phoenix-liveview-018-new-special-html-attributes.html
AppSignal Blog
Phoenix LiveView 0.18: New Special HTML Attributes | AppSignal Blog
Let's check out Phoenix LiveView 0.18's new special HTML attributes to help you write cleaner HTML.
#elixir #podcast #thinkingelixir
Localize and Personalize Your Elixir Apps
https://podcast.thinkingelixir.com/120
Localize and Personalize Your Elixir Apps
https://podcast.thinkingelixir.com/120
Thinking Elixir Podcast
Thinking Elixir Podcast 120: Localize and Personalize Your Elixir Apps
Localizing and personalizing an application is separate from the language in the UI. Kip Cole explains how our app can be unintentionally offensive! He shares the tools created to localize and personalize our Elixir apps!
#elixir
State Machine in Elixir using Erlangโs gen_statem Behaviour
https://itnext.io/state-machine-in-elixir-using-erlangs-gen-statem-a3f90d5c536
State Machine in Elixir using Erlangโs gen_statem Behaviour
https://itnext.io/state-machine-in-elixir-using-erlangs-gen-statem-a3f90d5c536
Medium
State Machine in Elixir using Erlangโs gen_statem Behaviour
Finite state machine is a common phenomenon in programs that needs to maintain multiple states and transition among them based on certainโฆ
#elixir programming languageelixir programming languageelixir programming languageuncategorized
What we expect from Phoenix Framework 1.7 - Erlang Solutions
https://www.erlang-solutions.com/blog/what-you-need-to-know-phoenix-framework-1-7/
What we expect from Phoenix Framework 1.7 - Erlang Solutions
https://www.erlang-solutions.com/blog/what-you-need-to-know-phoenix-framework-1-7/
Erlang Solutions
What we expect from Phoenix Framework 1.7 - Erlang Solutions
Despite now being 10 years old, there is no slow down in the number of exciting new features, frameworks and improvements being made to the language. One of the most exciting developments for Elixir is undoubtedly Phoenix. It is a project that is growingโฆ
#elixir #podcast #elixir_wizards
Dave Lucia on Observability at Bitfo
https://smartlogic.io/podcast/elixir-wizards/s9e1-dave-lucia-bitfo/
Dave Lucia on Observability at Bitfo
https://smartlogic.io/podcast/elixir-wizards/s9e1-dave-lucia-bitfo/
Elixir Wizards
Dave Lucia on Observability at Bitfo
#elixir
Parser Combinators in Elixir: Taming Semi-Structured Text | AppSignal Blog
https://blog.appsignal.com/2022/10/18/parser-combinators-in-elixir-taming-semi-structured-text.html
Parser Combinators in Elixir: Taming Semi-Structured Text | AppSignal Blog
https://blog.appsignal.com/2022/10/18/parser-combinators-in-elixir-taming-semi-structured-text.html
Appsignal
Parser Combinators in Elixir: Taming Semi-Structured Text | AppSignal Blog
In the first of a two-part series, we'll explore how parser combinators work in Elixir.
#elixir #podcast #elixir_wizards
Kate Rezentes on GenServers at Simplebet
https://smartlogic.io/podcast/elixir-wizards/s9e2-kate-rezentes-simplebet/
Kate Rezentes on GenServers at Simplebet
https://smartlogic.io/podcast/elixir-wizards/s9e2-kate-rezentes-simplebet/
Elixir Wizards
Kate Rezentes on GenServers at Simplebet
Season 9 is in full swing and we are so excited to welcome Kate Rezentes today to dive into the particulars of GenServers. Kate is a Junior Software Developer at Simplebet, a B2B product development company using machine learning and real-time technologyโฆ
#elixir #phoenix #liveview #software #coding #development #engineering #inclusive #community
Efficient bidirectional infinite scroll in Phoenix LiveView
https://dev.to/christianalexander/efficient-bidirectional-infinite-scroll-in-phoenix-liveview-3epd
Efficient bidirectional infinite scroll in Phoenix LiveView
https://dev.to/christianalexander/efficient-bidirectional-infinite-scroll-in-phoenix-liveview-3epd
DEV Community
Efficient bidirectional infinite scroll in Phoenix LiveView
Implementing an infinitely-scrolling page that streams in new events.
#elixir #podcast #elixir_wizards
Tyler Young on Geo Mapping at Felt
https://smartlogic.io/podcast/elixir-wizards/s9e3-tyleryoung-felt/
Tyler Young on Geo Mapping at Felt
https://smartlogic.io/podcast/elixir-wizards/s9e3-tyleryoung-felt/
Elixir Wizards
Tyler Young on Geo Mapping at Felt
Today on Elixir Wizards we are joined by Tyler Young to explore the particulars of Geo Mapping, the process of turning data into maps. Tyler is a Senior Software Developer at Felt, the worldโs first collaborative mapping tool built for anyone to make a beautifulโฆ
#elixir #podcast #thinkingelixir
Self Taught Coder to First Elixir Job
https://podcast.thinkingelixir.com/121
Self Taught Coder to First Elixir Job
https://podcast.thinkingelixir.com/121
Thinking Elixir Podcast
Thinking Elixir Podcast 121: Self Taught Coder to First Elixir Job
Learning to code to get a full time job in Elixir is no small feat! Kimberly Johnson shares her journey. We pick out guide posts along the way of her non-traditional path to programming for others who want to follow!