#elixir #code_beam #live_view
Keynote: Fireside Chat on LiveView, (...) - Sophie DeBenedetto & Bruce Tate | Code BEAM V Europe 21
https://www.youtube.com/watch?v=UYBWFB2FRkE
Keynote: Fireside Chat on LiveView, (...) - Sophie DeBenedetto & Bruce Tate | Code BEAM V Europe 21
https://www.youtube.com/watch?v=UYBWFB2FRkE
YouTube
Keynote: Fireside Chat on LiveView, (...) - Sophie DeBenedetto & Bruce Tate | Code BEAM V Europe 21
This video was recorded at Code BEAM V EU 2021 - https://codesync.global/conferences/code-beam-sto-2021/
Fireside Chat on LiveView, the Future of Phoenix Web Development | Sophie DeBenedetto -Senior Engineer at Github and Co-author of Programming Phoenix…
Fireside Chat on LiveView, the Future of Phoenix Web Development | Sophie DeBenedetto -Senior Engineer at Github and Co-author of Programming Phoenix…
#elixir #phoenix #live_view
Geolocation search input + autocomplete + caching results with Phoenix LiveView
https://dev.to/santiagocardo/geolocation-search-input-autocomplete-caching-results-with-phoenix-liveview-5816
Geolocation search input + autocomplete + caching results with Phoenix LiveView
https://dev.to/santiagocardo/geolocation-search-input-autocomplete-caching-results-with-phoenix-liveview-5816
DEV Community
Autocomplete input + caching results with Phoenix LiveView
In this post, I want to share with you all the powerful machinery I've used to implement a...
#elixir #phoenix #live_view
Three real-world examples of distributed Elixir (pt. 3)
https://bigardone.dev/blog/2021/06/18/three-real-world-examples-of-distributed-elixir-pt-3
Three real-world examples of distributed Elixir (pt. 3)
https://bigardone.dev/blog/2021/06/18/three-real-world-examples-of-distributed-elixir-pt-3
bigardone.dev
Three real-world examples of distributed Elixir (pt. 3) | bigardone.dev
The distributed download requester and progress tracker.
#elixir #auth #live_view
How to (Part 2 — Revised): Swap Registration Flow to a Live View With phx_gen_auth — Multi-step form with Live View 0.16+
https://medium.com/geekculture/how-to-part-2-revised-swap-registration-flow-to-a-live-view-with-phx-gen-auth-multi-step-47172904b00a
How to (Part 2 — Revised): Swap Registration Flow to a Live View With phx_gen_auth — Multi-step form with Live View 0.16+
https://medium.com/geekculture/how-to-part-2-revised-swap-registration-flow-to-a-live-view-with-phx-gen-auth-multi-step-47172904b00a
Medium
How to (Part 2 — Revised): Swap Registration Flow to a Live View With phx_gen_auth — Multi-step…
Background
#elixir #live_view
Building a simple Calendly clone with Phoenix LiveView (pt. 3) | bigardone.dev
https://bigardone.dev/blog/2021/11/11/building-a-simple-calendly-clone-with-phoenix-live-view-pt-3
Building a simple Calendly clone with Phoenix LiveView (pt. 3) | bigardone.dev
https://bigardone.dev/blog/2021/11/11/building-a-simple-calendly-clone-with-phoenix-live-view-pt-3
bigardone.dev
Building a simple Calendly clone with Phoenix LiveView (pt. 3) | bigardone.dev
The event type selection page.
#elixir #live_view
ElixirConf 2022 - Chris McCord - Phoenix + LiveView Updates
https://www.youtube.com/watch?v=9-rqBLjr5Eo
ElixirConf 2022 - Chris McCord - Phoenix + LiveView Updates
https://www.youtube.com/watch?v=9-rqBLjr5Eo
YouTube
ElixirConf 2022 - Chris McCord - Phoenix + LiveView Updates
Chris McCord (Fly.io) delivers the Friday keynote at ElixirConf US 2022 and covers the updates in Phoenix v1.7 and LiveView v0.18.
#elixir #live_view
Creating interactive maps with Phoenix LiveView
https://medium.com/@mich.strzelczyk/creating-interactive-maps-with-phoenix-liveview-1148f8e7dd33
Creating interactive maps with Phoenix LiveView
https://medium.com/@mich.strzelczyk/creating-interactive-maps-with-phoenix-liveview-1148f8e7dd33
Medium
Creating interactive maps with Phoenix LiveView
Inspired by Livebook and its integration with MapLibre library, I decided to add maps to one of my LiveView apps. Prototyping your map…