#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!
#elixir #podcast #thinkingelixir
Securing Elixir and Teaching the Team
https://podcast.thinkingelixir.com/122
Securing Elixir and Teaching the Team
https://podcast.thinkingelixir.com/122
Thinking Elixir Podcast
Thinking Elixir Podcast 122: Securing Elixir and Teaching the Team
OpenSource, Livebook based, Elixir security training for my team? Holden Oullette works at Podium and is creating this as a community resource. Required security training doesnβt have to suck!
#elixir #podcast #thinkingelixir
Ash Framework Models Resources
https://podcast.thinkingelixir.com/123
Ash Framework Models Resources
https://podcast.thinkingelixir.com/123
Thinking Elixir Podcast
Thinking Elixir Podcast 123: Ash Framework Models Resources
Zach Daniel explains Ash Framework, how 2.0 is the real 1.0, and the philosophy behind it. Surprisingly, it benefits LiveView apps in addition to REST and GraphQL APIs!
#elixir #podcast #thinkingelixir
Caching Things Anywhere with Nebulex
https://podcast.thinkingelixir.com/124
Caching Things Anywhere with Nebulex
https://podcast.thinkingelixir.com/124
Thinking Elixir Podcast
Thinking Elixir Podcast 124: Caching Things Anywhere with Nebulex
Carlos BolaΓ±os shares how his caching library Nebulex solves common problems in new ways. From decorating a function to cache the results to supporting multiple caching backends through adapters!
#elixir #podcast #thinkingelixir
Elixir at the Royal Bank of Canada
https://podcast.thinkingelixir.com/125
Elixir at the Royal Bank of Canada
https://podcast.thinkingelixir.com/125
Thinking Elixir Podcast
Thinking Elixir Podcast 125: Elixir at the Royal Bank of Canada
Thanos Vassilakis explains how Elixir is used at @rbccm. We cover LiveViewβs incredible performance, adoption, "scaling teams", and how vendor "body shops" are a limiting factor in Elixir being accepted.
#elixir #podcast #thinkingelixir
Working at a Software Agency with the Wizards
https://podcast.thinkingelixir.com/126
Working at a Software Agency with the Wizards
https://podcast.thinkingelixir.com/126
Thinking Elixir Podcast
Thinking Elixir Podcast 126: Working at a Software Agency with the Wizards
Meet the Wizards Sundi Myint and Owen Bickford and hear what itβs like working at a Software Agency like SmartLogic vs a Product Company. Get to know them better and what they are working on today!
#elixir #podcast #thinkingelixir
Time series data with Timescale DB
https://podcast.thinkingelixir.com/129
Time series data with Timescale DB
https://podcast.thinkingelixir.com/129
Thinking Elixir Podcast
Thinking Elixir Podcast 129: Time series data with Timescale DB
Add value to your Elixir project with Timescale DB! This PostgreSQL extension brings time series tools to your regular database. Dave Lucia shares why it's a smart choice, how to get started, and more.
#elixir #podcast #thinkingelixir
Bumblebee Buzz with JosΓ© Valim
https://podcast.thinkingelixir.com/130
Bumblebee Buzz with JosΓ© Valim
https://podcast.thinkingelixir.com/130
Thinking Elixir Podcast
Thinking Elixir Podcast 130: Bumblebee Buzz with JosΓ© Valim
The buzz around Bumblebee is energetic! Listen to JosΓ© Valim, Paulo Valente, and Jonatan KΕosko explain and share what this means for the Elixir community! We can easily add advanced AI models to our Phoenix apps for one!
#elixir #podcast #thinkingelixir
Start Securing Elixir and Phoenix
https://podcast.thinkingelixir.com/131
Start Securing Elixir and Phoenix
https://podcast.thinkingelixir.com/131
Thinking Elixir Podcast
Thinking Elixir Podcast 131: Start Securing Elixir and Phoenix
We met up again with Michael Lubas to discuss some lesser known community security resources and helpful tips to get us started with securing our Elixir and Phoenix applications!
#elixir #podcast #thinkingelixir
Embed Friendly Alternative to LiveView?
https://podcast.thinkingelixir.com/132
Embed Friendly Alternative to LiveView?
https://podcast.thinkingelixir.com/132
Thinking Elixir Podcast
Thinking Elixir Podcast 132: Embed Friendly Alternative to LiveView?
Chris Nelson created LiveState to keep some benefits of LiveView but use it on static generated sites! Interesting project that keeps state in Phoenix but takes a different approach for the client!
#elixir #podcast #thinkingelixir
Inside the Security Working Group
https://podcast.thinkingelixir.com/134
Inside the Security Working Group
https://podcast.thinkingelixir.com/134
Thinking Elixir Podcast
Thinking Elixir Podcast 134: Inside the Security Working Group
We get a glimpse into the EEFβs Security Working Group with Bram Verburg. We learn about existing resources and get hints for the future. Bram shares some cool security tips and insights as well!
#elixir #podcast #thinkingelixir
Network Programming with Elixir and Andrea Leopardi
https://podcast.thinkingelixir.com/141
Network Programming with Elixir and Andrea Leopardi
https://podcast.thinkingelixir.com/141
Thinking Elixir Podcast
Thinking Elixir Podcast 141: Network Programming with Elixir and Andrea Leopardi
We talk with Andrea Leopardi, an Elixir core team member, author, and recent Protohackers celebrity! We cover his work on dbg, the networking challenges, his upcoming PragProg book and what new challenge has intrigued him!
#elixir #podcast #thinkingelixir
Orion for Distributed Tracing in Production
https://podcast.thinkingelixir.com/142
Orion for Distributed Tracing in Production
https://podcast.thinkingelixir.com/142
Thinking Elixir Podcast
Thinking Elixir Podcast 142: Orion for Distributed Tracing in Production
Orion is an interesting library created by Thomas Depierre that makes it easy to run distributed tracing in your app on prod! It includes a LiveView UI for visualizing the perf and runs multiple traces concurrently!