#elixir
Microservices Monitoring: Using Namespaces for Data Structuring
https://blog.appsignal.com//2021/01/06/microservices-monitoring-using-namespaces-for-data-structuring.html
Microservices Monitoring: Using Namespaces for Data Structuring
https://blog.appsignal.com//2021/01/06/microservices-monitoring-using-namespaces-for-data-structuring.html
AppSignal Blog
Microservices Monitoring: Using Namespaces for Data Structuring | AppSignal Blog
Microservices pose unique challenges for error reporting and instrumentation. Today, we’ll explore the best way to monitor them using namespaces in AppSignal.
#elixir #elixir_conf
Using Elixir for scheduling cloudnative DAG workflows - Lucjan Suski | ElixirConf EU Virtual 2020
https://www.youtube.com/watch?v=z2gtLEAgamM
Using Elixir for scheduling cloudnative DAG workflows - Lucjan Suski | ElixirConf EU Virtual 2020
https://www.youtube.com/watch?v=z2gtLEAgamM
YouTube
Using Elixir for scheduling cloudnative DAG workflows - Lucjan Suski | ElixirConf EU Virtual 2020
This video was recorded at ElixirConf EU Virtual 2020 - https://www.elixirconf.eu/archives/virtual_x_2020/index.html
More great virtual tech conferences - https://codesync.global
---
Using Elixir for scheduling cloudnative DAG workflows
by
Lucjan Suski…
More great virtual tech conferences - https://codesync.global
---
Using Elixir for scheduling cloudnative DAG workflows
by
Lucjan Suski…
#elixir
Understanding Associations in Elixir's Ecto
https://blog.appsignal.com//2020/11/10/understanding-associations-in-elixir-ecto.html
Understanding Associations in Elixir's Ecto
https://blog.appsignal.com//2020/11/10/understanding-associations-in-elixir-ecto.html
Appsignal
Understanding Associations in Elixir's Ecto | AppSignal Blog
Data modeling in Ecto takes a bit of getting used to. The goal of this post is to give a short but definitive answer to this problem.
#elixir #engineering
Tuning Broadway RabbitMQ Pipelines for Latency - DockYard
https://dockyard.com/blog/2021/06/24/tuning-broadway-rabbitmq-pipelines-for-latency
Tuning Broadway RabbitMQ Pipelines for Latency - DockYard
https://dockyard.com/blog/2021/06/24/tuning-broadway-rabbitmq-pipelines-for-latency
#elixir
How to Test WebSocket Clients in Elixir with a Mock Server
https://blog.appsignal.com/2021/06/22/how-to-test-websocket-clients-in-elixir-with-a-mock-server.html
How to Test WebSocket Clients in Elixir with a Mock Server
https://blog.appsignal.com/2021/06/22/how-to-test-websocket-clients-in-elixir-with-a-mock-server.html
Appsignal
How to Test WebSocket Clients in Elixir with a Mock Server | AppSignal Blog
Discover how to implement a long-running connection between two services with WebSocket, and then write unit tests for functionality.
#fintech
5 Erlang and Elixir Use Cases In FinTech - Erlang Solutions
https://www.erlang-solutions.com/blog/5-erlang-and-elixir-use-cases-in-fintech/
5 Erlang and Elixir Use Cases In FinTech - Erlang Solutions
https://www.erlang-solutions.com/blog/5-erlang-and-elixir-use-cases-in-fintech/
Erlang Solutions
5 Erlang and Elixir use cases in FinTech - Erlang Solutions
Erlang and Elixir can be found powering some of the most performative and innovative systems in the world of financial services.
#elixir #podcast
#053 SOLID Elixir with Ilya Averyanov
https://thinkingelixir.com/podcast-episodes/053-solid-elixir-with-ilya-averyanov/
#053 SOLID Elixir with Ilya Averyanov
https://thinkingelixir.com/podcast-episodes/053-solid-elixir-with-ilya-averyanov/
Thinking Elixir
#053 SOLID Elixir with Ilya Averyanov - Thinking Elixir
Ilya Averyanov shares how SOLID principles (typically OOP related) can apply to Elixir code. We talk architecture, testing and more!
#elixir #phoenix #elm
Three real-world examples of distributed Elixir (pt. 4)
https://dev.to/bigardone/three-real-world-examples-of-distributed-elixir-pt-4-c5n
Three real-world examples of distributed Elixir (pt. 4)
https://dev.to/bigardone/three-real-world-examples-of-distributed-elixir-pt-4-c5n
DEV Community
Three real-world examples of distributed Elixir (pt. 4)
The distributed application version monitor.
#Ops #Kubernetes #Phoenix #Elixir
Why Kubernetes? with Lars Wikman (Ship It! #7)
https://changelog.com/shipit/7
Why Kubernetes? with Lars Wikman (Ship It! #7)
https://changelog.com/shipit/7
Changelog
Why Kubernetes? with Lars Wikman (Ship It! #7)
This week on Ship It! Gerhard talks with Lars Wikman (independent Elixir/BEAM software consultant) why sometimes a monolith running on a single host with continuous backups and a built-in self-restore capability is everything that a small team of developers…
#elixir
Monitoring Elixir Apps on Fly.io With Prometheus and PromEx
https://fly.io/blog/monitoring-your-fly-io-apps-with-prometheus/
Monitoring Elixir Apps on Fly.io With Prometheus and PromEx
https://fly.io/blog/monitoring-your-fly-io-apps-with-prometheus/
Fly
Monitoring Elixir Apps on Fly.io With Prometheus and PromEx
Documentation and guides from the team at Fly.io.
#elixir #podcast #thinkingelixir
#054 AST Parsing using Sourceror with Lucas San Román - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/054-ast-parsing-using-sourceror-with-lucas-san-roman/
#054 AST Parsing using Sourceror with Lucas San Román - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/054-ast-parsing-using-sourceror-with-lucas-san-roman/
Thinking Elixir
#054 AST Parsing using Sourceror with Lucas San Román - Thinking Elixir
Lucas San Román explains his sourceror library, how it makes parsing the Elixir AST better, and what features it enables for the future.
#elixir
Today I Learned: Preloading data for Phoenix LiveView components
https://til.hashrocket.com/posts/vfszltehyz-preloading-data-for-phoenix-liveview-components
Today I Learned: Preloading data for Phoenix LiveView components
https://til.hashrocket.com/posts/vfszltehyz-preloading-data-for-phoenix-liveview-components
Hashrocket
Today I Learned: Preloading data for Phoenix LiveView components
One of the most common problems in web development is N+1. Graphql has taught me the DataLoader pattern and since then I never had to worry about N+1 as long as I kept using that pattern.
#elixir
How to Monitor and Optimize Your Database Performance: A Practical Guide
https://blog.appsignal.com/2021/06/30/how-to-monitor-and-optimize-your-database-performance-a-practical-guide.html
How to Monitor and Optimize Your Database Performance: A Practical Guide
https://blog.appsignal.com/2021/06/30/how-to-monitor-and-optimize-your-database-performance-a-practical-guide.html
Appsignal
How to Monitor and Optimize Your Database Performance: A Practical Guide | AppSignal Blog
In this post, we'll dive into the database part of your architecture to show how you can monitor and optimize your database performance.
#elixir #elixir_conf
Lumen and Eir - Hans Elias Josephsen | ElixirConfEU Virtual 20
https://www.youtube.com/watch?v=yCZKWqBCp00
Lumen and Eir - Hans Elias Josephsen | ElixirConfEU Virtual 20
https://www.youtube.com/watch?v=yCZKWqBCp00
YouTube
Lumen and Eir - Hans Elias Josephsen | ElixirConfEU Virtual 20
This video was recorded at ElixirConf EU Virtual 2020 (June) - https://www.elixirconf.eu/archives/vi...
More great virtual tech conferences - https://codesync.global
---
Lumen and Eir
by
Hans Elias Josephsenby
ABSTRACT
Lumen is a new compiler and runtime…
More great virtual tech conferences - https://codesync.global
---
Lumen and Eir
by
Hans Elias Josephsenby
ABSTRACT
Lumen is a new compiler and runtime…
#elixir #podcast #thinkingelixir
#055 Learning from Failure with Philipp Schmieder - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/055-learning-from-failure-with-philipp-schmieder/
#055 Learning from Failure with Philipp Schmieder - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/055-learning-from-failure-with-philipp-schmieder/
Thinking Elixir
#055 Learning from Failure with Philipp Schmieder - Thinking Elixir
Philipp Schmieder shares his experience creating a LiveView app for a political party’s convention, the problems he hit and what he learned!