Informações:
Sinopse
Elixir Mix is a weekly show focused on the Elixir programming community. Our panel discusses topics around functional programming, the Elixir ecosystem, and building real world apps with Elixir based tools and frameworks.
Episódios
-
Event-Driven Elixir with Thomas Kunnumpurath - EMx 166
09/03/2022 Duração: 01h18sIn this episode the panel talks to Thomas Kunnumpurath about how to build event-driven systems in Elixir and what tradeoffs different approaches have. The panel probes Thomas - who is a relative newcomer to Elixir but well versed in building event-based systems - on his experience with various event brokers and compares how using an event broker differs from using the BEAMs built-in distribution mechanisms. Additionally the panel provides some insight into the BEAM’s history and for which context the BEAM’s distribution mechanisms were optimized. At the end Thomas asks the panel for some suggestions on how he can continue his BEAM journey with more advanced learning material. Sponsors Top End DevsCoaching | Top End Devs Links Event Driven Elixir (Blogpost)Programming Elixir 1.6 (Book)SolaceRabbitMQKafka ApacheHiveMQEclipse MosquittoOpenTelemetryElixir in Action (Book)The Little Elixir & OTP Guidebook (Book)Concurrent Data Processing in Elixir (Book) Picks Adi- Horizon Forbidden West (Game)Adi- Elix
-
Learning Erlang with Adolfo Neto - EMx 165
02/03/2022 Duração: 55minIn this episode the panel talks with Adolfo Neto who went out to learn Erlang during last year’s “Advent of Code”. He talks about his experience with the format, compares it against using a platform such as exercism.org - where mentors can give feedback - and how this shaped his perception of the onboarding experience of Erlang. The panel also discusses Adolfo’s involvement in the Erlang Ecosystem Foundation’s education working group and what they think Erlang - and Elixir - could do better to attract newcomers and make onboarding easier. Sponsors Top End DevsCoaching | Top End Devs Links Advent of CodeErlang Ecosystem FoundationJosé Valim on Twitch (Advent of Code Streams)ExercismGitHub - livebook-dev/livebook: Interactive and collaborative code notebooks for Elixir - made with Phoenix LiveViewProgramming Erlang (Book)Learn You Some Erlang (Book)GitHub - gfngfn/Sesterl: An ML-like statically-typed ErlangNova Framework (Erlang)Zotonic Framework (Erlang)Telegram: Elixir World (Group)Slack: Erlang Ecosyste
-
Reusable Ecto Code with Mika Kalathil - EMx 164
23/02/2022 Duração: 42minIn this episode the panel talks with Mika Kalathil about how to write Ecto code which makes it straight-forward to reuse and compose. In addition they discuss the advantages of having a streamlined and consistent error handling strategy and how all of that flows together in big, monolithic applications. Sponsors Top End DevsCoaching | Top End Devs Links Creating Reusable Ecto Code in ElixirGitHub - MikaAK/ecto_shorts: Shortcuts for ectoGitHub - MikaAK/elixir_error_messageblitz.gglearn-elixir.devElixir Slack: Mika Kalathil Picks Allen- Elgato Stream DeckMika- GitHub - MikaAK/absinthe_generatorSascha- Dyson Sphere Program (Game)Sascha- Dare to Lead Special Guest: Mika Kalathil.Sponsored By:Coaching | Top End Devs: Do you want to level up your career? or go freelance? or start a podcast or youtube channel? Let Charles Max Wood Help You Achieve Your DreamsTop End Devs: Learn to Become a Top 5% Developer. Join our community of ambitious and engaged programmers to learn how.Advertising Inquiries: https://re
-
Code Quality Tools In Elixir - EMx 163
16/02/2022 Duração: 01h52sToday, the gang discusses the best code-quality tools that you NEED in your Elixir tool-belt, plus what to look out for in the Elixir world this year. It's gonna be a good one! Sponsors Top End DevsCoaching | Top End Devs Links GitHub - rrrene/credoGitHub - christopheradams/elixir_style_guideTwitter: @josevalim - using mix format on .heex filesGitHub - elixir-wallaby/wallabyGitHub - jeremyjh/dialyxirGitHub - nccgroup/sobelowGitHub - dnlserrano/exavierGitHub - devonestes/muzakGitHub - tmbb/darwinGitHub - whatyouhide/stream_data Picks Adi- QuickCheck (Haskell)Adi- GitHub - thebugcatcher/excoveralls_utilsAllen- Smart lighting | Philips HueSascha- Storm Front: The Dresden Files Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/elixir-mix--6102049/support.
-
To Umbrella or not to Umbrella - EMx 162
09/02/2022 Duração: 45minIn this episode the panel is picking up an often discussed topic in the Elixir community: umbrella projects and possible alternatives. They go over what an umbrella project actually is and their experiences with them. Based on this they go over the trade-offs you better know about, restrictions which might come back to bite you and how possible alternatives - like a monolithic app, “poncho” projects, or separate services - fare up against umbrella projects. In the end they also reflect on what has been said and give their opinions on how they’d built a complex greenfield project today. Sponsors Top End DevsCoaching | Top End Devs Links Umbrella projects (Elixir’s official website)Poncho Projects (Blog post)Dave Thomas: Keynote (Video)DDD, Hexagonal, Onion, Clean, CQRS, … How I put it all together (Blog post) Picks Adi- Microservices.ioSascha- Domain-Driven Design Distilled (Book)Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of
-
Full-text Search Powered by Elasticlunr with Rasheed Atanda - EMx 161
02/02/2022 Duração: 45minIn this episode Adi, Allen, and Sascha talk with Rasheed Atanda about his library Elasticlunr which brings the power of full-text search to the BEAM without any external dependencies. They discuss where the library is standing right now, how indexing works in detail, and the benefits and drawbacks of having an external dependencies - such as Elasticsearch - compared to running it inside the same BEAM instance as your application. Sponsors Top End DevsCoaching | Top End Devs Links Introduction to ElasticlunrGitHub - heywhy/ex_elasticlunr: Elasticlunr is a small, full-text search library for use in the Elixir environment. It indexes JSON documents and provides a friendly search interface to retrieve documents.GitHub Discussions for Elasticlunr Picks Adi- Weekly mentorship program for underrepresented groups in tech. Reach out to Adi via twitter or gmail if interested. Twitter: @lebugcatcher Gmail: aditya7iyengar@gmail.comAllen- Blockchain in Action Sascha- GitHub - junegunn/fzf: A command-line fuzzy finde
-
OTP in Depth - EMx 160
26/01/2022 Duração: 44minIn this episode Allen and Sascha talk about OTP and what people usually mean, when they say that it’s more of an intermediate topic. They discuss how work gets fairly scheduled on the BEAM, the start and shutdown behavior of BEAM applications, what supervision trees actually are, and why you probably shouldn’t start a process unsupervised. Sponsors Top End DevsCoaching | Top End Devs Links The Soul of Erlang and Elixir • Saša Jurić • GOTO 2019 (Talk)DynamicSupervisor (Elixir Docs)PartitionSupervisor (GitHub Pull Request)Handling of Exit Signals (Erlang Docs)SASL - Error Logging (Erlang Docs)GenServer (Elixir Docs)Sponsored By:Coaching | Top End Devs: Do you want to level up your career? or go freelance? or start a podcast or youtube channel? Let Charles Max Wood Help You Achieve Your DreamsTop End Devs: Learn to Become a Top 5% Developer. Join our community of ambitious and engaged programmers to learn how.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/pr
-
When NOT To Use Elixir - EMx 159
19/01/2022 Duração: 01h29sIn this episode, Allen, Sascha, and Adi discuss the type of apps where Elixir is a no-go, the weak spots you NEED to know to avoid headaches, and what alternatives the panelists recommend for very complex workflows. Sponsors Top End Devs Coaching | Top End Devs Picks Adi- Real World HaskellAdi- Learn You a Haskell for Great Good!Allen- Testing LiveViewSascha- Blades in the DarkSascha- Band of BladesSponsored By:Coaching | Top End Devs: Do you want to level up your career? or go freelance? or start a podcast or youtube channel? Let Charles Max Wood Help You Achieve Your DreamsTop End Devs: Learn to Become a Top 5% Developer. Join our community of ambitious and engaged programmers to learn how.Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/elixir-mix--6102049/support.
-
Getting Elixir Right with Alex Burlacu - EMx 158
12/01/2022 Duração: 01h01minExcited about Elixir but not sure how to get the most out of it? We’ve got you covered. In this episode, the Elixir Mix roundtable sits down with Alex Burlacu, a software developer whose specialities include Elixir, machine learning, and blowing his own mind. They talk about this ONE Elixir feature that surprised Alex, the do’s and don’ts of pattern matching and guards, and why Elixir is making Java shake in its boots. _“It was really nice seeing how my students were reacting to what’s possible with Elixir. One of my students’ implementations was 5x simpler than Java!” Alex Burlacu_ In This Episode How Alex is using and teaching this MIND-BLOWING feature of Elixir Alex and the roundtable discuss the non-negotiable Do’s and Don’ts of pattern matching and guards Why Elixir is starting to make Java run for its money (and why students love it) The KEY difference between destructing and pattern matching (knowing this will save you time and headaches) Sponsors Top End DevsCoaching | Top End Devs Links Elixi
-
Twitch Streaming with Elixir and Phoenix ft. Erik Guzmán - EMx 157
05/01/2022 Duração: 52minWant to see Elixir/Phoenix out in the wild? In this episode, Allen sits down with Erik Guzmán, a developer whose proficiency in Elixir/Phoenix enabled him to created instant closed captions for both Twitch and Zoom audiences. The two discuss why Elixir is so seamless in its scaling capabilities, how Elixir’s ability to reveal errors sooner saved Erik’s behind once or twice, and the biggest lessons Erik learned from burn out. _“Because of how scalable and efficient things are, every client on Twitch is able to connect directly to my servers and get captions. I’ve been able to make a richer user experience.” Erik_ In This Episode Why Erik moved from Ruby to Elixir and why it’s seamless for scaling How Erik’s live streaming programming for Twitch and Zoom is changing the game for speech-to-text What Erik learned from building code manually in Elixir/Phoenix, revealing something not-so-great about Ruby on Rails How Elixir reveals errors before they become life-threatening, saving Erik from a world of hurt Wha
-
A personal Brain with Nerves and LiveBook with Dimitris Zorbas
23/12/2021 Duração: 39minIn this episode we talk with Dimitris Zorbas and how he built Brain using Nerves and LiveBook to teach a RaspberryPi to display quotes and highlights from his Kindle. We also talk about how the exciting developments in the Elixir ecosystem intertwine to create experiences bigger than the part of their sums and what part LiveBook will probably play in the future of these developments. Panel Allen WymaSasha Wolf Guest Dimitris ZorbasAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/elixir-mix--6102049/support.
-
3 Fundamental Pillars You Need to Succeed as an Entrepreneur - BONUS
16/12/2021 Duração: 01h05minGet Lifetime Access to Mani's Entrepreneurship Pack and Book Club. Use coupon code "GREAT" Mani has summarized hundreds of business books that outline how to build, grow, and operate a business and he shares his expertise with Chuck and the listeners in this special episode. Chuck and Mani discuss what it takes to be a successful entrepreneur. They talk about their businesses on a regular basis and Chuck's been getting a lot of requests for entrepreneurship help. He and Mani talk about the 3 primary things that add momentum to your business and help you keep the momentum up when setbacks come your way. Get Lifetime Access to Mani's Entrepreneurship Pack and Book Club. Use coupon code "GREAT"Special Guest: Mani Vaya. Advertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/elixir-mix--6102049/support.
-
Deploying Elixir with Miguel Cobá - EMx 155
15/12/2021 Duração: 54minIn this episode we talk with Miguel Cobá about his book and article series “Deploying Elixir” which includes various ways to deploy your Elixir applications. We discuss the history of deploying Elixir apps, common pitfalls, and the pros and cons of going with a solution like Kubernetes compared to a “bare” server approach. Panel Allen WymaSascha Wolf Guest Miguel Cobá Sponsors Top End DevsCoaching | Top End Devs Links Deploying Elixir - Miguel Cobá (Articles)Deploying Elixir - Miguel Cobá (Book)KubernetesGitHub - bitwalker/libcluster: Automatic cluster formation/healing for Elixir applicationsasdf (version manager)Deploying Elixir - Miguel Cobá 1Miguel CobáTwitter: Miguel Cobá ( @MiguelCoba_ ) Picks Allen- Code Like a Pro in RustMiguel- Programming Phoenix LiveViewSascha- Search Inside Yourself Special Guest: Miguel Cobá.Sponsored By:Coaching | Top End Devs: Do you want to level up your career? or go freelance? or start a podcast or youtube channel? Let Cha
-
Runtime Type Checking with Marten (Wiebe-Marten) Wijnja - EMx 154
08/12/2021 Duração: 49minIn this episode we talk with Marten (Wiebe-Marten) Wijnja about his library TypeCheck which brings runtime type checking to your Elixir project and more. We also talk about the virtues of types in general, which value dialyzer brings, and how to use your type specs to run spec tests, which is a feature of TypeCheck. Panel Allen WymaSascha Wolf Guest Marten (Wiebe-Marten) Wijnja Sponsors Top End DevsCoaching | Top End Devs Links GitHub - Qqwy/elixir-type_checkIntroducing TypeCheck — TypeCheck v0.10.4ElixirForum - TypeCheck - Fast and flexible runtime type-checking for your Elixir projectsComparing TypeCheck and Norm — TypeCheck v0.10.4GitHub - elixir-toniq/normRacket (Language)Clojure (Language)Floating point issuesGleam (Language)GitHub - whatyouhide/stream_dataElixirForum: Wiebe-Marten Wijnja (Qqwy)ResiliaWiebe-Marten WijnjaGitHub: Qqwy / Marten ( Qqwy )Twitter: Wiebe Marten ( @WiebeMarten ) Picks Allen- pgAdmin - PostgreSQL ToolsMarten- 100 Years of Erlang |
-
Mastering LiveView ft. Sophie DeBenedetto - EMx 153
01/12/2021 Duração: 52minSophie DeBenedetto rejoins the mix to discuss the latest developments in LiveView and how to use it to best effect in your Phoenix applications. She also discusses co-authoring the book "Programming Phoenix LiveView" with Bruce Tate and how the future of the project will drive the future of the book. Panel Adi IyengarAllen WymaCharles Max WoodSascha Wolf Guest Sophie DeBenedetto Sponsors Top End DevsCoaching | Top End Devs Links LiveView Integration Tests in Elixir | AppSignal BlogElixirConf 2021 - Chris McCord - The Future of Full-stack - YouTubeGitHub - grych/drab: Remote controlled frontend framework for Phoenix.GitHub - chrismccord/render_sync: Real-time Rails PartialsProgramming Phoenix LiveView: Interactive Elixir Web Programming Without Writing Any JavaScript by Bruce A. Tate and Sophie DeBenedettoBeam RadioTwitter: Sophie DeBenedetto ( @sm_debenedetto ) Picks Adi- GitHub - elixir-lang/elixir: Elixir is a dynamic, functional language designed for b
-
BONUS: How to do LARGE Volumes of HIGH Quality Work - While Spending Fewer Hours Working
25/11/2021 Duração: 47min<!-- wp:heading --> Get the Black Friday/Cyber Monday "Double Your Productivity by 5pm Today" Deal Coupon Code: "DEEP" for a GIANT discount Mani provides us with strategies and tactics to get Deep Work time and how to get our minds into that focused state for hours at a time. He has read hundreds of books that have taught him the secrets to getting more done by getting into this state. He starts by telling us how he was passed over for a promotion at Qualcomm in favor of someone younger and less experienced and how that inspired him to figure out what the other guy was doing differently. He learned that he needed to get more done with the time he was spending on his projects. The trick? Deep Work! Deep Work is the ability to spend uninterrupted, focused time on a task to bend your entire mind toward the goal. Other developers call it "Flow" or "the Zone." Mani provides us with strategies and tactics to get Deep Work time and how to get our minds into that focused state for hour
-
Publishing Content with PardallMarkdown ft. Alfred Reinold Baudisch - EMx 152
24/11/2021 Duração: 44minAlfred Reinold Baudisch joins the mix to discuss his publishing engine written in Elixir called PardallMarkdown. It's a static site generator solution that builds content from Markdown and can build different types of content targets. Panel Adi IyengarEric BolikowskiSascha Wolf Guest Alfred Reinold Baudisch Sponsors Top End DevsCoaching | Top End Devs Links Pardall by Alfred R. Baudisch GitHub - alfredbaudisch/pardall_markdownDocusaurusAlfred Reinold BaudischAlfred Reinold Baudisch - MediumAlfred Baudisch - YouTubeGitHub: Alfred Reinold Baudisch ( alfredbaudisch )Twitter: Alfred Reinold Baudisch( @AlfredBaudisch ) Picks Adi- PaperCall.ioAlfred: The Sandbox Game - User-Generated Crypto & Blockchain GamesAlfred: The Sandbox price today, SAND to USD live, marketcap and chart | CoinMarketCapEric- The Pragmatic Engineer NewsletterSascha- Learn Wardley Mapping Special Guest: Alfred Reinold Baudisch.Sponsored By:Top End Devs: Learn to Become a Top 5% Develo
-
The Elixir Job Market and Getting Hired - EMx 151
03/11/2021 Duração: 53minAdi recently found a new job and Chuck has been going through the interview process. So, the panel hop on the show to discuss the current job market, what they've experienced as job candidates and provide ideas and feedback for both hiring companies and job candidates. Panel Adi IyengarAllen WymaCharles Max Wood Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tv Picks Adi- Software Developer | theScoreAdi- Simplebet - Software EngineerAdi- Brian Samela (Elixir Tech Recruiter) | LinkedInAdi- Howard Rosenzweig (Elixir Tech Recruiter) | LinkedIn Adi- Adi Iyengar | LinkedInAllen- Galaxy Z Fold3 5G 512GB (Unlocked) in Black | Price & Deals | Samsung USCharles- Top End DevsCharles- Viscounts of the West Kingdom Contact Adi: Adi Iyengar – The Bug CatcherGitHub: Adi Iyengar ( thebugcatcher )Twitter: Adi Iyengar ( @lebugcatcher ) Contact Allen: Plangora Plangora LimitedPlangora – YouTubePlangora | FacebookTech_Plangora Limited_Elixir | InstagramTwitter
-
Tracking BTC with GenServer and LiveView ft. Arkadiusz Plichta - Emx 150
27/10/2021 Duração: 35minArkadiusz Plichta joins the adventure to discuss how he built a system that tracks BitCoin value using GenServers. He explains the architecture of his application and the story behind why he built this particular application. Then the panel dives in to help explain how you can use GenServers for ongoing services like this one. Panel Adi IyengarAllen WymaCharles Max WoodSascha Wolf Guest Arkadiusz Plichta Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tv Links Twitter: Arkadiusz Plichta ( @el_pikel )Using LiveView and GenServers to track BTC priceTesting GenServers with Erlang TraceTesting Elixir: Effective and Robust Testing for Elixir and its Ecosystem Picks Adi- Code BEAM America 2021Adi- To work with Adi, reach out to him at: aditya7iyengar@gmail.comAllen- Stuff You Should Know (Podcast)Arkadiusz- LOOK MUM NO COMPUTER (YouTube Channel)Charles- Top End DevsCharles- Top End Devs / AuthorCharles- The 360 Degree Leader: Developing Your Influence fr
-
Artificial Intelligence with Elixir using tangram.dev ft. David Yamnitsky - EMx 149
20/10/2021 Duração: 39minDavid Yamnitsky joins the mix to discuss tangram.dev and how to use it to add Machine Learning features to your Elixir applications. He also goes into how it is built and how it provides you with a basic level of AI that integrates nicely with Elixir. Panel Allen WymaCharles Max WoodSascha Wolf Guest David Yamnitsky Sponsors Dev Influencers AcceleratorLevel Up | Devchat.tv Links tangram.devGitHub: tangramdotdev/tangramTangram for ElixirAdventures in Machine LearningJupyter NotebooksGitHub | livebook-dev/livebookGitHub | elixir-nx/nxGitHub | elixir-nx/axonGitHub: David Yamnitsky ( nitsky )LinkedIn: David YamnitskyTwitter: David Yamnitsky ( @davidyamnitsky ) Picks Allen- GitHub ActionsCharles- TopEndDevs CoachingCharles- Viscounts of The West Kingdom (Boardgame)Charles- Lost Ruins of Arnak (Boardgame)Charles- X: Multiply Your God-Given Potential (Book)Sascha- Play Unsafe (Book) Contact Allen: Plangora Plangora LimitedPlangora – YouTubePlango