Look for any podcast host, guest or anyone
Showing episodes and shows of

Jacob Luetzow

Shows

Elixir MentorElixir MentorGreg Medland on Elixir Careers and Market TrendsIn this episode of the Elixir Mentor Podcast, I welcome back Greg Medland, a recruiter who specializes in connecting talented developers with companies seeking expertise in the Elixir ecosystem. We dive deep into the current state of the Elixir job market and explore what developers can expect in 2025.Greg shares valuable insights on how the market has evolved since the post-COVID correction, revealing encouraging signs of recovery and continued Elixir adoption. We discuss the most in-demand skills including Ash Framework experience, full-stack capabilities with React, and AI/ML integration. The conversation explores how companies like Apple, BBC...2025-06-211h 27Elixir MentorElixir MentorBrian Cardarella on Elixir AdoptionIn this comprehensive episode of the Elixir Mentor Podcast, I sit down with Brian Cardarella, CEO of DockYard, to tackle one of the most critical topics facing our community: Elixir adoption. We dive deep into the challenges and opportunities that shape how developers and companies discover and embrace Elixir.Brian shares his extensive experience from the consulting world, discussing everything from the changing conference landscape and social media fragmentation to the existential questions around AI's impact on programming languages. We explore why traditional adoption pathways have shifted, the role of LLMs in shaping developer choices, and practical...2025-06-073h 02Elixir MentorElixir MentorHenry Saint-Juste on Rapid PrototypingIn this episode of the Elixir Mentor Podcast, I sit down with Henry Saint-Juste, Solutions Architect at NetJets, to explore his philosophy of rapid prototyping and moving fast to validate ideas before committing to tech stacks. Henry shares his unique approach to staying 2-3 sprints ahead of engineering teams and building proof of concepts that drive real business decisions.We dive deep into Henry's experience building NetJets' mobile application using a "code once, deploy anywhere" strategy with React Native and Expo. Henry explains how he evaluates cross-platform frameworks and why React Native succeeded where other solutions like...2025-05-241h 36Elixir MentorElixir MentorElliott Clark on Simplifying Cloud InfrastructureIn this episode of the Elixir Mentor Podcast, I talk with Elliott Clark, former engineer at both Facebook and Microsoft, who now runs Batteries Included. Elliott shares his rich background from working on the .NET team at Microsoft and infrastructure and developer efficiency at Facebook to creating a platform that simplifies cloud deployment for developers of all sizes.Elliott explains how his experience at tech giants shaped his vision for Batteries Included, particularly the pain points he observed while at Facebook's developer efficiency team where he saw firsthand how complex configurations led to outages. He discusses why...2025-05-171h 37Elixir MentorElixir MentorKimberly Erni on Flexible Career PathsIn this episode of the Elixir Mentor Podcast, I chat with Kimberly Erni, a software developer who has found balance through contract-based work. We explore the often-overlooked topic of burnout in the tech industry, where "grind culture" is normalized but comes with significant personal costs.Kimberly shares her personal journey, including how taking a break from full-time work helped her overcome infertility struggles. We discuss the challenges of working in startups with constantly shifting priorities, unrealistic deadlines, and the pressure to always be "on." Both of us open up about our own experiences with burnout and the...2025-05-101h 31Elixir MentorElixir MentorTristan Brice on Radio ResilienceIn this episode of the Elixir Mentor Podcast, I chat with Tristan Kildaire, a systems programmer who works on low-level projects including his own programming language. We explore LoRa radio technology, Reticulum mesh networking, and how Elixir can revolutionize IoT development.Tristan explains the fundamentals of long-range wireless communication using LoRa, which operates in unlicensed spectrum bands and enables low-power, long-distance data transmission perfect for IoT applications. We discuss Reticulum, a cryptographically-secure mesh networking framework that works across heterogeneous networks from radio to Ethernet, providing resilient communication even in challenging environments.The conversation covers practical...2025-04-261h 49Elixir MentorElixir MentorAndrea Leopardi on Network ProgrammingIn this episode of the Elixir Mentor Podcast, I chat with Andrea Leopardi, Elixir core team member and author of "Network Programming in Elixir and Erlang." We dive deep into the fundamentals of network programming and how the BEAM's process model is perfectly suited for building robust networking applications.Andrea breaks down complex concepts like the TCP protocol, the OSI model, and the acceptor pool pattern in clear, understandable terms. We explore how Elixir's message-passing paradigm naturally maps to the world of network communications, making it an excellent choice for building high-performance servers and clients....2025-04-191h 27Elixir MentorElixir MentorChris Nelson on AI Dev WorkflowsIn this episode of the Elixir Mentor Podcast, I chat with Chris Nelson, co-founder and principal engineer at Launch Scout, about leveraging AI tools for Elixir development and how these technologies are transforming developer workflows. Chris brings over a decade of Elixir experience to the conversation, sharing valuable insights on how consultancies can integrate AI to dramatically increase productivity.Chris discusses the inflection point where AI tools became truly valuable for production work, highlighting how features like Claude AI and Cursor's agent mode with test-driven capabilities transformed his team's approach to development. We explore the unpredictable nature...2025-04-051h 32Elixir MentorElixir MentorDaniel Bergholz on Windsurf and Claude for ElixirIn this episode of the Elixir Mentor Podcast, I chat with returning guest Daniel Bergholz about leveraging AI tools like Windsurf and Claude to dramatically improve Elixir development workflows. Daniel shares his journey from skepticism to becoming a power user, demonstrating how these tools can help developers build faster without compromising quality.Daniel walks us through his practical approach to incorporating AI into both professional development work and side projects. He explains how to effectively use features like rules files, web documentation integration, and memory systems to get the best results when generating Elixir code. The conversation...2025-03-291h 38Elixir MentorElixir MentorIsaak Tsalicoglou on ECTO ModelingIn this episode of the Elixir Mentor Podcast, I chat with Isaac Tsalicoglou, author of Northwind Elixir Traders. We explore database modeling techniques, working with Ecto, and his fascinating transition from mechanical engineering to Elixir development.Isaac shares his experience creating a practical guide for database modeling in Elixir, explaining how the Northwind Traders project helps developers understand complex relationships and query optimization. We discuss the benefits of SQLite for learning, how to effectively manage database migrations, and the challenges of schema changes with real-world data.Our conversation covers database architecture philosophy, performance optimization techniques...2025-03-221h 32Elixir MentorElixir MentorGerman Velasco on PhoenixTestIn this episode of the Elixir Mentor Podcast, I chat with German Velasco, creator of Elixir Streams and Phoenix Test. We explore test-driven development practices, the benefits of pair programming, and consulting experiences within the Elixir ecosystem.German shares his journey into Elixir development and discusses how adopting test-driven development has improved his coding workflow. He explains the philosophy behind Phoenix Test and demonstrates how proper testing can lead to more maintainable applications while reducing regression bugs.The conversation covers the important distinction between testing behavior versus implementation, practical approaches to achieving meaningful code coverage...2025-03-151h 49Elixir MentorElixir MentorChristopher Grainger on LangGraphIn this episode, Christopher Grainger, founder of Amplified.ai, joins me to discuss the intersection of Elixir and AI, particularly focusing on Lang graph functionality and agentic workflows. Christopher shares his journey from academia to founding a successful patent search platform, and how Elixir's unique characteristics make it particularly well-suited for AI/ML workloads.We explore how OTP primitives provide natural solutions for agent-based AI systems, discussing how Elixir's actor model aligns perfectly with modern AI architectures. Christopher explains how Amplified.ai transformed their tech stack by moving from Python to Elixir, resulting in significant cost savings...2025-02-231h 45Elixir MentorElixir MentorPeter Ullrich & Alex Koutmos on Building in ElixirIn this laid-back episode of the Elixir Mentor Podcast, Alex Koutmos and Peter Ullrich return for another engaging conversation. The discussion covers various topics, including Alex's recently completed Elixir Patterns book, experiences with AI tools in development, and their thoughts on different CI/CD platforms. They share their experiences using tools like Broadway, GitHub Actions, and ObanPro, while also discussing the challenges and benefits of various development workflows.The conversation takes entertaining detours into cultural differences between Europe and America, from banking systems to education, and includes amusing anecdotes about Peter's new Labrador puppy and temperature measurement...2025-02-151h 25Elixir MentorElixir MentorEllie Fairholm & Josep Lluis Giralt Dโ€™Lacoste on BEAMOpsIn this episode of the Elixir Mentor Podcast, I chat with Ellie and Josep, co-authors of "Engineering Elixir Applications: Navigate Each Stage of Software Delivery with Confidence." They discuss their journey into Elixir development, their experience writing the book together as a couple, and dive deep into DevOps concepts for Elixir applications.The conversation covers their approach to teaching deployment concepts through practical examples, including their use of Docker, Docker Swarm, and Terraform. They explain how they made complex topics accessible by starting with project management and building up to more advanced deployment scenarios.The...2025-02-101h 30Elixir MentorElixir MentorPeter Solnica on JustCrossPostIn this episode of the Elixir Mentor Podcast, we dive into JustCrossPost with creator Peter Solnica, exploring his journey from Ruby to Elixir development and the evolution of his social media automation tool. Peter shares insights on using AI for development, particularly for frontend work, and discusses how his background in functional programming through Ruby helped smooth his transition to Elixir. We explore the technical architecture behind JustCrossPost, including its use of Oban Pro workflows for reliable cross-platform posting, Cloudinary for image optimization, and his approach to testing both backend and frontend components. The conversation also covers the challenges...2025-01-251h 33Elixir MentorElixir MentorZach Daniel on IgniterIn this episode of the Elixir Mentor Podcast, we welcome back Zach Daniel, creator of the Ash Framework, to explore Igniter, a sophisticated code generation and project patching framework for Elixir. Zach shares his vision for modernizing how developers handle project upgrades, installations, and code refactoring in the Elixir ecosystem. We dive into how Igniter streamlines dependency management with smart installers, simplifies project upgrades and provides powerful tools for library authors to create semantic code modifications. Whether you're a library maintainer looking to improve your generators or a developer seeking better tooling for project maintenance, this episode offers valuable...2025-01-111h 39Elixir MentorElixir MentorPeter Ullrich & Alex Koutmos on EZSuiteIn this episode of the Elixir Mentor Podcast, we welcome back Peter Ullrich and Alex Koutmos to discuss their new venture, EZSuite. With over 20 years of combined software engineering experience, they're tackling the challenge of automating away essential but time-consuming aspects of Elixir development. We explore their first product, Phx2Ban, a sophisticated Fail2Ban alternative for Phoenix applications that helps developers implement robust bot protection with minimal setup. Peter, known for his contributions to the Elixir community through his blog and conference talks, and Alex, creator of numerous Elixir libraries and host of the BeamRadio podcast, share their...2024-12-211h 20Elixir MentorElixir MentorPaulo Valente on NxIn this episode of the Elixir Mentor Podcast, I'm joined by Paulo Valente, an R&D Software Engineer and maintainer of Nx, the Numerical Elixir ecosystem. Paulo shares his deep expertise in numerical computing and machine learning within the Elixir ecosystem, discussing both advanced concepts like sharding strategies and fundamentals for newcomers to the field. We explore the technical challenges and opportunities in growing Nx adoption, examining how this powerful library brings tensor computation and machine learning capabilities to Elixir applications. Paulo offers insights into the future directions of numerical computing in Elixir, balancing performance optimization with developer experience...2024-12-141h 16Elixir MentorElixir MentorOwen Bickford on Passwordless authIn this episode of the Elixir Mentor Podcast, I'm joined by Owen Bickford, a Software Engineer at SmartLogic and co-host of the Elixir Wizards podcast. Owen shares his journey developing webauthn_components, an innovative library that brings passwordless authentication to Phoenix applications using WebAuthn standards. We dive deep into the technical challenges of implementing secure, passwordless login flows, and how Phoenix LiveView makes it possible to create seamless user experiences. Owen explains the benefits of WebAuthn over traditional authentication methods, common implementation pitfalls, and best practices for deploying passwordless auth in production. Our conversation also explores his...2024-11-231h 28Elixir MentorElixir MentorMiguel Camba on Beacon CMSโ€™s Visual EditorIn this episode of the Elixir Mentor Podcast, I'm joined by Miguel Camba, a Senior Engineer at DockYard and key contributor to Beacon CMS. Miguel dives deep into the development of Beacon's visual editor, a powerful feature that bridges the gap between developers and content creators. We explore how the team leveraged Phoenix LiveView and JavaScript to build an intuitive, real-time editing experience while maintaining Beacon's commitment to performance. Miguel shares fascinating technical insights about implementing drag-and-drop functionality, handling real-time previews, and managing state across complex visual editing operations. Our conversation covers the challenges of building a modern page...2024-11-161h 21Elixir MentorElixir MentorLeandro Pereira on Beacon CMSIn this episode of the Elixir Mentor Podcast, I'm joined by Leandro Pereira, one of the key developers behind Beacon CMS. Leandro discusses Beacon, a cutting-edge content management system built with Phoenix LiveView that aims to deliver high performance without compromising productivity. We explore how Beacon leverages Phoenix to boost rendering speeds and enhance SEO performance, even for content-heavy pages. Leandro shares insights into Beacon's core components, including its LiveView UI for resource management and the upcoming drag-and-drop page builder for non-technical users. Our conversation covers Beacon's innovative approach to web development, its open-source nature, and the project's journey...2024-11-091h 36Elixir MentorElixir MentorSteve Bussey on Ruby to ElixirIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I welcome Steve Bussey, author of "Real-Time Phoenix" and "From Ruby to Elixir." We'll discuss Steve's journey transitioning from Ruby to Elixir, discussing key differences between the languages and Elixir's unique strengths in building scalable, real-time applications. Steve shares insights from his experience as a software engineer and entrepreneur, including lessons learned while building SUPERED. Whether you're a Ruby developer considering Elixir or an Elixir enthusiast seeking advanced techniques, this episode offers valuable advice for your programming journey. #ElixirLang #RubyToElixir #WebDevelopment 2024-11-021h 31Elixir MentorElixir MentorParker & Shannon Selbert on ObanIn this episode of the Elixir Mentor Podcast, the go-to source for All Things Elixir, Parker and Shannon Selbert, the creators of Oban, join me to discuss their groundbreaking work. We explore the journey of developing Oban, a powerful job processing system that has become essential for thousands of Elixir applications. The Selberts share their vision behind Oban's creation, emphasizing its core principles of reliability, consistency, and observability in background job processing. Our conversation covers how Oban achieves impressive performance and touches on its evolution from open-source beginnings to the advanced capabilities of Oban Pro...2024-10-261h 35Elixir MentorElixir MentorGreg Medland on Elixir JobsIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm excited to welcome Greg Medland, a seasoned Elixir developer recruiter with over 4 years of experience placing talent across the US and Canada. We'll dive into the current Elixir job market, exploring trends, opportunities, and challenges facing both employers and job seekers in this growing field. Greg will share invaluable insights on what companies are looking for in Elixir developers and how candidates can position themselves for success. The discussion will cover the evolution of Elixir jobs, key skills that make candidates stand out...2024-10-201h 04Elixir MentorElixir MentorPeter Ullrich on Getting Started with ElixirIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm excited to welcome back Peter Ullrich, a returning guest and passionate Elixir advocate. We'll dive into Peter's latest project, runelixir.com, a free resource designed to help newcomers get started with Elixir. Peter will share insights on best practices for learning Elixir, common pitfalls to avoid, and why he believes Elixir is an excellent choice for developers. We'll explore the features of runelixir.com and how it aims to simplify the learning process for beginners. Additionally, we'll touch on indiecourses.com, another platform...2024-10-121h 27Elixir MentorElixir MentorDaniil Popov on Embedded AnalyticsIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm excited to welcome Daniil Popov, creator of an innovative embedded analytics tool for Phoenix projects. We'll explore Daniil's journey developing this tool, which seamlessly integrates analytics capabilities into Phoenix applications. Daniil will share his experiences, challenges, and the advantages of using Elixir and Phoenix for this project. We'll discuss how his tool enhances the Elixir development experience and its potential impact on analytics in Elixir applications. This episode offers valuable insights for Phoenix developers, Elixir enthusiasts, and tech leaders...2024-10-051h 23Elixir MentorElixir MentorLevi Robertson on building double-zeroIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm excited to welcome Levi Robertson, CEO and founder of double-zero (00). Levi's company offers a unique, self-hosted email monitoring service that integrates with Amazon SES, allowing users to take full control of their email platform. We'll explore Levi's journey as he built double-zero using Elixir, a language he was new to when he started this venture. Levi will share his experiences navigating the learning curve of a new programming language while developing a complex platform. We'll discuss the challenges he faced, his...2024-09-291h 56Elixir MentorElixir MentorFilipe Cabaco on SupabaseIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm excited to welcome Filipe Cabaco, a talented Elixir developer at Supabase, an open-source real-time database platform. Filipe has been key in enhancing Supabase's real-time capabilities, particularly Broadcast and Presence Authorization. We'll explore Supabase's Elixir-powered real-time engine, discussing how Filipe leveraged Elixir's strengths to build scalable solutions for data synchronization and user presence management. We'll examine the challenges of implementing these features in a distributed system, the role of Elixir's concurrency model and OTP, and how Supabase's offerings fit into the landscape...2024-09-211h 59Elixir MentorElixir MentorMichael Lubas on Securing & Deploying Elixir AppsIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm thrilled to welcome back Michael Lubas, CEO of Paraxial.io. This special episode explores the powerful combination of Paraxial.io's security solutions and Elixir-focused hosting platforms like Gigalixir. We'll dive into how these services complement each other to provide a robust, secure environment for deploying Elixir applications. Michael will share insights from his recent blog post about integrating Paraxial.io with Elixir deployments, covering topics such as preventing SQL injection, remote code execution, and cross-site scripting. The discussion will also touch...2024-09-101h 01Elixir MentorElixir MentorBrian Cardarella on LiveView NativeIn this episode of the Elixir Mentor Podcast, the go-to source for All Things Elixir, Brian Cardarella, CEO of DockYard, joins to discuss LiveView Native. This conversation explores how LiveView Native enables developers to build native and web applications seamlessly with Phoenix, allowing teams to do more with less. Brian shares insights on how a single team can now manage front-end development for both web and native applications using a single codebase, leveraging Phoenix's server-side rendering. This episode offers valuable perspectives for Elixir developers on the future of cross-platform development, discussing how to build complex, client-side applications...2024-09-042h 01Big App EnergyBig App EnergyStrategies for Long-Term SuccessIn this episode of Big App Energy, hosts Ben and Jacob share essential tips for tech startups on creating future-ready websites that stand the test of time. They dive into the importance of scalable architecture, adaptability to emerging technologies, and data-driven optimization. Ben and Jacob explore long-term SEO strategies, security considerations, and integration capabilities that set businesses up for sustained online success. Whether you're a new startup or an established company, this episode offers valuable insights on building a web presence that grows with your business. Tune in for expert advice on crafting websites that not only meet today's...2024-08-311h 14Elixir MentorElixir MentorDaniel Bergholz on Language LeapsIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, join me and Daniel Bergholz as we explore his fascinating journey from JavaScript to Elixir. We'll dive into comparisons between these two languages, uncover the unique aspects of Elixir that captured Daniel's interest, and discuss the challenges and rewards of transitioning between programming paradigms. Daniel will also share insights about TechSchool, his platform for sharing free learning resources, and offer valuable advice for small content creators in the tech space. Whether you're a seasoned Elixir developer or just starting your coding journey...2024-08-241h 38Elixir MentorElixir MentorAdolfo Neto on Sharing KnowledgeIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, join me and Adolfo Neto as we explore the importance of knowledge exchange in the software engineering community. We'll discuss how podcasts, conferences, and other mediums help share valuable insights and foster collaboration. Adolfo will share his experiences as a researcher and educator, highlighting the role of education in building strong tech communities. Whether you're a software developer or an educator, this episode offers practical advice on fostering a culture of continuous learning...2024-08-171h 00Elixir MentorElixir MentorCarlo Gilmar on Visual ThinkingIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, join me as I chat with Carlo Gilmar, a software engineer at Erlang Solutions and founder of Visual Partner. Carlo combines his expertise in software engineering with visual storytelling, transforming technical presentations into insightful visual summaries. We'll discuss his unique approach, insights into Erlang, and the intersection of art and technology. #ElixirLang #VisualPartner #ErlangSolutions #ArtAndTechnology Connect with Carlo: X: Follow Carlo on X (Twitter) Website: Explore Visual Partnership Constellations SUPPORT ELIXIR MENTOR ๐ŸŒ My web...2024-08-101h 02Big App EnergyBig App EnergyHiring vs DIY WebsitesIn this episode of Big App Energy, hosts Ben and Jacob share essential tips for tech startups on the crucial decision between hiring a professional website developer and DIY approaches: Explore pros and cons of DIY website building tools vs. professional development Uncover hidden "gotchas" in self-built websites: performance, security, and scalability issues Learn what to watch for when hiring a developer: hosting, analytics, and framework choices Discover why common tools aren't always the best fit, with insights on alternative technologies Packed with practical advice, this episode helps developers and entrepreneurs make informed decisions about their web...2024-08-0856 minElixir MentorElixir MentorDave Lucia on Rustler & Team BuildingIn 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: Conne...2024-08-031h 09Big App EnergyBig App EnergyWebsite AnalyticsIn this episode of Big App Energy, hosts Ben and Jacob share essential tips for tech startups leveraging site analytics and data-driven decision-making. They explain why analytics matter for websites and online businesses, emphasizing their role in understanding user behavior and measuring marketing effectiveness. Discover key metrics and insights, including traffic data, audience demographics, and conversion rates. Learn how to use analytics tools to improve user experience, refine content strategy, and enhance overall site performance. The hosts discuss popular analytics platforms like Google Analytics and Plausible, highlighting their features and benefits. This episode is filled with practical advice to...2024-07-241h 03Elixir MentorElixir MentorAndrew Stewart on JS in LiveViewIn 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 } } 2024-07-201h 57Elixir MentorElixir MentorAndrรฉs Alejos on LiveBookIn 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...2024-07-131h 34Elixir MentorElixir MentorSaลกa Juriฤ‡ on Elixir Insights & AdviceIn this episode of the Elixir Mentor Podcast, I'm excited to have Saลกa Juriฤ‡, the author of "Elixir in Action," now in its third edition as of February 2024. Saลกa has a ton of experience in developing web and desktop applications with Elixir, Erlang, Ruby, JavaScript, C#, and C++. We'll have a wide-ranging discussion touching on everything from the evolution of Elixir and its ecosystem to real-world applications, performance optimization, and future trends. Whether you're interested in the technical aspects of Elixir, its practical applications, or the vibrant community around it, this conversation will be engaging and...2024-06-291h 06Big App EnergyBig App EnergySEO & Site PerformanceIn this episode of Big App Energy, hosts Ben and Jacob share tips for tech startups by diving into SEO, site performance, and conversions. They start by defining SEO and explaining its importance for visibility and traffic. Discover best practices for on-page and off-page optimization, including keyword research, internal linking, and content creation. Learn how to measure and monitor SEO performance using tools like Google Search Console and UnLighthouse. Understand the impact of site performance on user experience and SEO, and get tips for improving load times and conversions. This episode is packed with insights to help new developers...2024-06-271h 11Elixir MentorElixir MentorSean Moriarity on Machine Learning in ElixirIn 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 lea...2024-06-161h 13Big App EnergyBig App EnergyWhy you need ElixirIn this episode of Big App Energy, hosts Ben and Jacob share valuable tips for tech startups by discussing Hired Gun Apps' go-to stack, PETL, and why they use it. They explore the history of the BEAM VM and Erlang, showcasing how Elixir builds upon this foundation to provide a developer-friendly language with powerful concurrency features. Discover the benefits of using Phoenix LiveView for real-time, interactive web applications, and how Tailwind CSS enables rapid UI development. Ben and Jacob also highlight the importance of PostgreSQL as a reliable database backend. This episode is packed with insights to help new ...2024-06-131h 09Elixir MentorElixir MentorZach Daniel on the Ash FrameworkIn this episode of the Elixir Mentor Podcast, your go-to source for all things Elixir, we sit down with Zach Daniel, the creator of the Ash Framework! ๐ŸŽ™๏ธ๐Ÿ’ป We'll discuss the development of the Ash Framework, its impact on building robust and maintainable Elixir applications, and its future direction. ๐ŸŒŸ Zach will explain how Ash simplifies complex business logic and enhances productivity for developers. ๐Ÿš€ The Ash Framework offers a declarative approach to define resources, relationships, and actions, making it easier to manage and evolve applications over time. Key features include: Declarative resource definitions Customizable actions Fine-grained access control...2024-06-091h 26Big App EnergyBig App EnergyEvolution of Web DevelopmentIn this episode of Big App Energy, hosts Ben and Jacob share valuable tips for tech startups by diving into the history of web development. From the early days of static HTML to the rise of frameworks like React, Angular, and Vue.js, they discuss the lessons learned over the decades. Discover the advantages and limitations of site builders, the benefits of server-side rendering (SSR), and why Phoenix LiveView offers a compelling solution for modern web applications. This episode is packed with insights to help new developers and small business owners make informed decisions about technology choices, saving time...2024-05-301h 14Elixir MentorElixir MentorJosรฉ Valim on Elixir's 12th BirthdayIn 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 #Fun...2024-05-251h 42Big App EnergyBig App EnergyHiring Tech TalentIn this episode of Big App Energy, Ben and Jacob share essential tips for tech startups navigating the competitive hiring landscape. Learn how to move beyond traditional whiteboarding and coding challenges, focusing instead on candidates' practical experience, problem-solving skills, and communication abilities. Discover the value of prioritizing portfolios and open-source contributions over credentials and why hiring for potential and embracing diverse backgrounds can lead to a stronger team. Explore the significance of soft skills, cultural fit, and offering paid coding exercises. Find out how remote teams and continuous evaluation can revolutionize your hiring process. Tune in for actionable insights...2024-05-161h 03Elixir MentorElixir MentorTony Dang on Offline-Enabled LiveViewIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm excited to chat with Tony Dang, a talented web developer who has pushed the boundaries of LiveView's offline capabilities. ๐ŸŒŸ๐Ÿ’ป๐Ÿ”Œ By combining Phoenix LiveView, Svelte, and Yjs, Tony has created an offline-enabled, real-time application that seamlessly synchronizes data and maintains interactivity, even without an internet connection. ๐Ÿš€๐Ÿ”ง๐ŸŒ This innovative approach is a game-changer, demonstrating how to overcome the limitations of LiveView's server-rendered, socket-based architecture and deliver exceptional user experiences. ๐Ÿ’ก๐Ÿ”„ Join us as Tony shares his technical insights, practical tips, and lessons learned thro...2024-05-0457 minBig App EnergyBig App EnergyImplementing Continuous Integration & Continuous DeploymentIn this episode of Big App Energy, we share essential tips for tech startups looking to implement Continuous Integration and Continuous Deployment (CI/CD) in their software development process. Join Ben Kimble and Jacob Luetzow as they break down the concepts, benefits, and best practices of CI/CD for your tech startup. Discover how to streamline your development workflow, catch bugs early, and deploy updates with confidence. Learn from real-world examples and expert insights on how to choose the right tools, automate your pipeline, and foster a culture of collaboration and innovation. Whether you're a product owner or a...2024-05-0250 minElixir MentorElixir MentorAlex Koutmos on Elixir PatternsIn 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...2024-04-271h 10Elixir MentorElixir MentorBruce Tate on Educating the Elixir CommunityIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm stoked to welcome Bruce Tate, a renowned Elixir trainer, author, and founder of Groxio, a programming content company that offers public and private training for Elixir, Phoenix LiveView, and OTP. ๐ŸŒŸ๐Ÿ“š๐Ÿ’ผ With bestselling books like "Programming Phoenix," "Adopting Elixir," and "Designing Systems with OTP," Bruce is a true Elixir expert and a wealth of knowledge in the community. ๐Ÿ“–๐Ÿ’ก We'll dive into Bruce's insights on rapidly building complex, scalable web applications using Elixir, the highly performant and fault-tolerant functional language, and Phoenix LiveVie...2024-04-131h 00Elixir MentorElixir MentorWout De Puysseleir on Svelte inside Phoenix LiveViewIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm excited to welcome Wout De Puysseleir, a full-stack web developer with over 8 years of professional experience and a passion for remote work. ๐ŸŒ๐Ÿ’ป Born and raised in Belgium and currently residing in Vancouver, Canada, Wout's sharpest tools in his toolbox include Python, Django, Elixir, Phoenix, Svelte, and Docker. ๐Ÿ› ๏ธโœจ We'll dive into Wout's fascinating open-source project, LiveSvelte, a package that seamlessly integrates Svelte with Phoenix LiveView, delivering end-to-end reactivity inspired by Ryan Cooke's work on E2E reactivity. ๐Ÿš€โšก Wout will share his ins...2024-04-061h 07Big App EnergyBig App EnergyDecoding APIsIn this episode of Big App Energy, we share essential tips for tech startups on mastering APIs and unlocking their potential for business growth and innovation. Join your hosts, Ben and Jacob, as they decode the concept of APIs, explaining how these crucial tools allow different software systems to communicate and exchange data. Discover the benefits of using APIs in your software development process, from leveraging existing functionality and promoting code reusability to enabling seamless integration between diverse platforms. Learn best practices for designing, implementing, and securing APIs, and explore real-world examples of successful API-driven businesses. Whether you're a...2024-04-041h 04Elixir MentorElixir MentorBenjamin Schultzer on Real-time Database ObservabilityIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm thrilled to welcome Benjamin Schultzer, a Senior Engineer who is building a real-time database observability tool for Ecto and Phoenix LiveView. ๐Ÿ”๐Ÿ’ก Benjamin will share his insights into the challenges developers face when working with databases in Elixir applications and showcase his solution. We'll explore how his tool integrates seamlessly with Ecto to provide developers with valuable insights into query performance, database connections, and potential bottlenecks. We'll also dive into the world of Phoenix LiveView and discover how Benjamin's real-time observ...2024-03-301h 10Elixir MentorElixir MentorPeter Ullrich on Elixir and Online Course CreationIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I sit down with Peter Ullrich, a Senior Elixir developer, PragProg Author, Public Speaker, and Blogger. ๐Ÿš€ We'll explore his unique journey from psychology to software development and discuss his passion for Software Architecture, Product Engineering, and knowledge sharing. Discover how Peter's background in psychology influences his approach to coding and learn about his experience as a founder of "Indie Courses." We'll explore the challenges of creating and selling video courses and how Indie Courses help creators succeed in the competitive onl...2024-03-241h 04Big App EnergyBig App EnergyRemote Work Done RightIn this episode of Big App Energy, we share essential tips for tech startups looking to embrace remote work in software development. Join Ben Kimble and Jacob Luetzow as they explore the benefits, challenges, and best practices of managing remote teams. Discover how to overcome communication barriers, maintain team cohesion, and avoid micro-management pitfalls. Learn from real-world case studies and success stories, and gain actionable insights to help your remote software development team thrive. Whether you're a product owner or a developer, this episode will provide you with the tools and strategies needed to do remote development right and...2024-03-211h 02Elixir MentorElixir MentorMichael Frew on the Tech Acquisition BlueprintIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I sit down with Michael Frew, an online business acquisitions expert. ๐Ÿš€ We'll dive into his journey from corporate consulting to acquiring online companies, including Gigalixir, Elixir's Platform as a Service. Discover why IT professionals should consider buying instead of starting businesses, and learn about Michael's 8-step framework for acquiring online companies. We'll discuss the advantages of investing in online businesses, particularly in the Elixir ecosystem, and explore the future of Gigalixir. Don't miss this chance to gain valuable insights into onl...2024-03-1657 minElixir MentorElixir MentorRoman Kotov on Creative Tech SolutionsIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I sit down with Roman Kotov, a trailblazer in custom smart home solutions. We'll unravel the story behind Exshome, Roman's platform that's redefining the boundaries of smart homes by enabling enthusiasts to create their personalized setups. From using old USB webcams and Raspberry Pis to crafting unique CCTV solutions, we'll explore how Exshome empowers you to bring your unused gadgets back to life. Our discussion will cover: The challenges of traditional smart home systems The technical foundations of Exshome...2024-02-2456 minElixir MentorElixir MentorGustavo Oliveira on Tailwind in PhoenixIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I sit down with Gustavo Oliveira, an Elixir tutorial pro. In this session, we'll explore the integration of Tailwind CSS with Phoenix 1.7 and how Phoenix now includes Tailwind by default, making web development more streamlined. We'll dive into the advantages, key features, and impact on your projects, highlighting the ease and efficiency of building web applications with Phoenix and Tailwind. This show is packed with insights, from the utility-first approach of Tailwind to the real-time capabilities of LiveView. Whether you're...2024-02-1747 minElixir MentorElixir MentorAndrew Stewart on LiveView the Doโ€™s and Donโ€™tsIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I sit down with Andrew Stewart, who runs his own educational YouTube channel under the username @srcrip. We are discussing the best practices and potential pitfalls of LiveView and other intricacies involved in developing a real-time web application with LiveView. Our conversation covers an assortment of topics ranging from streams to JS hooks. We conclude by discussing general development experiences and some open-source projects. It's a whole stream of great information. You won't regret tuning in! #ElixirLang #LiveView...2024-02-101h 07Elixir MentorElixir MentorThomas Millar on Machine Learning & ElixirIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I sit down with Thomas Millar, the creator of "instructor_ex." This tool is taking Elixir into the future of AI by structuring LLM outputs to match Ecto schemas. We'll delve into the development process, explore Thomas's background in machine learning and Python, and discuss the possibilities for Elixir in AI. This talk is a must-attend for anyone interested in the intersection of Elixir and machine learning. Don't miss this chance to gain insights into the future of tech with...2024-02-0556 minElixir MentorElixir MentorMichael Lubas on Securing ElixirIn this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I sit down with Michael Lubas, the founder of Paraxial.io. Dive into the conversation as we explore the innovative security solutions Paraxial.io offers for Elixir and Phoenix applications. Discover how this platform revolutionizes application security, from bot defense to compliance with critical security standards. Take advantage of Michael's insights and experiences about building a niche security platform and the evolving cybersecurity landscape in the Elixir ecosystem. Join us for an engaging and informative session that's a...2024-02-0437 minBig App EnergyBig App EnergyChoosing the Right Database for Your AppJoin hosts Ben Kimble and Jacob Luetzow as they explore databases in modern app development in this episode of Big App Energy. They start with the basics, defining a database and how it plays a critical role in app functionality and performance. Then, they take a comprehensive tour of various databases, including Relational, NoSQL, In-Memory, and Cloud-Based databases, explaining their characteristics, pros, and cons.Discover the power and challenges of popular relational databases like MySQL, Oracle, and Microsoft SQL Server, and learn how NoSQL databases like MongoDB and Redis are changing the way we handle large volumes of unstructured...2023-08-0233 minBig App EnergyBig App EnergyThe Power of Cross-Platform DevelopmentTune into Big App Energy, where hosts Ben Kimble and Jacob Luetzow demystify the increasingly popular world of cross-platform development. In this episode, they break down the basics of building apps for multiple platforms from a single codebase and compare it to the native app development process. They also dive into the key advantages and potential drawbacks of this approach, touching on topics such as cost-effectiveness, performance issues, and the ability to reach a wider audience. The episode wraps up with a spotlight on popular cross-platform development tools such as React Native, Xamarin, and Flutter. Whether you're a seasoned...2023-07-1222 minBig App EnergyBig App EnergyApp Localization: A Key to Global SuccessIn this episode of the Big App Energy Podcast, hosts Ben Kimble and Jacob Luetzow unravel the concept of app localization, a crucial component in scaling and expanding the reach of your application in today's global market. We begin by introducing and defining the term "app localization," including aspects like translation, number formatting, and region-specific content curation. We then delve into its importance, discussing why it should be a key consideration from day one of your development journey if global reach is the goal. Throughout the episode, we break down the process of app localization into digestible segments, from...2023-06-2819 minThe Devslopes Podcast with Mark WahlbeckThe Devslopes Podcast with Mark WahlbeckHow to Work Remotely as a Developer & Become a Digital NomadIn this episode I interview Jacob Luetzow and we talk about his journey from manufacturing mechanic to becoming a full-time remote programmer. He literally chose programming so he could have the lifestyle he wants -- which is traveling the country and living in the mountains. He now works for a startup based in Austin, but lives miles from humanity in a tiny cabin in the woods. We talk apps, and startups, and the brand new product Jacob is building and how he hopes to gain traction.2020-07-1542 min