#elixir #podcast #elixir_wizards
Testing Elixir with Jeffrey Matthias and Andrea Leopardi
https://smartlogic.io/podcast/elixir-wizards/s6e6-matthias-leopardi/
Testing Elixir with Jeffrey Matthias and Andrea Leopardi
https://smartlogic.io/podcast/elixir-wizards/s6e6-matthias-leopardi/
Elixir Wizards
Testing Elixir with Jeffrey Matthias and Andrea Leopardi
While we can think of many reasons why we love Elixir, the community could always benefit from a more lively conversation around testing. It was with this in mind that Jeffrey Matthias and Andrea Leopardi decided to write Testing Elixir. Today they join us…
#elixir #phoenix #liveview
Background processes synchronization with GenServer and DynamicSupervisor
https://dev.to/santiagocardo/background-processes-synchronization-with-genserver-and-dynamicsupervisor-1mnn
Background processes synchronization with GenServer and DynamicSupervisor
https://dev.to/santiagocardo/background-processes-synchronization-with-genserver-and-dynamicsupervisor-1mnn
DEV Community
Elixir background processes synchronization with GenServer and DynamicSupervisor
In this post we are gonna see how to handle background processes synchronization using powerful...
#elixir #podcast #elixir_mix
Heartbeat and Gen Servers featuring Luca Peppe - EMx 136 | Devchat.tv
https://devchat.tv/elixir-mix/heartbeat-and-gen-servers-featuring-luca-peppe-emx-136/
Heartbeat and Gen Servers featuring Luca Peppe - EMx 136 | Devchat.tv
https://devchat.tv/elixir-mix/heartbeat-and-gen-servers-featuring-luca-peppe-emx-136/
#elixir
Today I Learned: Disable capture in Elixir Regex
https://til.hashrocket.com/posts/ixcv0cqf2x-disable-capture-in-elixir-regex
Today I Learned: Disable capture in Elixir Regex
https://til.hashrocket.com/posts/ixcv0cqf2x-disable-capture-in-elixir-regex
Hashrocket
Today I Learned: Disable capture in Elixir Regex
Today I came across a regex that had to use the ( parenthesis to match a sequence of chars but I wanted just to match them, so I'd love if I could ignore that piece from the "capture" part.
#elixir #podcast #elixir_mix
State Management in Elixir - EMx 137 | Devchat.tv
https://devchat.tv/elixir-mix/state-management-in-elixir-emx-137/
State Management in Elixir - EMx 137 | Devchat.tv
https://devchat.tv/elixir-mix/state-management-in-elixir-emx-137/
#elixir #rabbitmq
Keynote: Introducing stream support in RabbitMQ - Arnaud Cogoluègnes | RabbitMQ Summit 21
https://www.youtube.com/watch?v=PnmGoMiaJhE
Keynote: Introducing stream support in RabbitMQ - Arnaud Cogoluègnes | RabbitMQ Summit 21
https://www.youtube.com/watch?v=PnmGoMiaJhE
YouTube
Introducing Stream Support in RabbitMQ | Arnaud Cogoluègnes | RabbitMQ Summit 21
ABSTRACT
RabbitMQ is driving an effort to implement a log-type data structure, with stream support on top of the AMQP 0-9-1 protocol and a new blazing fast protocol created for the occasion. Streams unlock scenarios that could have been tedious to implement…
RabbitMQ is driving an effort to implement a log-type data structure, with stream support on top of the AMQP 0-9-1 protocol and a new blazing fast protocol created for the occasion. Streams unlock scenarios that could have been tedious to implement…
#elixir #podcast #elixir_wizards
Chelsea Troy on the Importance of Access and the Impact of Teaching
https://smartlogic.io/podcast/elixir-wizards/s6e7-troy/
Chelsea Troy on the Importance of Access and the Impact of Teaching
https://smartlogic.io/podcast/elixir-wizards/s6e7-troy/
Elixir Wizards
Chelsea Troy on the Importance of Access and the Impact of Teaching
You may recognize Chelsea Troy from her popular blog or as a keynote speaker for the March 2021 Code BEAM conference. Today she discusses some of the unique aspects of coding as a career.
#elixir #phoenix
A better way to render json response in Elixir Phoenix
https://dev.to/bluzky/a-better-way-to-render-json-response-in-elixir-phoenix-41a3
A better way to render json response in Elixir Phoenix
https://dev.to/bluzky/a-better-way-to-render-json-response-in-elixir-phoenix-41a3
DEV Community
A better way to render json response in Elixir Phoenix
In my previous article, I introduced my library call JsonView to render json response...
#elixir #code_beam
Programming Languages on top of the BEAM - Manuel Rubio, Robert Virding | Code BEAM V 2020
https://www.youtube.com/watch?v=4xXLcopfdLo
Programming Languages on top of the BEAM - Manuel Rubio, Robert Virding | Code BEAM V 2020
https://www.youtube.com/watch?v=4xXLcopfdLo
YouTube
Programming Languages on top of the BEAM - Manuel Rubio, Robert Virding | Code BEAM V 2020
This video was recorded at Code BEAM V 2020 - https://codesync.global/conferences/code-beam-sto/
More great virtual tech conferences - https://codesync.global
---
Programming Languages on top of the BEAM
by
Manuel Rubio, Robert Virding
ABSTRACT
Talk…
More great virtual tech conferences - https://codesync.global
---
Programming Languages on top of the BEAM
by
Manuel Rubio, Robert Virding
ABSTRACT
Talk…
#elixir #podcast #thinkingelixir
#057 Scaling Live Chat with Cade Ward - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/057-scaling-live-chat-with-cade-ward/
#057 Scaling Live Chat with Cade Ward - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/057-scaling-live-chat-with-cade-ward/
Thinking Elixir
#057 Scaling Live Chat with Cade Ward - Thinking Elixir
Cade Ward shares how he and his team tackled a problem of hosting live web chats with crowds of 120K+ users coming together for live events.
#elixir
FYI: Phoenix drops webpack and npm for esbuild
https://fly.io/blog/phoenix-moves-to-esbuild-for-assets/
FYI: Phoenix drops webpack and npm for esbuild
https://fly.io/blog/phoenix-moves-to-esbuild-for-assets/
Fly
FYI: Phoenix drops webpack and npm for esbuild
Documentation and guides from the team at Fly.io.
#elixir #podcast #elixir_mix
Elixir as a General Purpose Language - EMx 138 | Devchat.tv
https://devchat.tv/elixir-mix/elixir-as-a-general-purpose-language-emx-138/
Elixir as a General Purpose Language - EMx 138 | Devchat.tv
https://devchat.tv/elixir-mix/elixir-as-a-general-purpose-language-emx-138/
#elixir #dev #docker #testing
Setting up a testable environment for Open Banking data transmission: connecting two dockerized Elixir projects and testing requests between them
https://medium.com/triohq/setting-up-a-testable-enviroment-for-open-banking-data-transmisson-connecting-two-dockerized-812ed3edeaf5
Setting up a testable environment for Open Banking data transmission: connecting two dockerized Elixir projects and testing requests between them
https://medium.com/triohq/setting-up-a-testable-enviroment-for-open-banking-data-transmisson-connecting-two-dockerized-812ed3edeaf5
Medium
Setting up a testable environment for Open Banking data transmission: connecting two dockerized…
Here at Trio, we developers are very focused on having a well configured test environment and a productive development environment, so we…
#elixir_in_production
Bootstrapping a multiplayer server with Elixir at X-Plane
https://elixir-lang.org/blog/2021/07/29/bootstraping-a-multiplayer-server-with-elixir-at-x-plane/
Bootstrapping a multiplayer server with Elixir at X-Plane
https://elixir-lang.org/blog/2021/07/29/bootstraping-a-multiplayer-server-with-elixir-at-x-plane/
The Elixir programming language
Bootstrapping a multiplayer server with Elixir at X-Plane
A case study of how Elixir is being used at X-Plane.
#elixir #podcast #elixir_wizards
Maxim Fedorov on Building and Scaling WhatsApp with Erlang
https://smartlogic.io/podcast/elixir-wizards/s6e8-fedorov/
Maxim Fedorov on Building and Scaling WhatsApp with Erlang
https://smartlogic.io/podcast/elixir-wizards/s6e8-fedorov/
Elixir Wizards
Maxim Fedorov on Building and Scaling WhatsApp with Erlang
Today we are so excited to share a conversation with Maxim Fedorov who offers such interesting insight and wisdom from a long career in the space, focusing on Erlang and why he views it as such a powerful language for the work at WhatsApp.
#elixir #conferencetalk #ecto
Elixir Wizards Talk: "Dealing With a Monster Ecto Query"
https://dev.to/maco/elixir-wizards-talk-dealing-with-a-monster-ecto-query-1k52
Elixir Wizards Talk: "Dealing With a Monster Ecto Query"
https://dev.to/maco/elixir-wizards-talk-dealing-with-a-monster-ecto-query-1k52
DEV Community
Elixir Wizards Talk: "Dealing With a Monster Ecto Query"
Last month, I spoke at the first-ever Elixir Wizards Conference. It was a lightning talk walking...