#elixir #podcast #thinkingelixir
#060 Compile Faster with Marc-André Lafortune - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/060-compile-faster-with-marc-andre-lafortune/
#060 Compile Faster with Marc-André Lafortune - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/060-compile-faster-with-marc-andre-lafortune/
Thinking Elixir
#060 Compile Faster with Marc-André Lafortune - Thinking Elixir
Marc-André Lafortune explains how he sped up his Elixir project's compile times and the PRs that make it easier for us to do the same!
#elixir
An Introduction to Testing LiveView in Elixir
https://blog.appsignal.com/2021/08/17/an-introduction-to-liveview-in-elixir.html
An Introduction to Testing LiveView in Elixir
https://blog.appsignal.com/2021/08/17/an-introduction-to-liveview-in-elixir.html
AppSignal Blog
An Introduction to Testing LiveView in Elixir | AppSignal Blog
In this two-part series, you'll get a comprehensive overview of how to test your LiveView applications in Elixir.
#elixir #podcast #elixir_mix
Domo and Type Validations ft. Ivan Rublev - EMx 141 | Devchat.tv
https://devchat.tv/elixir-mix/domo-and-type-validations-ft-ivan-rublev-emx-141/
Domo and Type Validations ft. Ivan Rublev - EMx 141 | Devchat.tv
https://devchat.tv/elixir-mix/domo-and-type-validations-ft-ivan-rublev-emx-141/
Elixir Mix
Elixir Mix: Domo and Type Validations ft. Ivan Rublev – EMx 141
Ivan Rublev is the author of the open source library, Domo, which provides type validations for Elixir applications. He discusses the types of validations it does and the tradeoffs you get when you can validate the structure of your structs.
#programming #webdev #rust #elixir
Using Rust with Elixir for code reuse and performance
https://dev.to/doctave/using-rust-with-elixir-for-code-reuse-and-performance-3ic5
Using Rust with Elixir for code reuse and performance
https://dev.to/doctave/using-rust-with-elixir-for-code-reuse-and-performance-3ic5
DEV Community
Using Rust with Elixir for code reuse and performance
Doctave.com is primarily built on the Elixir language. Specifically the Phoenix Web framework. Some...
#elixir #podcast #elixir_wizards
Mini-Feature Extravaganza featuring Tyler Clemens, Elom Amouzou, Elise Navarro, and Jeremy Neal
https://smartlogic.io/podcast/elixir-wizards/s6e11-minifeatures/
Mini-Feature Extravaganza featuring Tyler Clemens, Elom Amouzou, Elise Navarro, and Jeremy Neal
https://smartlogic.io/podcast/elixir-wizards/s6e11-minifeatures/
Elixir Wizards
Mini-Feature Extravaganza featuring Tyler Clemens, Elom Amouzou, Elise Navarro, and Jeremy Neal
This episode serves as a round-up of some of the special mini-features we have recorded throughout Season 6, where we'll hear from Tyler Clemens, Elom Amouzou, Elise Navarro, and Jeremy Neal about their work and experiences with Elixir.
#elixir #elixir_conf
Artificial intelligence with Elixir the Rete (...) - Lorenzo Sinisi | ElixirConfEU Virtual 2020
https://www.youtube.com/watch?v=pvi5hURNzbk
Artificial intelligence with Elixir the Rete (...) - Lorenzo Sinisi | ElixirConfEU Virtual 2020
https://www.youtube.com/watch?v=pvi5hURNzbk
YouTube
Artificial intelligence with Elixir the Rete (...) - Lorenzo Sinisi | ElixirConfEU Virtual 2020
This video was recorded at ElixirConf EU Virtual 2020 - https://www.elixirconf.eu/
More great virtual tech conferences - https://codesync.global
---
Artificial intelligence with Elixir: the Rete algorithm to build Expert Systems
by
Lorenzo Sinisi
ABSTRACT…
More great virtual tech conferences - https://codesync.global
---
Artificial intelligence with Elixir: the Rete algorithm to build Expert Systems
by
Lorenzo Sinisi
ABSTRACT…
#elixir
Using Supervisors to Organize Your Elixir Application
https://blog.appsignal.com/2021/08/23/using-supervisors-to-organize-your-elixir-application.html
Using Supervisors to Organize Your Elixir Application
https://blog.appsignal.com/2021/08/23/using-supervisors-to-organize-your-elixir-application.html
Appsignal
Using Supervisors to Organize Your Elixir Application | AppSignal Blog
Find out how you can use supervisors to organize your Elixir application.
#elixir #engineering #community
A New Beginning: Chris McCord as Technical Advisor - DockYard
https://dockyard.com/blog/2021/08/23/a-new-beginning-chris-mccord-as-technical-advisor
A New Beginning: Chris McCord as Technical Advisor - DockYard
https://dockyard.com/blog/2021/08/23/a-new-beginning-chris-mccord-as-technical-advisor
#elixir #podcast #thinkingelixir
#061 Elixir's Recent Brex-it - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/061-elixirs-recent-brex-it/
#061 Elixir's Recent Brex-it - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/061-elixirs-recent-brex-it/
Thinking Elixir
#061 Elixir's Recent Brex-it - Thinking Elixir
After the news, we talk about the Brex announcement that they are moving to a Kotlin-first strategy over Elixir and what we think of it.
#elixir #podcast #elixir_mix
Building PWA's in Elixir and Phoenix ft. Tej Pochiraju - EMx 142 | Devchat.tv
https://devchat.tv/elixir-mix/building-pwas-in-elixir-and-phoenix-ft-tej-pochiraju-emx-142/
Building PWA's in Elixir and Phoenix ft. Tej Pochiraju - EMx 142 | Devchat.tv
https://devchat.tv/elixir-mix/building-pwas-in-elixir-and-phoenix-ft-tej-pochiraju-emx-142/
Devchat.tv
Building PWA's in Elixir and Phoenix ft. Tej Pochiraju - EMx 142 - Devchat.tv
Tej Pochiraju joins the mix to discuss Progressive Web Apps and how you can support them using Elixir and Phoenix. Tej is also an IoT developer, so he discusses how you can tie this all to IoT as well. Panel Allen Wyma Sascha Wolf Guest Tej Pochiraju Sponsors…
#elixir #phoenix #jwt
Implement JWT Authentication with Phoenix.Token
https://dev.to/onpointvn/implement-jwt-authentication-with-phoenix-token-n58
Implement JWT Authentication with Phoenix.Token
https://dev.to/onpointvn/implement-jwt-authentication-with-phoenix-token-n58
DEV Community
Implement token Authentication with Phoenix.Token
In this post, you'll learn how to implement token based authentication using Phoenix.Token. This is...
#elixir #podcast #elixir_wizards
Wrapping up BEAM Magic with Amos King
https://smartlogic.io/podcast/elixir-wizards/s6e12-king/
Wrapping up BEAM Magic with Amos King
https://smartlogic.io/podcast/elixir-wizards/s6e12-king/
Elixir Wizards
Wrapping up BEAM Magic with Amos King
We have reached the final episode of our season, and as we wrap up our exploration of BEAM magic, we are joined by Amos King, whose tweet was the inspiration behind this season's focus!
#elixir #phoenix #ecto
Phoenix/Elixir: Chain Composable Queries with Ecto Named Bindings.
https://brooklinmyers.medium.com/phoenix-elixir-chain-composable-queries-with-ecto-named-bindings-7a3ec5ba93
Phoenix/Elixir: Chain Composable Queries with Ecto Named Bindings.
https://brooklinmyers.medium.com/phoenix-elixir-chain-composable-queries-with-ecto-named-bindings-7a3ec5ba93
Medium
Phoenix/Elixir: Chain Composable Queries with Ecto Named Bindings.
Make Easily Composable and Reusable Queries.
#elixir #auth #live_view
How to (Part 2 — Revised): Swap Registration Flow to a Live View With phx_gen_auth — Multi-step form with Live View 0.16+
https://medium.com/geekculture/how-to-part-2-revised-swap-registration-flow-to-a-live-view-with-phx-gen-auth-multi-step-47172904b00a
How to (Part 2 — Revised): Swap Registration Flow to a Live View With phx_gen_auth — Multi-step form with Live View 0.16+
https://medium.com/geekculture/how-to-part-2-revised-swap-registration-flow-to-a-live-view-with-phx-gen-auth-multi-step-47172904b00a
Medium
How to (Part 2 — Revised): Swap Registration Flow to a Live View With phx_gen_auth — Multi-step…
Background