#elixir #podcast #thinkingelixir
#056 Fly-ing Elixir Close to Users with Kurt Mackey - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/056-fly-ing-elixir-close-to-users-with-kurt-mackey/
#056 Fly-ing Elixir Close to Users with Kurt Mackey - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/056-fly-ing-elixir-close-to-users-with-kurt-mackey/
Thinking Elixir
#056 Fly-ing Elixir Close to Users with Kurt Mackey - Thinking Elixir
Kurt Mackey, founder at Fly.io, shares what's special about Fly and why Elixir apps are awesome because they take advantage of Fly's strengths.
#elixir #elixir_conf
Improving Developer Experience with LiveDashboard - Michael Crumm | ElixirConfEU Virtual 2020
https://www.youtube.com/watch?v=0Kn3FzrqwjM
Improving Developer Experience with LiveDashboard - Michael Crumm | ElixirConfEU Virtual 2020
https://www.youtube.com/watch?v=0Kn3FzrqwjM
YouTube
Improving Developer Experience with LiveDashboard - Michael Crumm | ElixirConfEU Virtual 2020
This video was recorded at ElixirConf EU Virtual 2020 - https://www.elixirconf.eu/
Next ElixirConf EU Virtual Conference October 7-8 - https://www.elixirconf.eu/
More great virtual tech conferences - https://codesync.global
---
Improving Developer Experience…
Next ElixirConf EU Virtual Conference October 7-8 - https://www.elixirconf.eu/
More great virtual tech conferences - https://codesync.global
---
Improving Developer Experience…
#elixir
Building Aggregates in Elixir and PostgreSQL
https://blog.appsignal.com/2021/07/13/building-aggregates-in-elixir-and-postgresql.html
Building Aggregates in Elixir and PostgreSQL
https://blog.appsignal.com/2021/07/13/building-aggregates-in-elixir-and-postgresql.html
Appsignal
Building Aggregates in Elixir and PostgreSQL | AppSignal Blog
In this article, we will describe the roles and implementation of aggregates in Elixir and PostgreSQL.
#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.