#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.…
#elixir #phoenix #webdev #monitoring
Visualize your elixir/phoenix app with llama logs
https://dev.to/bakenator/visualize-your-elixir-phoenix-app-with-llama-logs-43nn
Visualize your elixir/phoenix app with llama logs
https://dev.to/bakenator/visualize-your-elixir-phoenix-app-with-llama-logs-43nn
DEV Community
Visualize Your Elixir/Phoenix App with Llama Logs
About Do you ever wonder what is going on inside your Phoenix application? Struggle to r...
#elixir
Optimising for concurrency: comparing and contrasting the beam and jvm virtual machines.
https://www.erlang-solutions.com/blog/optimising-for-concurrency-comparing-and-contrasting-the-beam-and-jvm-virtual-machines.html
Optimising for concurrency: comparing and contrasting the beam and jvm virtual machines.
https://www.erlang-solutions.com/blog/optimising-for-concurrency-comparing-and-contrasting-the-beam-and-jvm-virtual-machines.html
Erlang-Solutions
Optimising for Concurrency: Comparing and contrasting the BEAM and JVM virtual machines. | Erlang Solution blog
Want to know the difference between the Java VM and the BEAM VM? In this blog we discuss the different virtual machines and explain concurrency in comparison to parallelism
#elixir #docker #postgres #webdev
Development environment for elixir + phoenix with docker and docker-compose
https://dev.to/hlappa/development-environment-for-elixir-phoenix-with-docker-and-docker-compose-2g17
Development environment for elixir + phoenix with docker and docker-compose
https://dev.to/hlappa/development-environment-for-elixir-phoenix-with-docker-and-docker-compose-2g17
DEV Community
Development environment for Elixir + Phoenix with Docker and Docker-compose
I've been following Elixir, Phoenix and Docker for a two years now. I Started with small demos and ex...
#elixir
How to write a phoenix pubsub adapter. tutorial example based on eventstore.
https://www.erlang-solutions.com/blog/how-to-write-a-phoenix-pubsub-adapter-tutorial-example-based-on-eventstore.html
How to write a phoenix pubsub adapter. tutorial example based on eventstore.
https://www.erlang-solutions.com/blog/how-to-write-a-phoenix-pubsub-adapter-tutorial-example-based-on-eventstore.html
Erlang-Solutions
How to write a Phoenix PubSub adapter. Tutorial example based on EventStore. | Erlang Solution blog
Phoenix PubSub offers a flexible way to transmit asynchronous messages in Elixir. In this tutorial, we will use the example of EventStore to show you how this can be done.
#elixir
A front-end's (good) impressions about elixir
https://medium.com/@evemontalvo/a-front-ends-good-impressions-about-elixir-68f8983d8ab
A front-end's (good) impressions about elixir
https://medium.com/@evemontalvo/a-front-ends-good-impressions-about-elixir-68f8983d8ab
Medium
A Front-End's (good) impressions about Elixir
I’ve been working almost exclusively with Javascript/Node.js since 2016, but since February I’m in a love-hate relationship with Elixir…
#elixir
Add value to your app with instant messaging. here’s where to start.
https://www.erlang-solutions.com/blog/add-value-to-your-app-with-instant-messaging-here-s-where-to-start.html
Add value to your app with instant messaging. here’s where to start.
https://www.erlang-solutions.com/blog/add-value-to-your-app-with-instant-messaging-here-s-where-to-start.html
Erlang-Solutions
Add value to your app with Instant Messaging. Here’s where to start. | Erlang Solution blog
Our team discuss how they can help you add value to your app with instant messaging, including a look at the common mistakes they see from their clients and how you can avoid them to ensure your chat functionality is a success.
#elixir #phoenix #forms #thisweekilearned
Assigning two fields from one dropdown selection with elixir
https://dev.to/noelworden/assigning-two-fields-from-one-dropdown-selection-with-elixir-2bmh
Assigning two fields from one dropdown selection with elixir
https://dev.to/noelworden/assigning-two-fields-from-one-dropdown-selection-with-elixir-2bmh
DEV Community
Assigning Two Fields from One Dropdown Selection with Elixir
This week I was tasked with having to assign two fields based on the select of a single dropdown. The...
#elixir
Scaling a mongoose: how scalable is the mongooseim xmpp server?
https://www.erlang-solutions.com/blog/scaling-a-mongoose-how-scalable-is-the-mongooseim-xmpp-server.html
Scaling a mongoose: how scalable is the mongooseim xmpp server?
https://www.erlang-solutions.com/blog/scaling-a-mongoose-how-scalable-is-the-mongooseim-xmpp-server.html
Erlang-Solutions
Scaling a Mongoose: How scalable is the MongooseIM XMPP server? | Erlang Solution blog
When talking about servers, the most frequently asked question is 'how does it scale.' So, we decided to put MongooseIM to the test. Read the blog to find out how we reached almost 2.5 million connections, passing 45 thousand messages per second, with no…
#elixir
Virtual BEAM Meetup GMT, August 19 - Saša Jurić on Parenting Children
https://youtu.be/PeDL57xrPws
Virtual BEAM Meetup GMT, August 19 - Saša Jurić on Parenting Children
https://youtu.be/PeDL57xrPws