#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
#elixir
Configuring your elixir application at runtime with vapor
https://blog.appsignal.com/2020/04/28/configuring-your-elixir-application-at-runtime-with-vapor.html
Configuring your elixir application at runtime with vapor
https://blog.appsignal.com/2020/04/28/configuring-your-elixir-application-at-runtime-with-vapor.html
Appsignal
Configuring your Elixir Application at Runtime with Vapor | AppSignal Blog
Learn how to configure your application with Vapor in a safe, consistent, and reliable way that will last you well into the future.
#elixir
A beginner’s guide to elixir otp system
https://medium.com/stackavenue/a-beginners-guide-to-elixir-otp-system-8bac2896cff3
A beginner’s guide to elixir otp system
https://medium.com/stackavenue/a-beginners-guide-to-elixir-otp-system-8bac2896cff3
Medium
A Beginner’s guide to Elixir OTP System
When we talk about OTP we are basically talking about bunch of libraries or collections of libraries and the hierarchy of supervisors and…