#elixir
Using event sourcing and cqrs with incident — part 1
https://medium.com/@pedroassumpcao/using-event-sourcing-and-cqrs-with-incident-part-1-27d24643a1fb
Using event sourcing and cqrs with incident — part 1
https://medium.com/@pedroassumpcao/using-event-sourcing-and-cqrs-with-incident-part-1-27d24643a1fb
Medium
Using Event Sourcing and CQRS with Incident — Part 1
This is the first of a series of posts that I will present on how your application can use Event Sourcing and CQRS for specific domains…
#elixir #erlang #beam #podcast
Titles of all elixir fountain podcast episodes
https://dev.to/adolfont/titles-of-all-elixir-fountain-podcast-episodes-4o9m
Titles of all elixir fountain podcast episodes
https://dev.to/adolfont/titles-of-all-elixir-fountain-podcast-episodes-4o9m
DEV Community
Titles of all Elixir Fountain podcast episodes
Elixir Fountain was the first podcast focused on the Elixir language. The first episode was publis...
#elixir
Optimizing for free hosting — elixir deployments
https://medium.com/@damonvjanis/optimizing-for-free-hosting-elixir-deployments-6bfc119a1f44
Optimizing for free hosting — elixir deployments
https://medium.com/@damonvjanis/optimizing-for-free-hosting-elixir-deployments-6bfc119a1f44
Medium
Optimizing for Free Hosting — Elixir Deployments
Another way to deploy Elixir apps
#elixir #airtable #phoenix #cms
Exairtable - airtable in your elixir
https://dev.to/explo/exairtable-airtable-in-your-elixir-1n01
Exairtable - airtable in your elixir
https://dev.to/explo/exairtable-airtable-in-your-elixir-1n01
DEV Community
ExAirtable - Airtable in your Elixir
If you use Elixir and like Airtable, check out a new library I wrote called [ExAirtable](https://github.com/exploration/ex_airtable].
#elixir
How to use lua for flexible configurations in erlang and elixir.
https://www.erlang-solutions.com/blog/how-to-use-lua-for-flexible-configurations-in-erlang-and-elixir.html
How to use lua for flexible configurations in erlang and elixir.
https://www.erlang-solutions.com/blog/how-to-use-lua-for-flexible-configurations-in-erlang-and-elixir.html
Erlang-Solutions
How to use Lua for flexible configurations in Erlang and Elixir. | Erlang Solution blog
Using a language for flexible configuration gives us the possibility to create an easy interface to provide configurations, reduce the amount of code we need to write, improve the maintenance without jeopardising the performance of the system. In this blog…
#elixir
Erlang solutions partners with re2 programming to deliver erlang, elixir & rabbitmq online training and to grow the community in south east asia.
https://www.erlang-solutions.com/blog/erlang-solutions-partners-with-re2-programming-to-deliver-erlang-elixir-rabbitmq-online-training-and-to-grow-the-community-in-south-east-asia.html
Erlang solutions partners with re2 programming to deliver erlang, elixir & rabbitmq online training and to grow the community in south east asia.
https://www.erlang-solutions.com/blog/erlang-solutions-partners-with-re2-programming-to-deliver-erlang-elixir-rabbitmq-online-training-and-to-grow-the-community-in-south-east-asia.html
Erlang-Solutions
Erlang Solutions partners with RE2 Programming to deliver Erlang, Elixir & RabbitMQ Online Training and to Grow the Community in…
Erlang Solutions, the world's leading provider of Erlang and Elixir solutions, and RE2 Programming, an IT training organisation dedicated to helping developers in the Asian market reap the benefits of the BEAM, will work together to offer world-class online…
#Elixir in Production
Real-time collaboration with elixir at slab
https://elixir-lang.org/blog/2020/11/17/real-time-collaboration-with-elixir-at-slab/
Real-time collaboration with elixir at slab
https://elixir-lang.org/blog/2020/11/17/real-time-collaboration-with-elixir-at-slab/
The Elixir programming language
Real-time collaboration with Elixir at Slab
A case study of how Elixir is being used at Slab.
#elixir
Introducing caramel - an erlang backend for the ocaml compiler that provides a fast type-checker for beam-based technologies.
https://www.erlang-solutions.com/blog/introducing-caramel-an-erlang-backend-for-the-ocaml-compiler-that-provides-a-fast-type-checker-for-beam-based-technologies.html
Introducing caramel - an erlang backend for the ocaml compiler that provides a fast type-checker for beam-based technologies.
https://www.erlang-solutions.com/blog/introducing-caramel-an-erlang-backend-for-the-ocaml-compiler-that-provides-a-fast-type-checker-for-beam-based-technologies.html
Erlang-Solutions
Introducing Caramel - An Erlang Backend for the OCaml compiler that provides a fast type-checker for BEAM-based technologies. |…
Caramel is an Erlang backend for OCaml's type checker, offering a highly expressive, sound type-system, and a blazing fast type-checker. This allows you to rule out entire classes of errors by using types that are closer to your domain, and fearlessly refactor…
#elixir #nerves #raspberrypi #iot
[elixir/nerves] get started with led blinking on raspberry pi
https://dev.to/mnishiguchi/elixir-nerves-get-started-with-led-blinking-on-raspberry-pi-2l1i
[elixir/nerves] get started with led blinking on raspberry pi
https://dev.to/mnishiguchi/elixir-nerves-get-started-with-led-blinking-on-raspberry-pi-2l1i
DEV Community
[Elixir/Nerves] Get started with LED Blinking on Raspberry Pi
One day in September 2020, I suddenly felt like exploring remote programming meetups in Japan, my hom...
#elixir
Running elixir apps on gke at scale with postgresql backend using pgbouncer
https://medium.com/searce/running-elixr-apps-on-gke-at-scale-with-postgresql-backend-using-pgbouncer-3e8e73e55d5e
Running elixir apps on gke at scale with postgresql backend using pgbouncer
https://medium.com/searce/running-elixr-apps-on-gke-at-scale-with-postgresql-backend-using-pgbouncer-3e8e73e55d5e
Medium
Running Elixir apps on GKE at scale with PostgreSQL backend using PGBouncer
Running Elixir apps on GKE at scale with PostgreSQL backend using PGBouncer for better connection pooling with transaction pool mode.
#elixir
How to call swift 5.3 code from elixir via nif
https://medium.com/@zacky1972/how-to-call-swift-5-3-code-from-elixir-via-nif-e317bac49c15
How to call swift 5.3 code from elixir via nif
https://medium.com/@zacky1972/how-to-call-swift-5-3-code-from-elixir-via-nif-e317bac49c15
Medium
How to call Swift 5.3 code from Elixir via NIF
The Mac series with the Apple Silicon M1 chip has been released. Weren’t you surprised by the amazing performance of it? I was also. I…
#elixir
How elixir helped to break the code challenge puzzle?
https://medium.com/blackode/how-elixir-helped-to-break-the-code-challenge-puzzle-88654d843878
How elixir helped to break the code challenge puzzle?
https://medium.com/blackode/how-elixir-helped-to-break-the-code-challenge-puzzle-88654d843878
Medium
How Elixir helped to break the code challenge puzzle?
Puzzle solving using elixir.