#elixir #otp
Elixir, OTP and concurrency, is it really that hard? (Part I.)
https://milan-pevec.medium.com/elixir-and-otp-is-it-really-that-hard-51cb9f18ccc7
Elixir, OTP and concurrency, is it really that hard? (Part I.)
https://milan-pevec.medium.com/elixir-and-otp-is-it-really-that-hard-51cb9f18ccc7
Medium
Elixir, OTP and concurrency, is it really that hard? (Part I.)
In the following series of articles, I would like to present clear view on these topics. Maybe I will help someone. Let’s give it a try!
#elixir #phoenix #liveview
Building a simple Calendly clone with Phoenix LiveView (pt. 1) | bigardone.dev
https://bigardone.dev/blog/2021/11/06/building-a-simple-calendly-clone-with-phoenix-live-view-pt-1
Building a simple Calendly clone with Phoenix LiveView (pt. 1) | bigardone.dev
https://bigardone.dev/blog/2021/11/06/building-a-simple-calendly-clone-with-phoenix-live-view-pt-1
bigardone.dev
Building a simple Calendly clone with Phoenix LiveView (pt. 1) | bigardone.dev
Introduction.
#elixir #statemachine
Designing solutions with state machines in Elixir
https://dev.to/norbajunior/designing-solutions-with-state-machines-in-elixir-4a61
Designing solutions with state machines in Elixir
https://dev.to/norbajunior/designing-solutions-with-state-machines-in-elixir-4a61
DEV Community
Designing solutions with state machines in Elixir
Have you ever needed to build solutions related to execution flows like wizards, admission processes,...
#elixir
Building a simple Calendly clone with Phoenix LiveView (pt. 2) | bigardone.dev
https://bigardone.dev/blog/2021/11/08/building-a-simple-calendly-clone-with-phoenix-live-view-pt-2
Building a simple Calendly clone with Phoenix LiveView (pt. 2) | bigardone.dev
https://bigardone.dev/blog/2021/11/08/building-a-simple-calendly-clone-with-phoenix-live-view-pt-2
bigardone.dev
Building a simple Calendly clone with Phoenix LiveView (pt. 2) | bigardone.dev
Generating the initial project and domain models.
#elixir #podcast #thinkingelixir
#072 TypeCheck with Wiebe-Marten Wijnja - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/072-typecheck-with-wiebe-marten-wijnja/
#072 TypeCheck with Wiebe-Marten Wijnja - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/072-typecheck-with-wiebe-marten-wijnja/
Thinking Elixir
#072 TypeCheck with Wiebe-Marten Wijnja - Thinking Elixir
Wiebe-Marten talks about TypeCheck, a new kind of runtime type checking for Elixir applications! The syntax builds on spec types so dialyzer still works!
#elixir #podcast #elixir_wizards
Re-Platforming One of the Original Dot Coms in Elixir with Angel Jose
https://smartlogic.io/podcast/elixir-wizards/s7e2-jose/
Re-Platforming One of the Original Dot Coms in Elixir with Angel Jose
https://smartlogic.io/podcast/elixir-wizards/s7e2-jose/
Elixir Wizards
Re-Platforming One of the Original Dot Coms in Elixir with Angel Jose
Today’s guest is Angel Jose, a Software Engineer Manager at Cars.com. He played a key role in completely re-platforming Cars.com via Elixir, Phoenix, and other open source tooling,
#elixir
Serverless WebSockets at Scale | Simon Tabor | Code Mesh V 2020
https://www.youtube.com/watch?v=lXNw2RTaD8g
Serverless WebSockets at Scale | Simon Tabor | Code Mesh V 2020
https://www.youtube.com/watch?v=lXNw2RTaD8g
YouTube
Serverless WebSockets at Scale | Simon Tabor | Code Mesh V 2020
This video was recorded at Code Mesh V 2020 - https://codesync.global/conferences/code-mesh-ldn/
Serverless WebSockets at Scale | Simon Tabor - Head of Core Services at DAZN
ABSTRACT
Building high-scale WebSocket services is notoriously difficult. At DAZN…
Serverless WebSockets at Scale | Simon Tabor - Head of Core Services at DAZN
ABSTRACT
Building high-scale WebSocket services is notoriously difficult. At DAZN…
#elixir
Today I Learned: Phoenix Live View enable Profiling
https://til.hashrocket.com/posts/hsex4bgyvh-phoenix-live-view-enable-profiling
Today I Learned: Phoenix Live View enable Profiling
https://til.hashrocket.com/posts/hsex4bgyvh-phoenix-live-view-enable-profiling
Hashrocket
Today I Learned: Phoenix Live View enable Profiling
Phoenix LiveView has a way to enable Profiling in the client side by just adding this into the app.js file:
#elixir #privacy #phoenix
How to: Add Protection Against Bad Actors While Protecting Everyone’s Privacy
https://coretheory.medium.com/how-to-add-protection-against-bad-actors-while-protecting-everyones-privacy-4317130ea2b3
How to: Add Protection Against Bad Actors While Protecting Everyone’s Privacy
https://coretheory.medium.com/how-to-add-protection-against-bad-actors-while-protecting-everyones-privacy-4317130ea2b3
Medium
How to: Add Protection Against Bad Actors While Protecting Everyone’s Privacy
Background
#elixir #code_beam
Unicode, Charsets, Strings, and Binaries | Marc Sugiyama | Code BEAM V
https://www.youtube.com/watch?v=mjl83S13qgQ
Unicode, Charsets, Strings, and Binaries | Marc Sugiyama | Code BEAM V
https://www.youtube.com/watch?v=mjl83S13qgQ
YouTube
Unicode, Charsets, Strings, and Binaries | Marc Sugiyama | Code BEAM V
This video was recorded at Code BEAM V 2020 - https://codesync.global/conferences/code-beam-sto/
Unicode, Charsets, Strings, and Binaries | Marc Sugiyama - Software Engineer @ Datometry
ABSTRACT
Writing global software means our programs need to speak global…
Unicode, Charsets, Strings, and Binaries | Marc Sugiyama - Software Engineer @ Datometry
ABSTRACT
Writing global software means our programs need to speak global…
#elixir
Pitfalls of Metaprogramming in Elixir
https://blog.appsignal.com/2021/11/16/pitfalls-of-metaprogramming-in-elixir.html
Pitfalls of Metaprogramming in Elixir
https://blog.appsignal.com/2021/11/16/pitfalls-of-metaprogramming-in-elixir.html
AppSignal Blog
Pitfalls of Metaprogramming in Elixir | AppSignal Blog
In the final part of our series on Metaprogramming, we'll look at three common pitfalls you might encounter when using macros in Elixir.
#elixir #podcast #thinkingelixir
#073 Elixir at Supabase with Paul Copplestone - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/073-elixir-at-supabase-with-paul-copplestone/
#073 Elixir at Supabase with Paul Copplestone - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/073-elixir-at-supabase-with-paul-copplestone/
Thinking Elixir
#073 Elixir at Supabase with Paul Copplestone - Thinking Elixir
Paul talks about Supabase, the OpenSource alternative to Firebase company that brings the power and benefits of Elixir and Postgres to more communities.
#elixir_in_production
Embracing open data with Elixir at the Ministry of Ecological Transition in France
https://elixir-lang.org/blog/2021/11/10/embracing-open-data-with-elixir-at-the-ministry-of-ecological-transition-in-france/
Embracing open data with Elixir at the Ministry of Ecological Transition in France
https://elixir-lang.org/blog/2021/11/10/embracing-open-data-with-elixir-at-the-ministry-of-ecological-transition-in-france/
The Elixir programming language
Embracing open data with Elixir at the Ministry of Ecological Transition in France
A case study of how Elixir is being used at the Ministry of Ecological Transition in France.
#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
Top Elixir Media and Resources in 2022 | Curiosum
https://curiosum.com/blog/top-elixir-media-resources-2022
Top Elixir Media and Resources in 2022 | Curiosum
https://curiosum.com/blog/top-elixir-media-resources-2022
Curiosum
Top Elixir Learning Media & Resources in 2022 | Curiosum
I've selected a few sources that I've considered most valuable for all stages of Elixir practicians' professional development
#elixir #podcast #elixir_wizards
The Benefits of Consistently Growing Your Toolset with Florian Kraft
https://smartlogic.io/podcast/elixir-wizards/s7e3-kraft/
The Benefits of Consistently Growing Your Toolset with Florian Kraft
https://smartlogic.io/podcast/elixir-wizards/s7e3-kraft/
Elixir Wizards
The Benefits of Consistently Growing Your Toolset with Florian Kraft
As we continue this season of the podcast, we are joined by Florian Kraft. Florian works as a software engineer at Contentful, and has a number of exciting open-source projects that he is currently involved with.