#elixir
How to use google maps with phoenix liveview
https://medium.com/coletiv-stories/how-to-use-google-maps-with-phoenix-liveview-dbd55771e897
How to use google maps with phoenix liveview
https://medium.com/coletiv-stories/how-to-use-google-maps-with-phoenix-liveview-dbd55771e897
Medium
How to use Google Maps with Phoenix LiveView
Howdy dear reader 🖖🏽, hope you are safe and healthy during these troubled times.
During the past 3 years, we have developed a few…
During the past 3 years, we have developed a few…
#elixir
Count occurrences in elixir
https://til.hashrocket.com/posts/twhuy7ks5n-count-occurrences-in-elixir
Count occurrences in elixir
https://til.hashrocket.com/posts/twhuy7ks5n-count-occurrences-in-elixir
Hashrocket
Today I Learned: Count Occurrences in Elixir
Elixir recently introduced an useful couple of functions to count how many times a value appears in an Enumerable. It comes in two formats: frequencies/1 and frequencies_by/2. Here’s an example:
#elixir #tutorial #programming #beginners
Ad-hoc polymorphism in elixir using defprotocol
https://dev.to/sharmapankaj2512/ad-hoc-polymorphism-in-elixir-using-defprotocol-53ih
Ad-hoc polymorphism in elixir using defprotocol
https://dev.to/sharmapankaj2512/ad-hoc-polymorphism-in-elixir-using-defprotocol-53ih
DEV Community
Ad-hoc Polymorphism In Elixir Using defprotocol
#elixir
Why guards in elixir fail to serve sometimes?
https://medium.com/blackode/why-guards-in-elixir-fail-to-serve-sometimes-d4ee23d6b328
Why guards in elixir fail to serve sometimes?
https://medium.com/blackode/why-guards-in-elixir-fail-to-serve-sometimes-d4ee23d6b328
Medium
Why Guards in Elixir Fail to Serve sometimes?
Function Firewalls
#elixir #chatbots #opensource
Announcing juvet: working towards a more familiar chat bot framework
https://dev.to/wrightj/announcing-juvet-working-towards-a-more-familiar-chat-bot-framework-13df
Announcing juvet: working towards a more familiar chat bot framework
https://dev.to/wrightj/announcing-juvet-working-towards-a-more-familiar-chat-bot-framework-13df
DEV Community
Announcing Juvet: Working towards a more familiar chat bot framework
Juvet is an open source MVC framework for chat bots built in Elixir. You can read more about it and sponsor the project at https://github.com/juvet/juvet.
#elixir
Why i made the jump to elixir
https://medium.com/@tom_grozev/why-i-made-the-jump-to-elixir-576541787e89
Why i made the jump to elixir
https://medium.com/@tom_grozev/why-i-made-the-jump-to-elixir-576541787e89
#elixir
How to build a machine learning project in elixir.
https://www.erlang-solutions.com/blog/how-to-build-a-machine-learning-project-in-elixir.html
How to build a machine learning project in elixir.
https://www.erlang-solutions.com/blog/how-to-build-a-machine-learning-project-in-elixir.html
Erlang-Solutions
How to build a machine learning project in Elixir. | Erlang Solution blog
Machine learning is a tool that gives businesses a competitive edge by reducing operating costs and increasing sales. In this project, we show you how to complete an ecommerce machine learning project in Elixir.
#elixir
Six famous companies using elixir-and why they made the switch
https://medium.com/@monterail/six-famous-companies-using-elixir-and-why-they-made-the-switch-7acdb8b22e40
Six famous companies using elixir-and why they made the switch
https://medium.com/@monterail/six-famous-companies-using-elixir-and-why-they-made-the-switch-7acdb8b22e40
Medium
Six Famous Companies Using Elixir-And Why They Made the Switch
Elixir is a functional and dynamic programming language first released in 2011, so it’s still relatively new.
#elixir
Rabbitmq mirrored queues gotchas
https://www.erlang-solutions.com/blog/rabbitmq-mirrored-queues-gotchas.html
Rabbitmq mirrored queues gotchas
https://www.erlang-solutions.com/blog/rabbitmq-mirrored-queues-gotchas.html
Erlang-Solutions
RabbitMQ Mirrored Queues Gotchas | Erlang Solution blog
Mirrored queues in RabbitMQ enable high availability, which comes with significant benefits. However, when working with mirrored queues there can be some unexpected behaviours to watch out for. In this blog we walk through some common things to watch out…
#elixir #iot #phoenix #nerves
An iot birdhouse with elixir nerves & phoenix liveview components 🐦
https://dev.to/dasky/an-iot-birdhouse-with-elixir-nerves-phoenix-liveview-components-5cb2
An iot birdhouse with elixir nerves & phoenix liveview components 🐦
https://dev.to/dasky/an-iot-birdhouse-with-elixir-nerves-phoenix-liveview-components-5cb2
DEV Community
An IoT Birdhouse with Elixir Nerves & Phoenix LiveView Components 🐦
TOC Introduction The basic concept Hardware Setting up a new Elixir Nerves...
#elixir
How to debug your rabbitmq
https://www.erlang-solutions.com/blog/how-to-debug-your-rabbitmq.html
How to debug your rabbitmq
https://www.erlang-solutions.com/blog/how-to-debug-your-rabbitmq.html
Erlang-Solutions
How to debug your RabbitMQ | Erlang Solution blog
Learn how to debug RabbitMQ using the right tools and methodology. This will teach you how to identify what is causing unwanted behaviour in your system so that you can improve the performance of your RabbitMQ.
#elixir
Using rabbitmq for microservice architecture success - guest blog by api fortress api
https://www.erlang-solutions.com/blog/using-rabbitmq-for-microservice-architecture-success-guest-blog-by-api-fortress-api.html
Using rabbitmq for microservice architecture success - guest blog by api fortress api
https://www.erlang-solutions.com/blog/using-rabbitmq-for-microservice-architecture-success-guest-blog-by-api-fortress-api.html
Erlang-Solutions
Using RabbitMQ for microservice architecture success - Guest Blog by API Fortress API | Erlang Solution blog
Hear from the CTO and co-founder of API Fortress on their journey to discovering RabbitMQ was the best tool for their microservices architecture and discover how they've used it to build a successful platform
#elixir
Optimizing graphql with dataloader.
https://www.erlang-solutions.com/blog/optimizing-graphql-with-dataloader.html
Optimizing graphql with dataloader.
https://www.erlang-solutions.com/blog/optimizing-graphql-with-dataloader.html
Erlang-Solutions
Optimizing GraphQL with Dataloader. | Erlang Solution blog
Dataloader is a powerful tool when it comes to optimizing queries. This is a hands-on introduction into the tool and what it can do based on our experience building APIs for a corporate car-sharing platform.
#elixir
An introduction to rabbitmq - what is rabbitmq?
https://www.erlang-solutions.com/blog/an-introduction-to-rabbitmq-what-is-rabbitmq.html
An introduction to rabbitmq - what is rabbitmq?
https://www.erlang-solutions.com/blog/an-introduction-to-rabbitmq-what-is-rabbitmq.html
SeventhState.io
What is RabbitMQ? An intro to the message queuing tech
What is RabbitMQ? Find out in our introduction to the powerful Message Queue tech. Why Rabbit? What is MQ? How can it improve our applications? Why would I want to learn more about it? — These are questions that I asked when I was first introduced to RabbitMQ.…