#elixir #podcast #elixir_wizards
Mark & David from Thinking Elixir on Ecto Queries
https://smartlogic.io/podcast/elixir-wizards/s9e4-markdavid-thinkingelixir/
Mark & David from Thinking Elixir on Ecto Queries
https://smartlogic.io/podcast/elixir-wizards/s9e4-markdavid-thinkingelixir/
Elixir Wizards
Mark & David from Thinking Elixir on Ecto Queries
The Thinking Elixir Podcast has taken over Elixir Wizards! Join us today for a fun and interesting episode with Mark Ericksen and David Bernheisel from the Thinking Elixir Podcast as we parse the particulars of Ecto Queries!
#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 #phoenix
SVG on Phoenix Applications
https://hashrocket.com/blog/posts/svg-phoenix-applications
SVG on Phoenix Applications
https://hashrocket.com/blog/posts/svg-phoenix-applications
Hashrocket
SVG on Phoenix Applications
In this post we'll go over a technique to combine multiple SVG files into a single one. In the end we'll create a Phoenix Viewer Helper in order to use those icons out of that combined file.
#elixir #podcast #elixir_wizards
Jason Stiebs on LiveView at RokkinCat
https://smartlogic.io/podcast/elixir-wizards/s9-e5-jasonstiebs-liveview/
Jason Stiebs on LiveView at RokkinCat
https://smartlogic.io/podcast/elixir-wizards/s9-e5-jasonstiebs-liveview/
Elixir Wizards
Jason Stiebs on LiveView at RokkinCat
Today we welcome Jason Stiebs to the podcast to talk about all things LiveView and how he was originally wrong about LiveView in the beginning. Jason is the founder at Rokkincat, and a core contributor to Phoenix. Jason loves finding solutions to complexβ¦
#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
Sanitize Strings in Elixir with Pattern Matching and Recursion | AppSignal Blog
https://blog.appsignal.com/2022/11/01/sanitize-strings-in-elixir-with-pattern-matching-and-recursion.html
Sanitize Strings in Elixir with Pattern Matching and Recursion | AppSignal Blog
https://blog.appsignal.com/2022/11/01/sanitize-strings-in-elixir-with-pattern-matching-and-recursion.html
Appsignal
Sanitize Strings in Elixir with Pattern Matching and Recursion | AppSignal Blog
Let's use two great features in Elixir - recursion and binary pattern matching - to sanitize a string.
#elixir #podcast #elixir_wizards
Ashley Smith & Kenneth Moy from Bowery Farming on Oban
https://smartlogic.io/podcast/elixir-wizards/s9-e6-ashleysmithkennethmoy-oban/
Ashley Smith & Kenneth Moy from Bowery Farming on Oban
https://smartlogic.io/podcast/elixir-wizards/s9-e6-ashleysmithkennethmoy-oban/
Elixir Wizards
Ashley Smith & Kenneth Moy from Bowery Farming on Oban
On todayβs episode of Elixir Wizards, Ashley Smith and Kenneth Moy from Bowery Farming join us to dive into the particulars of Oban. Ashley has been working as a software engineer for 3 years with full-stack experience working mainly on web applications andβ¦
#elixir #phoenix
Phoenix 1.7-rc released: Built-in Tailwind, Verified Routes, and more
https://www.phoenixframework.org/blog/phoenix-1.7-released
Phoenix 1.7-rc released: Built-in Tailwind, Verified Routes, and more
https://www.phoenixframework.org/blog/phoenix-1.7-released
phoenixframework.org
Phoenix 1.7-rc released - Phoenix Blog
The first release candidate is out!
#elixir #phoenix #router #webdev #software #coding #development #engineering #inclusive #community
Use Verified Routes in Phoenix 1.7+
https://dev.to/neophen/use-verified-routes-in-phoenix-17-2p8p
Use Verified Routes in Phoenix 1.7+
https://dev.to/neophen/use-verified-routes-in-phoenix-17-2p8p
DEV Community
Use Verified Routes in Phoenix 1.7+
Phoenix 1.7+ includes the Verified Routes, which provides compile-time checks of your router paths....
#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
Creating Polar Plots in Elixir Part 1
https://dockyard.com/blog/2022/10/12/creating-polar-plots-in-elixir-part-1
Creating Polar Plots in Elixir Part 1
https://dockyard.com/blog/2022/10/12/creating-polar-plots-in-elixir-part-1
#elixir #podcast #elixir_wizards
Theo Harris on On Boarding into Elixir at Alembic
https://smartlogic.io/podcast/elixir-wizards/s9-e7-theoharris-onboardingelixir/
Theo Harris on On Boarding into Elixir at Alembic
https://smartlogic.io/podcast/elixir-wizards/s9-e7-theoharris-onboardingelixir/
Elixir Wizards
Theo Harris on Onboarding into Elixir at Alembic
Today on the show weβre excited to have Theo Harris here to discuss Onboarding Into Elixir. Theo is a technical consultant working for Alembic in Sydney, Australia. He is currently working on a project utilizing Elixir and Phoenix LiveView. Tune in todayβ¦
#elixir #beginners #tutorial #software #coding #development #engineering #inclusive #community
Limiting Concurrency in Elixir Using Registry
https://dev.to/abiwinanda/limiting-concurrency-in-elixir-using-registry-2kig
Limiting Concurrency in Elixir Using Registry
https://dev.to/abiwinanda/limiting-concurrency-in-elixir-using-registry-2kig
DEV Community
Limiting Concurrency in Elixir Using Registry
When building applications with high performance in mind, we might be tempted to perform concurrent...
#elixir
Today I Learned: Phoenix component attr definition
https://til.hashrocket.com/posts/vmphqn8bnf-phoenix-component-attr-definition
Today I Learned: Phoenix component attr definition
https://til.hashrocket.com/posts/vmphqn8bnf-phoenix-component-attr-definition
Hashrocket
Today I Learned: Phoenix component attr definition
The new Phoenix.Componentattr/3 function is awesome. It does compile time validations to all the places that are calling the component and also it comes with nice and useful options. For instance the default option:
#elixir
Creating Polar Plots in Elixir Part 2
https://dockyard.com/blog/2022/10/19/creating-polar-plots-in-elixir-part-2
Creating Polar Plots in Elixir Part 2
https://dockyard.com/blog/2022/10/19/creating-polar-plots-in-elixir-part-2
#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
Parser Combinators in Elixir: A Deeper Dive | AppSignal Blog
https://blog.appsignal.com/2022/11/15/parser-combinators-in-elixir-a-deeper-dive.html
Parser Combinators in Elixir: A Deeper Dive | AppSignal Blog
https://blog.appsignal.com/2022/11/15/parser-combinators-in-elixir-a-deeper-dive.html
Appsignal
Parser Combinators in Elixir: A Deeper Dive | AppSignal Blog
In the second part of our two-part series, we'll improve the parser combinator we've written.
#elixir #podcast #elixir_wizards
Harper Atlas on Tailwind From the Perspective of a Designer
https://smartlogic.io/podcast/elixir-wizards/s9-e8-harperatlas-tailwind/
Harper Atlas on Tailwind From the Perspective of a Designer
https://smartlogic.io/podcast/elixir-wizards/s9-e8-harperatlas-tailwind/
Elixir Wizards
Harper Atlas on Tailwind From the Perspective of a Designer
We are excited to have SmartLogic's own Harper Atlas as our guest on Elixir Wizards today! Harper, a product designer at SmartLogic (and cat lady at home), joins us on this episode to parse the particulars of the Tailwind framework from a designer's perspective.β¦