
Elixir Wizards
SmartLogic LLC
All episodes
Best episodes
Seasons
Top 10 Elixir Wizards Episodes
Goodpods has curated a list of the 10 best Elixir Wizards episodes, ranked by the number of listens and likes each episode have garnered from our listeners. If you are listening to Elixir Wizards for the first time, there's no better place to start than with one of these standout episodes. If you are a fan of the show, vote for your favorite Elixir Wizards episode by adding your comments to the episode page.

Steve Domin on Innovating Travel APIs
Elixir Wizards
01/08/21 • 38 min
Anyone who has written software for the travel industry can tell you that it is in desperate need of innovation — shockingly many of their cobwebbed systems were built in the 70s. Today we speak with Duffel CEO Steve Domin, who is building tech that can finally align travel with the expectations of modern consumers. We open by exploring Steve’s journey into coding before diving into how Duffel is innovating travel. After touching on how the pandemic has impacted Duffel’s roll-out, Steve shares horror stories about the outdated tech and API systems that airlines use. We discuss Duffel’s service offerings and why Elixir is uniquely suited to solve the problems that Steve’s company is addressing. Steve then talks about the types of engineers that Duffel hires, his client base, and where his company is heading. Near the end of the episode, we ask Steve for his advice on selling your company on Elixir and we chat about the status of the London Elixir Meetup. Tune in for more insights on how Steve is using Elixir to make travel an effortless experience.
Key Points From This Episode:
- Introducing Duffel CEO Steve Domin.
- Steve shares details about his coding journey and career highlights.
- Insights into the old school ecosystem of Flash, Flex, and ActionScript.
- Exploring how Duffel is innovating the travel industry.
- Why Duffel accelerated their roll-out due to the pandemic.
- Steve unpacks the outdated tech and API systems that airlines use.
- Why Duffel decided to use Elixir to tackle their problems.
- The benefits of using Elixir when dealing with airline data.
- Steve gives listeners an overview of Duffel’s pipeline.
- Insights into the types of engineers that Duffel hires.
- Who Duffel’s clients are and how they’re onboarded.
- Steve reflects on some airline API horror stories.
- Hear about Duffel’s roadmap — the future is bright.
- What Elixir has uniquely enabled Duffel to do.
- Steve’s advice on selling Elixir to stakeholders in your company.
- The status of the London Elixir Meetup.
Links Mentioned in Today’s Episode:
SmartLogic — https://smartlogic.io/
Steve Domin — https://stevedomin.com/about
Steve Domin on LinkedIn — https://www.linkedin.com/in/stevedomin/
Steve Domin on Twitter — https://twitter.com/stevedomin
Duffel — https://duffel.com/
Duffel Careers — https://duffel.com/careers
José Valim — https://twitter.com/josevalim
Flex — https://www.adobe.com/products/flex.html
Passenger Service System — https://en.wikipedia.org/wiki/Passenger_service_system
Global Distribution System — https://en.wikipedia.org/wiki/Global_distribution_system
Sabre — https://www.sabre.com/
Amadeus — https://amadeus.com/en
‘Why does NDC matter to my travel business?’ — https://duffel.com/blog/why-does-ndc-matter-to-my-travel-business
IATA — https://www.iata.org/
Next.js — https://nextjs.org/
GoCardless — https://gocardless.com/
Twilio — https://www.twilio.com/
Stripe — https://stripe.com/
Thomas Bates — https://www.linkedin.com/in/thomas-bates-3908a74b/
Elixir London Meetup — https://www.meetup.com/Elixir-London/
Baris Balic — https://twitter.com/barisbalic
Special Guest: Steve Domin.

Dan Ivovich from SmartLogic - Elixir in Production
Elixir Wizards
02/28/19 • 28 min
We talk with developers from the team here at SmartLogic about our current practices on deploying Elixir and Phoenix in production.
Dan Ivovich - Director of Development Operations @ SmartLogic
Learn more about how SmartLogic uses Phoenix and Elixir.
00:00 - Fade In
00:30 - Introductions to Eric, Dan and SmartLogic
Dan Ivovich - Director of Development Operations @ SmartLogic
Eric Oestrich - Developer, Elixir Lead @ SmartLogic
Justus Eapen - Full stack developer @ SmartLogic
Introduced to Elixir by an old colleague.
1:20 - What Elixir projects do you have in production?
Several client projects in production. Several Mobile Apps with APIs powered by Phoenix and Elixir.
Baltimore Water Taxi.
A digital marketplace.
And more!
1:57 - Advantages and disadvantages to using Elixir.
We made the switch when a colleague was stoked about Functional Programming and introduced us to Elixir. We were won over by the performance and rich feature sets, OTP, etc.
2:43 - Where are we hosting our Elixir Apps?
- Heroku
- AWS
- Linode
- Digital Ocean
6:20Deployment process, tools, scripting
- Ansible - for underlying VPS’s, servers, and more recently deployment itself. (Similar to Capistrano).
- Distillery
- Mix.release
7:18 - Zero Downtime Deployments
- Old school load balancers and rolling restarts
7:46 - What are the performance metrics like? Comparatively.
- Ruby ends up with memory leaks. That doesn’t happen with Elixir.
- Memory utilization is flat and low no matter what.
- “Phenomenal response times”
8:54 - How does Eric think about clustered applications in Elixir?
- Going Multi Node (https://www.youtube.com/watch?v=lCUKQnkjajo)
- Pg2 - process groups
- Mnesia distributed database (beware!)
- “Just sending messages to pids because Erlang is great”
- Swarm / Horde
12:40 - How do we handle background tasks?
- Started with verk
- Recently becoming more comfortable with spinning up GenServers
- “The language itself is built to be concurrent.”
15:06 What libraries are we using in prod?
- First thing: You don’t need a whole lot because the language is so well designed.
- Phoenix - web framework
- Ecto - sort of an ORM
- Distillery - for releases
- Bamboo - for sending emails
- Quantum - for task scheduling
- Timex - for dates and times, and timezones
- Cachex - for caching
18:20- What third party integrations have we attempted
- Stripe
- Square
- Twilio
- Mindbody
Always building our own clients. Using HTTPoison
19:58Has Elixir ever saved the day in production?
It’s saved many days by PREVENTING ISSUES. Systems are architected for reliability and fault-tolerance.
21:48 - Where do supervision trees come from? What is OTP?
- OTP is an Erlang standard lib
- Includes supervision trees, genservers, ETS, and a lot of stuff we don’t even know about!
- gen_tcp
- Mnesia
- dets
23:43- Tips for devs considering running elixir in production.
- Jump in and read the docs
- Understand how systems boot, distillery releases, config providers, etc.
- “Good server monitoring hygiene”
- “DIVE IN!” 19:54 Outro
Learn more about how SmartLogic uses Phoenix and Elixir.
Special Guest: Dan Ivo...

Season 2 Trailer
Elixir Wizards
07/09/19 • 1 min
We’re excited to announce our season two topic, Elixir Internals. In this season we talk with developers behind some of the most popular Elixir libraries, including Witchcraft, ElixirScript, Distillery, Ecto, and more!

10/26/23 • 50 min
In today’s episode, Sundi and Owen are joined by Yordis Prieto and Stephen Chudleigh to compare notes on HTTP requests in Elixir vs. Ruby, JavaScript, Go, and Rust. They cover common pain points when working with APIs, best practices, and lessons that can be learned from other programming languages.
Yordis maintains Elixir's popular Tesla HTTP client library and shares insights from building APIs and maintaining open-source projects. Stephen has experience with Rails and JavaScript, and now works primarily in Elixir. They offer perspectives on testing HTTP requests and working with different libraries.
While Elixir has matured, there is room for improvement - especially around richer struct parsing from HTTP responses. The discussion highlights ongoing efforts to improve the developer experience for HTTP clients in Elixir and other ecosystems.
Topics Discussed in this Episode
- HTTP is a protocol - but each language has different implementation methods
- Tesla represents requests as middleware that can be modified before sending
- Testing HTTP requests can be a challenge due to dependence on outside systems
- GraphQL, OpenAPI, and JSON API provide clear request/response formats
- Elixir could improve richer parsing from HTTP into structs
- Focus on contribution ergonomics lowers barriers for new participants
- Maintainers emphasize making contributions easy via templates and clear documentation
- APIs drive adoption of standards for client/server contracts
- They discuss GraphQL, JSON API, OpenAPI schemas, and other standards that provide clear request/response formats
- TypeScript brings types to APIs and helps to validate responses
- Yordis notes that Go and Rust make requests simple via tags for mapping JSON to structs
- Language collaboration shares strengths from different ecosystems and inspires new libraries and tools for improving the programming experience
Links Mentioned
Elixir-Tesla Library: https://github.com/elixir-tesla/tesla
Yordis on Github: https://github.com/yordis
Yordis on Twitter: https://twitter.com/alchemist_ubi
Yordis on LinkedIn: https://www.linkedin.com/in/yordisprieto/
Yordis on YouTube: https://www.youtube.com/@alchemistubi
Stephen on Twitter: https://twitter.com/stepchud
Stephen's projects on consciousness: https://harmonicdevelopment.us
Owen suggests: Http.cat
HTTParty: https://github.com/jnunemaker/httparty
Guardian Library: https://github.com/ueberauth/guardian
Axios: https://axios-http.com/
Straw Hat Fetcher: https://github.com/straw-hat-team/nodejs-monorepo/tree/master/packages/%40straw-hat/fetcher
Elixir Tesla Wiki: https://github.com/elixir-tesla/tesla/wiki
HTTPoison: https://github.com/edgurgel/httpoison
Tesla Testing: https://hexdocs.pm/tesla/readme.html#testing
Tesla Mock: https://hexdocs.pm/tesla/Tesla.Mock.html
Finch: https://hex.pm/packages/finch
Mojito: https://github.com/appcues/mojito
Erlang Libraries and Frameworks Working Group: https://github.com/erlef/libs-and-frameworks/ and https://erlef.org/wg/libs-and-frameworks
Special Guests: Stephen Chudleigh and Yordis Prieto.

Actor Model and Concurrent Processing in Elixir vs. Clojure and Ruby with Xiang Ji & Nathan Hessler
Elixir Wizards
12/21/23 • 47 min
In this episode of Elixir Wizards, Xiang Ji and Nathan Hessler join hosts Sundi Myint and Owen Bickford to compare actor model implementation in Elixir, Ruby, and Clojure.
In Elixir, the actor model is core to how the BEAM VM works, with lightweight processes communicating asynchronously via message passing. GenServers provide a common abstraction for building actors, handling messages, and maintaining internal state. In Ruby, the actor model is represented through Ractors, which currently map to OS threads.
They discuss what we can learn by comparing models, understanding tradeoffs between VMs, languages, and concurrency primitives, and how this knowledge can help us choose the best tools for a project.
Topics discussed in this episode:
- Difference between actor model and shared memory concurrency
- Isolation of actor state and communication via message passing
- BEAM VM design for high concurrency via lightweight processes
- GenServers as common abstraction for building stateful actors
- GenServer callbacks for message handling and state updates
- Agents as similar process abstraction to GenServers
- Shared state utilities like ETS for inter-process communication
- Global Interpreter Lock in older Ruby VMs
- Ractors as initial actor implementation in Ruby mapping to threads
- Planned improvements to Ruby concurrency in 3.3
- Akka implementation of actor model on JVM using thread scheduling
- Limitations of shared memory concurrency on JVM
- Project Loom bringing lightweight processes to JVM
- Building GenServer behavior in Ruby using metaprogramming
- CSP model of communication using channels in Clojure
- Differences between BEAM scheduler and thread-based VMs
- Comparing Elixir to academic languages like Haskell
- Remote and theScore are hiring!
Links mentioned in this episode:
theScore is hiring! https://www.thescore.com/
Remote is also hiring! https://remote.com/
Comparing the Actor Model and CSP with Elixir and Clojure Blog Post by Xiang Ji
Comparing the Actor model & CSP concurrency with Elixir & Clojure Xiang Ji at ElixirConf EU 2022
Clojure Programming Language https://clojure.org/
Akka https://akka.io/
Go Programming Language https://github.com/golang/go
Proto Actor for Golang https://proto.actor/
RabbitMQ Open-Source Message Broker Software https://github.com/rabbitmq
JVM Project Loom https://github.com/openjdk/loom
Ractor for Ruby https://docs.ruby-lang.org/en/master/ractor_md.html
Seven Concurrency Models in Seven Weeks: When Threads Unravel by Paul Butcher
Seven Languages in Seven Weeks by Bruce A. Tate
GenServer https://hexdocs.pm/elixir/1.12/GenServer.html
ets https://www.erlang.org/doc/man/ets.html
Elixir in Action by Saša Jurić
Redis https://github.com/redis/redis
Designing for Scalability with Erlang/OTP by Francesco Cesarini & Steve Vinoski
Discord Blog: Using Rust to Scale Elixir for 11 Million Concurrent Users
Xiang's website https://xiangji.me/
Feeling Good: The New Mood Therapy by David D. Burns
Special Guests: Nathan Hessler and Xiang Ji.

Brooklyn Zelenka on Witchcraft - Elixir Internals
Elixir Wizards
07/11/19 • 30 min
Hey everybody and welcome back to Season 2 of the podcast! This season we will be talking about Elixir internals, libraries and the inner workings of the language. In our first episode we are very happy to be joined by Brooklyn Zelenka to start off our journey on the subject with an exploration of her very own Witchcraft.
In this episode we talk to Brooklyn about her history with Elixir, how she got started and what attracts her to it. Brooklyn explains the influence that open source philosophy has had on her career in developing and from there she gives a pretty comprehensive introduction to what Witchcraft is, expanding its key concepts. Although this is quite a high level discussion about Elixir and Witchcraft, we are confident that with Brooklyn's expert help even our most uninitiated listener can get some benefit from our conversation. We also talk about type systems, property-based checking and Dialyzer, so for all of this and more make sure to join us as we kick things off for Season 2!
Key Points From This Episode:
- A quick introduction to Brooklyn, where she works and how she got started with Elixir.
- The influence of open source and library contributions on Brooklyn's development.
- Getting to grips with Witchcraft; defining monads and functors.
- Why some of these scary terms do not need to frighten you.
- A few little things that differentiate Witchcraft and some surprising elements.
- The convenient guarantees that Witchcraft provides around your data structure.
- Why there is no type system baked into Elixir; overheads, inputs and outputs.
- Property-based checking and compile times in Witchcraft.
- Merging of Elixir and Dialyzer; benefits and problems.
- Getting in touch with Brooklyn and getting involved with Witchcraft and Elixir.
- And much more!
Links Mentioned in Today’s Episode:
Smartlogic — https://www.smartlogic.io/
Brooklyn Zelenka — https://github.com/expede
Brooklyn Zelenka on Twitter — https://twitter.com/expede
Brooklyn Zelenka Email — [email protected]
Fission — https://fission.codes/
Elixir — https://elixir-lang.org/
Witchcraft — https://hex.pm/packages/witchcraft
Dialyzer — https://github.com/jeremyjh/dialyxir
Learn more about how SmartLogic uses Phoenix and Elixir.
Special Guest: Brooklyn Zelenka.

03/18/21 • 47 min
The fields of data science and machine learning are moving ever faster. Jenn Gamble has her finger on the pulse and has become an industry expert with a wealth of experience to her name. As today’s guest, she dives into these rich and often complex topics, and she helps us boil them down into palatable nuggets of knowledge. We start off by asking Jenn about her current role at Very, and she tells us about the nature of her team and the things they’re able to achieve. She touches on what the language markups look like for a data science team, before moving onto her experiences in machine learning and data science. Delving deeper, Jenn tells us why it is not a necessity to have a master’s in data science, and why you can be well enough equipped in other senses to become proficient in the area. Later on, she reveals the differences between Elixir models and data science models. Following these detailed explanations, she furnishes listener’s minds with informative comments on relating the foundations of machine learning to IoT, using priori knowledge to add nuance to your machine learning, and how she envisions the future of data science. Join us today and be sure to get all this, and much more!
Key Points From This Episode:
- Introducing today’s guest, Jenn Gamble.
- Jenn tells us about Very, an IoT engineering firm.
- Hear about the data science team at Very.
- We learn more on what the language markup looks like for a data science team.
- Jenn’s experience in learning machine learning and data science.
- Hear her five-year plan while doing her masters.
- We ask if it’s necessary to have a master’s degree to be well-equipped in data science.
- The difference between an Elixir model and a data science model.
- Jenn elaborates on weights and intuitive algorithms.
- Dealing with N-dimensional matrices.
- Relating the foundations of machine learning to IoT.
- Ways to start building up an intuition around what the most fundamental abstractions are.
- Using priori knowledge to add nuance to your machine learning.
- How Jenn envisions the future of data science.
- Hear about tensors and vectors.
- Jenn tells us about her keynote experience at ElixirConf 2020.
Links Mentioned in Today’s Episode:
SmartLogic — https://smartlogic.io/
Elixir Wizards Discord — https://smr.tl/wizards-discord
Elixir Wizards Email — [email protected]
Jenn Gamble on Twitter – https://twitter.com/jennpgamble
Jenn Gamble on LinkedIn – https://www.linkedin.com/in/jenn-gamble/
ElixirConf 2020 - Keynote - Jenn Gamble – https://www.youtube.com/watch?v=btIvtN9ws_I&ab_channel=ElixirConf
IoT – https://www.verypossible.com/careers
Very – https://jobs.lever.co/verypossible
MathWorks – https://www.mathworks.com/products/matlab.html
Cassie Kozykrov – https://kozyrkov.medium.com/
Linear regression – http://www.stat.yale.edu/Courses/1997-98/101/linreg.htm
Pythagorean theorem – https://www.mathplanet.com/education/pre-algebra/right-triangles-and-algebra/the-pythagorean-theorem
Quadratic equation – https://www.mathsisfun.com/algebra/quadratic-equation.html
A priori and a posteriori – https://iep.utm.edu/apriori/
Tensor – https://mathworld.wolfram.com/Tensor.html
Vector (mathematics and physics) – https://mathinsight.org/vector_introduction
Coursera – https://www.coursera.org/learn/ai-for-everyone
Special Guest: Jenn Gamble.

The Bridge Between Elixir and Zig with Isaac Yonemoto
Elixir Wizards
08/05/21 • 46 min
While NIFs provide a great way to interface with native code in the BEAM machine, the process can also be rather error-prone. Thankfully, since Isaac Yonemoto built Zigler, things have become a lot simpler, and he joins us today to talk about how. Isaac is an Elixir developer with a background in biotech and we kick off the discussion by hearing about his journey into programming and some of the ways that he has combined it with science. From there we hear more about the different languages Isaac has worked in and why he fell in love with Elixir, where he talks about its encouragement of test-driven development and how this has made him a better programmer. We dive right into the contributions Isaac is making to the Elixir community next, and he starts off by talking about Zigler. He explains how Zigler provides a bridge between Zig and Elixir that makes it far easier to build NIFs. We hear a bunch of the other cool possibilities that Zigler offers to Elixir as well, including its ability to make debugging easier by appending the Zig stack trace to the Elixir one. After hearing Isaac’s opinion of magic in Elixir, we close today's show off with a few of the other projects he is working on, contributions that are bound to make the world of Elixir even more exciting!
Key Points From This Episode:
- Isaac’s early exposure to programming and how he got started in tech.
- The education Isaac had in the sciences and his experience in the biotech sphere.
- Difficulties with installing Ruby and how this led to Isaac learning Elixir.
- Support for asynchronous testing and the reasons why Isaac finds joy in Elixir.
- The emphasis on test-driven development in Elixir and how this has made Isaac a better programmer.
- Isaac’s experiences with Zig and the similarities between it and Elixir.
- How NIFs allow C code in Elixir and what it is like debugging them.
- Isaac’s Zigler project and how it provides integration between Elixir and Zig making it easy to build NIFs.
- Cross-compiling C using Zig and why Isaac built a disassembler.
- Aspects of the BEAM that make it harder to write NIFs in Elixir than in Julia.
- Isaac’s opinion of magic in programming and how it should always be comprehensible.
- Final plugs from Isaac: where to find Zigler, and some upcoming projects.
Links Mentioned in Today’s Episode:
SmartLogic — https://smartlogic.io/
Isaac Yonemoto on Twitter — https://twitter.com/DNAutics
Isaac Yonemoto on GitHub — https://github.com/ityonemo
Isaac Yonemoto on YouTube — https://www.youtube.com/channel/UCarZZW7eavljSdGRQx9kkSA
Selectrix — https://github.com/ityonemo/selectrix
Mavis — https://github.com/ityonemo/mavis
Chiaroscuro - https://github.com/ityonemo/chiaroscuro
Zigler - https://hexdocs.pm/zigler/Zig.html
Zigler on GitHub — https://github.com/ityonemo/zigler
Julia — https://julialang.org/
Testing Elixir with Jeffrey Matthias and Andrea Leopardi — https://smartlogic.io/podcast/elixir-wizards/s6e6-matthias-leopardi/
Special Guest: Isaac Yonemoto.

07/14/20 • 39 min
The Elixir community continues to flourish and evolve in these uncertain times and in honor of this we have put together a live show with a number of special guests! In part one today, we are joined by Andrea Leopardi and René Föhring, who we are so happy to welcome back. We get the lowdown from each of them in turn, discussing personal preferences, tips and tricks, and recommendations for Elixir and beyond. Andrea gets into some of his pet peeves and comments on the trend of slow interfaces. We then look at future possibilities for Elixir including the outside chance of it being run on mobile and for crypto-mining! Andrea also updates us on the book he is currently working on so keep an eye out for that in the future! René then steps in to talk about his work on Credo, his hopes for it in the future, and some suggestions for listeners using it. We do some comparisons between Elixir and Ruby before René offers some thoughts on Electron and functional programming concepts. So for all this and a whole lot more, make sure to tune in today and stay tuned for part 2!
Key Points From This Episode:
- A reintroduction to Andrea and his current work in the Elixir space.
- Andrea's tool recommendations and what he uses most at the moment.
- Updates, the short term future of the world of Elixir and Andrea's current focus.
- RSpec versus xUnit: Andrea's personal preferences.
- Andrea's limited experience of LiveView and early reactions.
- Feelings about computers and phones with slow interfaces!
- The very slim chances of seeing Elixir run on mobile.
- Cryptocurrency and Andrea's lack of experience and ambition in the space.
- Some exciting information about Andrea's upcoming book to keep an eye out for.
- René's current projects; Credo, Elixir weekly newsletter, and more!
- The future of Elixir — will it be the next Ruby?
- Elixir on a phone; René's thoughts on this possibility and its validity.
- Updates for Credo — all the exciting news since our last conversation with René.
- Improving work that you are proud of and René's own feelings about Credo.
- The objectives and vision for Credo and improving upon certain pain points.
- Writing and running in Electron and how to have fun while doing it!
- The application of functional programming concepts in René's work in Electron.
- René's suggestion for Credo — using the Credo master after it being reworked.
Links Mentioned in Today’s Episode:
SmartLogic — https://smartlogic.io/
Elixir Ecosystem Survey — https://elixirsurvey.typeform.com/to/yYmJv1
ElixirConf — https://elixirconf.com/2020
Github Repo for Transcripts Corrections - https://github.com/smartlogic/smartlogic.io/tree/master/podcast/elixir-wizards/transcripts
Andrea Leopardi — https://andrealeopardi.com/
Andrew Leopardi on Twitter — https://twitter.com/whatyouhide
Rene Föhring — http://rrrene.org/
Rene Föhring on Twitter — https://twitter.com/rrrene
Alfred — https://www.alfredapp.com/
Tesla — https://www.tesla.com/
TempleOS — https://templeos.org/
Elon Musk — https://www.forbes.com/profile/elon-musk/
Mint — https://www.mint.com/
Finch — https://finch.io/
Ruby — https://www.ruby-lang.org/en/
Electron — https://www.electronjs.org/
Special Guests: Andrea Leopardi and René Föhring.

Mark & David from Thinking Elixir on Ecto Queries
Elixir Wizards
10/20/22 • 53 min
This week the Thinking Elixir Podcast is taking over Elixir Wizards! Mark & David from Thinking Elixir are here today to parse the particulars of Ecto Queries! Mark Ericksen is an Elixir Specialist at Fly.io and host of Thinking Elixir. David Bernheisel is a Senior Software Engineer at Bitfo and host of Thinking Elixir. Tune in today to learn more about Ecto Queries from today’s special guests, Mark Ericksen and David Bernheisel!
Key Points From This Episode:
- A brief breakdown of today’s topic and introduction to our special guests, Mark & David
- The hosts catch up with Mark & David and learn about David’s new book Ecto In Production
- Dave Lucia is mentioned once again, can we go one episode without talking about him?
- Find out how long David & Mark have been working in databases
- We get the breakdown of what an Ecto Query is
- There is a discussion around schema migrations vs data migrations and how to avoid common pain points
- Learn what resources are available for learning Ecto
- We find out what the pin operator is and when it is used
- What an extensive query is and how to optimize queries
- We learn about fun edge cases that we’ve bumped into while working with Ecto
- The ins and outs of Ecto dump and Ecto load
”Ecto is a whole wide world of information. You think you know a lot and then you realize you don't. Nope, I'm almost just as dumb as I was five years ago about SQL and Ecto. Nope, it evolves. It gets deep.” - Mark Ericksen
Links Mentioned in Today’s Episode:
Mark Ericksen on Twitter — https://twitter.com/brainlid
Mark Ericksen on LinkedIn — https://www.linkedin.com/in/mark-ericksen-66397417/
David Bernheisel on Twitter – https://twitter.com/bernheisel
David Bernheisel on GitHub – https://github.com/dbernheisel
David Bernheisel on LinkedIn – https://www.linkedin.com/in/bernheisel/
Thinking Elixir Podcast https://podcast.thinkingelixir.com/
SmartLogic — https://smartlogic.io/
SmartLogic Twitter — https://twitter.com/smartlogic
Use The Index, Luke! https://use-the-index-luke.com/
Postgresql Tutorial https://www.postgresqltutorial.com/
Postgresql subqueries
https://stackoverflow.com/questions/3004887/how-to-do-a-postgresql-subquery-in-select-clause-with-join-in-from-clause-like-s
https://www.w3resource.com/sql/subqueries/understanding-sql-subqueries.php
Fly Blog: Safe Ecto Migrations https://fly.io/phoenix-files/safe-ecto-migrations/
Crunchy Data Developer Tutorials https://www.crunchydata.com/developers/tutorials
Crunchy Data Postgres Tips https://www.crunchydata.com/postgres-tips
Ecto in Production https://www.ectoinproduction.com/
SQL Join Illustration https://commons.wikimedia.org/wiki/File:SQLJoins.svg
SQL Join Illustration https://i.stack.imgur.com/UI25E.jpg
Show more best episodes

Show more best episodes
FAQ
How many episodes does Elixir Wizards have?
Elixir Wizards currently has 186 episodes available.
What topics does Elixir Wizards cover?
The podcast is about Coding, C++, Javascript, Phoenix, How To, Software Development, Podcasts, Technology, Education, Java and Programming.
What is the most popular episode on Elixir Wizards?
The episode title 'Season 2 Trailer' is the most popular.
What is the average episode length on Elixir Wizards?
The average episode length on Elixir Wizards is 44 minutes.
How often are episodes of Elixir Wizards released?
Episodes of Elixir Wizards are typically released every 7 days.
When was the first episode of Elixir Wizards?
The first episode of Elixir Wizards was released on Feb 25, 2019.
Show more FAQ

Show more FAQ