#elixir #podcast #thinkingelixir
Remote Development and Elixir
https://podcast.thinkingelixir.com/116
Remote Development and Elixir
https://podcast.thinkingelixir.com/116
Thinking Elixir Podcast
Thinking Elixir Podcast 116: Remote Development and Elixir
Making Elixir work for remote development doesnโt mean the end of localhost development? Thatโs what Carter Bryden explains as we examine the arguments in favor of remote development.
#elixir
How Elixir Helps you Write Bug-free Concurrent Code
https://blog.devgenius.io/how-elixir-helps-you-write-bug-free-concurrent-code-97dfd0577f19
How Elixir Helps you Write Bug-free Concurrent Code
https://blog.devgenius.io/how-elixir-helps-you-write-bug-free-concurrent-code-97dfd0577f19
Medium
How Elixir Helps you Write Bug-free Concurrent Code
Itโs not magic, but if youโve fought with concurrency bugs in other languages, it sure can feel that way
#elixir
Evolving Elixir Code: Genetic Programming with the Elixir AST
https://towardsdatascience.com/evolving-elixir-code-genetic-programming-with-the-elixir-ast-fffffe19a170
Evolving Elixir Code: Genetic Programming with the Elixir AST
https://towardsdatascience.com/evolving-elixir-code-genetic-programming-with-the-elixir-ast-fffffe19a170
Medium
Evolving Elixir Code: Genetic Programming with the Elixir AST
Genetic programming with Elixirโs macro system & abstract syntax tree
#elixir
8 SaaS Using Elixir and Phoenix in Production | Curiosum
https://curiosum.com/blog/saas-using-elixir-and-phoenix
8 SaaS Using Elixir and Phoenix in Production | Curiosum
https://curiosum.com/blog/saas-using-elixir-and-phoenix
Curiosum
8 SaaS Using Elixir and Phoenix in Production | Curiosum
#elixir
Fix Process Bottlenecks with Elixir 1.14's Partition Supervisor | AppSignal Blog
https://blog.appsignal.com/2022/09/20/fix-process-bottlenecks-with-elixir-1-14s-partition-supervisor
Fix Process Bottlenecks with Elixir 1.14's Partition Supervisor | AppSignal Blog
https://blog.appsignal.com/2022/09/20/fix-process-bottlenecks-with-elixir-1-14s-partition-supervisor
AppSignal Blog
Fix Process Bottlenecks with Elixir 1.14's Partition Supervisor | AppSignal Blog
Find out how partition supervisors work under the hood to prevent process bottlenecks and fix an example of a bottleneck.
#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โฆ