#elixir #phoenix #liveview
Building a simple Calendly clone with Phoenix LiveView (pt. 8) | bigardone.dev
https://bigardone.dev/blog/2022/01/31/building-a-simple-calendly-clone-with-phoenix-live-view-pt-8
Building a simple Calendly clone with Phoenix LiveView (pt. 8) | bigardone.dev
https://bigardone.dev/blog/2022/01/31/building-a-simple-calendly-clone-with-phoenix-live-view-pt-8
bigardone.dev
Building a simple Calendly clone with Phoenix LiveView (pt. 8) | bigardone.dev
Managing event types, part three.
#elixir
Check your password security with Have I Been Pwned?
https://medium.com/@bartosz_gorka/check-your-password-security-with-have-i-been-pwned-c58103052f93
Check your password security with Have I Been Pwned?
https://medium.com/@bartosz_gorka/check-your-password-security-with-have-i-been-pwned-c58103052f93
Medium
Check your password security with Have I Been Pwned?
There are several ways to authenticate users to information systems. One of them is to use a combination of an email address and a loginβ¦
#elixir
Functional Programming in Elixir with Witchcraft | AppSignal Blog
https://blog.appsignal.com/2022/02/08/functional-programming-in-elixir-with-witchcraft.html
Functional Programming in Elixir with Witchcraft | AppSignal Blog
https://blog.appsignal.com/2022/02/08/functional-programming-in-elixir-with-witchcraft.html
Appsignal
Functional Programming in Elixir with Witchcraft | AppSignal Blog
Find out how you can use the Witchcraft library to do Haskell-style programming in Elixir.
#elixir #podcast #elixir_mix
To Umbrella or not to Umbrella - EMx 162
https://elixirmix.com/to-umbrella-or-not-to-umbrella-emx-162
To Umbrella or not to Umbrella - EMx 162
https://elixirmix.com/to-umbrella-or-not-to-umbrella-emx-162
Elixir Mix
Elixir Mix: To Umbrella or not to Umbrella - EMx 162
In 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β¦
#elixir #code_beam
Breaking up with Mnesia | DΓ‘niel Szoboszlay Onno Vos | Code BEAM V EU 21
https://www.youtube.com/watch?v=MgBx1qBLM8U
Breaking up with Mnesia | DΓ‘niel Szoboszlay Onno Vos | Code BEAM V EU 21
https://www.youtube.com/watch?v=MgBx1qBLM8U
YouTube
Breaking up with Mnesia | DΓ‘niel Szoboszlay & Onno Vos | Code BEAM V EU 21
This video was recorded at Code BEAM V EU 2021 - https://codesync.global/conferences/code-beam-sto-2021/
Breaking up with Mnesia | DΓ‘niel Szoboszlay & Onno Vos - Lead Software Engineer and Senior Engineer at Klarna
ABSTRACT
Klarna runs its business onβ¦
Breaking up with Mnesia | DΓ‘niel Szoboszlay & Onno Vos - Lead Software Engineer and Senior Engineer at Klarna
ABSTRACT
Klarna runs its business onβ¦
#elixir
Writing a Word Game in Elixir: Spelling Bee
https://fireproofsocks.medium.com/writing-a-word-game-in-elixir-spelling-bee-2fc7b46a464e
Writing a Word Game in Elixir: Spelling Bee
https://fireproofsocks.medium.com/writing-a-word-game-in-elixir-spelling-bee-2fc7b46a464e
Medium
Writing a Word Game in Elixir: Spelling Bee
Wordle might be the best thing to have come out of the pandemic, and my engineering brain latched onto it immediately after playing it. Weβ¦
#elixir #podcast #thinkingelixir
Waffle Making with Boris Kuznetsov
https://podcast.thinkingelixir.com/80
Waffle Making with Boris Kuznetsov
https://podcast.thinkingelixir.com/80
Thinking Elixir Podcast
Thinking Elixir Podcast 80: Waffle Making with Boris Kuznetsov
Boris Kuznetsov talks about the Waffle library, how it helps Elixir projects attach media to database records, how it started, it's role with LiveView, the challenges of maintaining a project created as a fork, and more!
#elixir #ai
Nx Tip of the Week #13 β Hooks
https://seanmoriarity.com/2022/02/14/nx-tip-of-the-week-13-hooks/
Nx Tip of the Week #13 β Hooks
https://seanmoriarity.com/2022/02/14/nx-tip-of-the-week-13-hooks/
Sean Moriarity
Nx Tip of the Week #13 β Hooks
Part of the restrictiveness of defn is the inability to debug in the same way you would debug a normal Elixir function. Iβm personally a big fan of plain old IO.inspect debugging. Because of β¦
#elixir #phoenix
LiveView feels faster with a delayed loading indicator
https://fly.io/phoenix-files/make-your-liveview-feel-faster/
LiveView feels faster with a delayed loading indicator
https://fly.io/phoenix-files/make-your-liveview-feel-faster/
Fly
LiveView feels faster with a delayed loading indicator
LiveView is already fast. Couple that with hosting it on Fly.io where the server can be physically closer to your users and you've already got a great experience. However, the default setup for a new LiveView application displays the `topbar` progress indicatorβ¦
#elixir #podcast #thinkingelixir
Computer Vision in Elixir with Cocoa Xu
https://podcast.thinkingelixir.com/85
Computer Vision in Elixir with Cocoa Xu
https://podcast.thinkingelixir.com/85
Thinking Elixir Podcast
Thinking Elixir Podcast 85: Computer Vision in Elixir with Cocoa Xu
We talk with Cocoa Xu about his PhD robotics project and his related Evision project that creates Elixir bindings to the OpenCV library making computer vision in Elixir much easier and more!
#elixir #beginners #metrics #telemetry #software #coding #development #engineering #inclusive #community
Telemetry and Metrics in Elixir
https://dev.to/miguelcoba/telemetry-and-metrics-in-elixir-20oc
Telemetry and Metrics in Elixir
https://dev.to/miguelcoba/telemetry-and-metrics-in-elixir-20oc
DEV Community
Telemetry and Metrics in Elixir
Learn about the metrics you can collect in Elixir with the telemetry_metrics library
#elixir #programming #functional #tutorial #software #coding #development #engineering #inclusive #community
How To Build a [Counter with Elixir, Phoenix, LiveView and Tailwind CSS] | No Javascript
https://dev.to/elixirprogrammer/how-to-build-a-counter-with-elixir-phoenix-liveview-and-tailwind-css-no-javascript-189h
How To Build a [Counter with Elixir, Phoenix, LiveView and Tailwind CSS] | No Javascript
https://dev.to/elixirprogrammer/how-to-build-a-counter-with-elixir-phoenix-liveview-and-tailwind-css-no-javascript-189h
DEV Community π©βπ»π¨βπ»
How To Build a [Counter with Elixir, Phoenix, LiveView and Tailwind CSS] | No Javascript
Learn how to use Elixir/Phoenix, to create a counter without javascript, only using...
#elixir #podcast #thinkingelixir
SavvyCal and Indie SaaS with Derrick Reimer
https://podcast.thinkingelixir.com/86
SavvyCal and Indie SaaS with Derrick Reimer
https://podcast.thinkingelixir.com/86
Thinking Elixir Podcast
Thinking Elixir Podcast 86: SavvyCal and Indie SaaS with Derrick Reimer
Derrick Reimer talks about Savvycal and how itβs built in Elixir. We talk about how simplicity and being nimble are competitive advantages. He shares what itβs like being an indie SaaS developer, what that means, and more!
#elixir
Elixir tap and then macros β life-saving helpers
https://medium.com/@bartosz_gorka/elixir-tap-and-then-macros-life-saving-helpers-f16f1bf52119
Elixir tap and then macros β life-saving helpers
https://medium.com/@bartosz_gorka/elixir-tap-and-then-macros-life-saving-helpers-f16f1bf52119
Medium
Elixir tap and then macros β life-saving helpers
One of the last updates in Elixir (version 1.12, to be precise) introduced two very useful macros. They are them/2 and tap/2. I would likeβ¦
#elixir
Building EMQX releases with Elixirβs Mix
https://emqx.medium.com/building-emqx-releases-with-elixirs-mix-6d02515a1498
Building EMQX releases with Elixirβs Mix
https://emqx.medium.com/building-emqx-releases-with-elixirs-mix-6d02515a1498
Medium
Building EMQX releases with Elixirβs Mix
In this post, we describe some of the challenges we encountered while adapting a big project like EMQX to be built with Mix.
#elixir #podcast #elixir_mix
Code Quality Tools In Elixir - EMx 163
https://elixirmix.com/code-quality-tools-in-elixir-emx-163
Code Quality Tools In Elixir - EMx 163
https://elixirmix.com/code-quality-tools-in-elixir-emx-163