#elixir #podcast #thinkingelixir
#059 How Elixir Came to Spotify with Joel Kemp - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/059-how-elixir-came-to-spotify-with-joel-kemp/
#059 How Elixir Came to Spotify with Joel Kemp - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/059-how-elixir-came-to-spotify-with-joel-kemp/
Thinking Elixir
#059 How Elixir Came to Spotify with Joel Kemp - Thinking Elixir
Joel Kemp shares how Elixir was brought into Spotify. We cover how he gained acceptance and the importance of staking your reputation on it.
#elixir #engineering
What If...CobolToElixir - DockYard
https://dockyard.com/blog/2021/08/10/what-if-coboltoelixir
What If...CobolToElixir - DockYard
https://dockyard.com/blog/2021/08/10/what-if-coboltoelixir
#elixir #podcast #elixir_mix
How to Become a Top End Developer - EMx 140 | Devchat.tv
https://devchat.tv/elixir-mix/how-to-become-a-top-end-developer-emx-140/
How to Become a Top End Developer - EMx 140 | Devchat.tv
https://devchat.tv/elixir-mix/how-to-become-a-top-end-developer-emx-140/
Devchat.tv
How to Become a Top End Developer - EMx 140 | Devchat.tv
Charles Max Wood takes the lead this week. He and Adi Iyengar discuss what Top End Devs are and what people should be doing to become Top End Devs. They start out discussing the default trajectory of a developer's career and then talk about how to get boosts…
#elixir #podcast #elixir_wizards
Delving Deeper into Magic with Quinn Wilton
https://smartlogic.io/podcast/elixir-wizards/s6e10-wilton/
Delving Deeper into Magic with Quinn Wilton
https://smartlogic.io/podcast/elixir-wizards/s6e10-wilton/
Elixir Wizards
Delving Deeper into Magic with Quinn Wilton
Today we have a wonderful conversation with Quinn Wilton about her journey with Elixir, unusual path into programming, and her wide appreciation for different languages!
#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…