Elixir Mentor

Jacob Luetzow
undefined
Aug 10, 2024 โ€ข 1h 3min

Carlo Gilmar on Visual Thinking

Carlo Gilmar, a software engineer at Erlang Solutions and founder of Visual Partner, brings a unique flair to tech with his visual storytelling. He discusses how visual thinking enhances understanding of complex topics in software engineering and Git functionalities. Carlo emphasizes the merger of art and technology, revealing how visual notes can improve learning. He reflects on his experiences in the Elixir community and the importance of collaboration and effective communication. Personal growth through feedback and community engagement rounds off this enlightening dialogue.
undefined
Aug 3, 2024 โ€ข 1h 9min

Dave Lucia on Rustler & Team Building

In this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, join me and Dave Lucia as we explore Rustler and discuss topics like team building, recruiting, and open-source contributions. The conversation promises to be full of surprises! #ElixirLang #Rustler #TeamBuilding #Recruiting #OpenSource Connect with Dave: X: Follow Dave on X (Twitter) Website: Visit Dave's Website SUPPORT ELIXIR MENTOR ๐ŸŒ My website: Visit Elixir Mentor Website ๐ŸŽ™ Check out my podcast: Listen to Hired Gun Apps Podcast ๐Ÿ†˜ NEED HELP?? Join our Discord Server ๐Ÿ”— All my Links: Connect with Jacob on Linktree Join this channel to get access to perks: YouTube Channel Membership
undefined
Jul 20, 2024 โ€ข 1h 58min

Andrew Stewart on JS in LiveView

In this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm excited to welcome back Andrew Stewart, who runs his educational YouTube channel under the username @srcrip. This time, we focus on JavaScript interoperability in LiveView. We'll discuss best practices, share insights, and explore various aspects of integrating JavaScript with LiveView. Don't miss it! #ElixirLang #LiveView #ElixirMentor #TechTalk #SoftwareDevelopment #ElixirProgramming #DeveloperCommunity #JavaScript #WebDevelopment Textarea code snippet to maintain height on reload: const MaintainHeightHook = { beforeUpdate() { this.prevHeight = this.el.style.height }, updated() { this.el.style.height = this.prevHeight } } Image proxy mentioned: Check out the image proxy Connect with Andrew: X: Follow Andrew on X (Twitter) YouTube: Subscribe to Andrew's YouTube Channel Toast Library: Explore Andrew's Toast Library SUPPORT ELIXIR MENTOR ๐ŸŒ My website: Visit Elixir Mentor Website ๐ŸŽ™ Check out my podcast: Listen to Hired Gun Apps Podcast ๐Ÿ†˜ NEED HELP?? Join our Discord Server ๐Ÿ”— All my Links: Connect with Jacob on Linktree Join this channel to get access to perks: YouTube Channel Membership
undefined
Jul 13, 2024 โ€ข 1h 34min

Andrรฉs Alejos on LiveBook

In this episode of the Elixir Mentor Podcast, I'm thrilled to have Andrรฉs Alejos join us. Andrรฉs is well-versed in the uses and power of LiveBook and has extensive knowledge in machine learning. We'll explore a variety of topics, including: The capabilities and applications of LiveBook Integrating machine learning with Elixir How these tools can enhance your projects Whether you're curious about practical implementations, technical details, or the broader impact of these technologies, this conversation is sure to be valuable. Join me for a great discussion with Andrรฉs Alejos, where we explore the intersections of LiveBook, machine learning, and Elixir. Don't miss this opportunity to gain insights from an expert in the field! Connect with Andrรฉs: X: Follow Andrรฉs on X (Twitter) Website: Visit The Stack Canary LinkedIn: Connect with Andrรฉs on LinkedIn GitHub: Explore Andrรฉs's GitHub SUPPORT ELIXIR MENTOR ๐ŸŒ My website: Visit Elixir Mentor Website ๐ŸŽ™ Check out my podcast: Listen to Hired Gun Apps Podcast ๐Ÿ†˜ NEED HELP?? Join our Discord Server ๐Ÿ”— All my Links: Connect with Jacob on Linktree Join this channel to get access to perks: YouTube Channel Membership
undefined
Jun 29, 2024 โ€ข 1h 6min

Saลกa Juriฤ‡ on Elixir Insights & Advice

Saลกa Juriฤ‡, author of 'Elixir in Action,' discusses the evolution of Elixir, practical applications, performance optimization, future trends, challenges in writing a book on Elixir, transition from mainstream languages, significance of OTP, community support, stability of Elixir, popular tools like Phoenix and Ecto, and the importance of continuous learning in Elixir development.
undefined
Jun 16, 2024 โ€ข 1h 13min

Sean Moriarity on Machine Learning in Elixir

In this episode of the Elixir Mentor Podcast, your go-to source for all things Elixir, we are thrilled to welcome Sean Moriarity, the author of "Genetic Algorithms in Elixir: Solve Problems using Evolution" and "Machine Learning in Elixir: Learning to Learn with Nx and Axon"! ๐Ÿ“š๐Ÿง  Sean will share his expertise in applying machine learning techniques within the Elixir ecosystem. We'll explore how genetic algorithms can be utilized to solve complex problems and optimize solutions. ๐ŸŒฟ๐Ÿฆพ Sean will also discuss machine learning with Elixir, explaining how libraries like Nx and Axon enable developers to build intelligent systems that can learn and adapt. ๐Ÿ“Š๐ŸŽ“ Throughout the episode, we'll cover practical examples, best practices, and real-world applications of machine learning in Elixir. Sean will provide valuable knowledge on the benefits and challenges of implementing these techniques and share his experiences in writing his books. ๐Ÿ“–โœจ With a passion for artificial intelligence, evolutionary algorithms, mathematics, and functional programming, Sean brings a wealth of knowledge to the table. ๐Ÿค–๐Ÿงฎ Whether you're a seasoned Elixir developer looking to expand your skill set or a machine learning enthusiast curious about Elixir's potential, this episode is packed with valuable insights and inspiration. ๐Ÿ’ก๐Ÿ”ฅ Join us as we uncover the exciting possibilities at the intersection of Elixir and machine learning with Sean Moriarity! ๐ŸŽ™๏ธ๐Ÿงช #ElixirMentor #MachineLearning #GeneticAlgorithms #Nx #Axon #SeanMoriarity #BEAM #FunctionalProgramming Connect with Sean: X: Follow Sean on X (Twitter) Website: Visit Sean's Website SUPPORT ELIXIR MENTOR ๐ŸŒ My website: Visit Elixir Mentor Website ๐ŸŽ™ Check out my podcast: Listen to Hired Gun Apps Podcast ๐Ÿ†˜ NEED HELP?? Join our Discord Server ๐Ÿ”— All my Links: Connect with Jacob on Linktree Join this channel to get access to perks: YouTube Channel Membership
undefined
Jun 8, 2024 โ€ข 1h 27min

Zach Daniel on the Ash Framework

Join Zach Daniel, the creator of the Ash Framework, as he dives into the innovative architecture of his brainchild, emphasizing its power in building maintainable Elixir applications. He explains how Ash simplifies complex business logic with a declarative approach and enhances productivity through its customizable features. Zach also introduces his latest project, Igniter, aimed at streamlining development workflows. Discover the collaborative spirit within the Elixir community and the importance of clear communication for beginners.
undefined
May 25, 2024 โ€ข 1h 42min

Josรฉ Valim on Elixir's 12th Birthday

In this special episode of the Elixir Mentor Podcast, your go-to source for all things Elixir, we celebrate Elixir's 12th birthday with none other than its creator, Josรฉ Valim! ๐ŸŽ‰๐Ÿ’ป We'll have an in-depth conversation about the evolution of Elixir, its current state, and what the future holds. ๐ŸŒŸ Josรฉ will share his journey, insights, and thoughts on Elixir's impact over the past 12 years. ๐Ÿš€ Don't miss this unique opportunity to hear directly from Josรฉ Valim and celebrate the success of Elixir. This is a must-watch for all Elixir enthusiasts and developers. ๐ŸŽ™๏ธ #ElixirMentor #JosรฉValim #Elixirs12thBirthday #BEAM #FunctionalProgramming Key Links: The first commit: View on GitHub Design Pattern in Elixir - Josรฉ's keynote: Watch on YouTube Connect with Josรฉ: Twitter: Follow Josรฉ on Twitter Website: Visit Dashbit Elixir: Official Elixir Website SUPPORT ELIXIR MENTOR ๐ŸŒ My website: Visit Elixir Mentor Website ๐ŸŽ™ Check out my podcast: Listen to Hired Gun Apps Podcast ๐Ÿ†˜ NEED HELP?? Join our Discord Server ๐Ÿ”— All my Links: Connect with Jacob on Linktree Join this channel to get access to perks: YouTube Channel Membership
undefined
May 4, 2024 โ€ข 57min

Tony Dang on Offline-Enabled LiveView

Tony Dang, a web developer, shares how he made LiveView apps offline-enabled using Svelte and Yjs, discussing state synchronization, offline modes, passkey auth, and potential projects with Oban. He highlights the evolution of projects and the benefits of using diagrams for learning Elixir frameworks.
undefined
Apr 27, 2024 โ€ข 1h 10min

Alex Koutmos on Elixir Patterns

In this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm thrilled to welcome Alex Koutmos, a talented software engineer and author of the highly anticipated book "Elixir Patterns." ๐ŸŒŸ๐Ÿ’ป๐Ÿ“š By day, Alex writes production code in Elixir, JavaScript, and Vue, while also leveraging his DevOps skills with Kubernetes, Docker, Prometheus, Grafana, and ELK. ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ’ช We'll dive into Alex's new book, "Elixir Patterns," which provides developers with a powerful toolbox of patterns that leverage the unique characteristics of the Erlang virtual machine (BEAM) to solve everyday problems in a simple yet scalable way. ๐Ÿ“š๐Ÿ”๐Ÿš€ Alex will share his insights on how to effectively utilize the tools provided by Erlang and the BEAM, as well as how to apply functional programming principles to achieve clear and concise solutions. ๐Ÿ’ก We'll explore the book's comprehensive coverage of topics, from the Erlang and Elixir standard libraries to advanced GenServer recipes, supervisors, and initialization patterns. ๐Ÿ“–๐Ÿงฉ Join us for an informative discussion with Alex Koutmos, as we uncover the secrets to mastering Elixir, harnessing the power of the BEAM, and building robust, scalable applications using proven design patterns. ๐Ÿ’ช๐Ÿ“ˆ This episode is a must-listen for Elixir developers looking to expand their knowledge, streamline their development process, and create high-performance applications. ๐ŸŒŸ๐Ÿ”ง๐Ÿš€ #ElixirMentor #AlexKoutmos #ElixirPatterns #BEAM #FunctionalProgramming #GenServer #Supervisors #ScalableApps Connect with Alex: Twitter: Follow Alex on Twitter Website: Visit Alex's Website SUPPORT ELIXIR MENTOR ๐ŸŒ My website: Visit Elixir Mentor Website ๐ŸŽ™ Check out my podcast: Listen to Hired Gun Apps Podcast ๐Ÿ†˜ NEED HELP?? Join our Discord Server ๐Ÿ”— All my Links: Connect with Jacob on Linktree Join this channel to get access to perks: YouTube Channel Membership

The AI-powered Podcast Player

Save insights by tapping your headphones, chat with episodes, discover the best highlights - and more!
App store bannerPlay store banner
Get the app