#elixir #tips #coding
2 Unique Use Cases of GenServer.reply | Deep Insights | Elixir Expert
https://medium.com/blackode/2-unique-use-cases-of-genserver-reply-deep-insights-elixir-expert-31e7abbd42d1
2 Unique Use Cases of GenServer.reply | Deep Insights | Elixir Expert
https://medium.com/blackode/2-unique-use-cases-of-genserver-reply-deep-insights-elixir-expert-31e7abbd42d1
Medium
2 Unique Use Cases of GenServer.reply | Deep Insights |Elixir Expert
Don’t fear to reply anymore.
#elixir
How to compose and refactor ecto queries with queries modules
https://curiosum.dev/blog/composable-elixir-ecto-queries-modules
How to compose and refactor ecto queries with queries modules
https://curiosum.dev/blog/composable-elixir-ecto-queries-modules
Curiosum
How to compose and refactor Ecto queries with Queries Modules | Curiosum
If you're wondering how to refactor your long Elixir Ecto Queries, and at the same time make them composable & reusable, then the answer is - Queries Modules!
#elixir #cassandra #redis
Building a scalable and high performances big data system
https://towardsdatascience.com/building-a-scalable-and-high-performances-big-data-system-221c6b6893eb
Building a scalable and high performances big data system
https://towardsdatascience.com/building-a-scalable-and-high-performances-big-data-system-221c6b6893eb
Medium
Building a scalable and high performances big data system
Some time ago, I had the opportunity to work on a fascinating project. We needed a way to expose REST APIs about Google Analytics data, but we had some big problems with the free Google Analytics…
#elixir
How to use rabbitmq in service integration
https://www.erlang-solutions.com/blog/how-to-use-rabbitmq-in-service-integration/
How to use rabbitmq in service integration
https://www.erlang-solutions.com/blog/how-to-use-rabbitmq-in-service-integration/
Erlang Solutions
How to use RabbitMQ in service integration - Erlang Solutions
In this blogpost, we discuss the major challenges of integrating legacy and non-legacy systems and how RabbitMQ can provide a solution
#elixir #caching #cachex
Caching in Phoenix/Elixir with Cachex
https://alvinrapada.medium.com/caching-in-phoenix-elixir-with-cachex-1ca2c9442618
Caching in Phoenix/Elixir with Cachex
https://alvinrapada.medium.com/caching-in-phoenix-elixir-with-cachex-1ca2c9442618
Medium
Caching in Phoenix/Elixir with Cachex
A quick and dumb-down explanation of how to set up cachex in phoenix/elixir and an optional cache table/service management for awesomeness…
#elixir #podcast
#047 Crypto Trading in Elixir with Kamil Skowron
https://thinkingelixir.com/podcast-episodes/047-crypto-trading-in-elixir-with-kamil-skowron/
#047 Crypto Trading in Elixir with Kamil Skowron
https://thinkingelixir.com/podcast-episodes/047-crypto-trading-in-elixir-with-kamil-skowron/
Thinking Elixir
#047 Crypto Trading in Elixir with Kamil Skowron - Thinking Elixir
Kamil Skowron talks about his Youtube channel and online book "Create a cryptocurrency trading bot in Elixir"
#elixir #podcast
The Right Amount of Magic with Erik Person
https://smartlogic.io/podcast/elixir-wizards/s6e2-person/
The Right Amount of Magic with Erik Person
https://smartlogic.io/podcast/elixir-wizards/s6e2-person/
Elixir Wizards
The Right Amount of Magic with Erik Person
Today, Erik Person continues our journey into the magic of the BEAM and we get to hear all about his path in programming, his relationship with Elixir, and his utilization of the BEAM. We also have a mini-feature with SmartLogic's very own Stephanie Vizzi…
#elixir #podcast
The Controlled Magic of Oban with Parker and Shannon Selbert
https://smartlogic.io/podcast/elixir-wizards/s6e3-selbert/
The Controlled Magic of Oban with Parker and Shannon Selbert
https://smartlogic.io/podcast/elixir-wizards/s6e3-selbert/
Elixir Wizards
The Controlled Magic of Oban with Parker and Shannon Selbert
While there is magic to be found in many frameworks, having too much going on without being able to control it is not for everybody. Today Parker and Shannon Selbert talk about their dynamic partnership and the ‘controlled magic’ of their tool Oban.
#elixir #podcast
#048 Ecto Associations with Sheharyar Naseer
https://thinkingelixir.com/podcast-episodes/048-ecto-associations-with-sheharyar-naseer/
#048 Ecto Associations with Sheharyar Naseer
https://thinkingelixir.com/podcast-episodes/048-ecto-associations-with-sheharyar-naseer/
Thinking Elixir
#048 Ecto Associations with Sheharyar Naseer - Thinking Elixir
We talk about Ecto association defaults and how we can use them, Single Table Inheritance designs, wrapping the Repo module and more!
#elixir #programming #haskell #erlang
My Dream Programming Language
https://itnext.io/my-dream-programming-language-707e33466c23
My Dream Programming Language
https://itnext.io/my-dream-programming-language-707e33466c23
Medium
My Dream Programming Language
After some time working with different programming languages, I started to think about building my own language. That’s what I came up…
#elixir
Debugging elixir code: the definitive guide
https://curiosum.dev/blog/debugging-elixir-code-the-definitive-guide
Debugging elixir code: the definitive guide
https://curiosum.dev/blog/debugging-elixir-code-the-definitive-guide
Curiosum
Debugging Elixir Code: The Definitive Guide | Curiosum
Every application contains bugs, and even if it doesn't, it will. And every programmer makes mistakes - learn how to track them down.
#elixir #code_beam
Keynote: Adopting Elixir (...) Across Africa - Getty Orawo & Okoth Kongo | Code BEAM V Europe 21
https://www.youtube.com/watch?v=HOiV_WhYoxs
Keynote: Adopting Elixir (...) Across Africa - Getty Orawo & Okoth Kongo | Code BEAM V Europe 21
https://www.youtube.com/watch?v=HOiV_WhYoxs
YouTube
Keynote: Adopting Elixir (...) Across Africa - Getty Orawo & Okoth Kongo | Code BEAM V Europe 21
This video was recorded at Code BEAM V EU 2021 - https://codesync.global/conferences/code-beam-sto-2021/
Adopting Elixir and Growing the Elixir Community Across Africa
by Getty Orawo - Founder GirlsGetGeeky & Okoth Kongo - Organizer of Elixir Conf Africa…
Adopting Elixir and Growing the Elixir Community Across Africa
by Getty Orawo - Founder GirlsGetGeeky & Okoth Kongo - Organizer of Elixir Conf Africa…
#elixir #podcast
#049 Pushing for Modularity with Maciej Kaszubowski
https://thinkingelixir.com/podcast-episodes/049-pushing-for-modularity-with-maciej-kaszubowski/
#049 Pushing for Modularity with Maciej Kaszubowski
https://thinkingelixir.com/podcast-episodes/049-pushing-for-modularity-with-maciej-kaszubowski/
Thinking Elixir
#049 Pushing for Modularity with Maciej Kaszubowski - Thinking Elixir
Maciej Kaszubowski returns and talks about designing modular systems using background jobs, read models and more!