#elixir
Mutual tls in elixir part 2: testing and intermediate cas
https://medium.com/@michaelviveros/mutual-tls-in-elixir-part-2-testing-and-intermediate-cas-509b7e00a665
Mutual tls in elixir part 2: testing and intermediate cas
https://medium.com/@michaelviveros/mutual-tls-in-elixir-part-2-testing-and-intermediate-cas-509b7e00a665
Medium
Mutual TLS in Elixir Part 2: Testing and Intermediate CAs
Part 2 will cover testing client authentication and setting up intermediate CAs.
#elixir
(almost) javascript-free real-time web app development with phoenix live view
https://medium.com/@rid9/almost-javascript-free-real-time-web-app-development-with-phoenix-live-view-12b6a0c199eb
(almost) javascript-free real-time web app development with phoenix live view
https://medium.com/@rid9/almost-javascript-free-real-time-web-app-development-with-phoenix-live-view-12b6a0c199eb
Medium
(Almost) Javascript-free Real-Time Web App Development with Phoenix Live View
So, for a moment imagine that you are me. Average run-off-the-mill software engineer that is only able to do backend stuffs, absolutely no…
#webdev #elixir #functional
Things elixir's phoenix framework does right
https://dev.to/scorpil/things-elixir-s-phoenix-framework-does-right-de7
Things elixir's phoenix framework does right
https://dev.to/scorpil/things-elixir-s-phoenix-framework-does-right-de7
DEV Community
Things Elixir's Phoenix Framework Does Right
I dabbled in Phoenix for a while now, but never really got my hands dirty with it right up until now....
#Elixir in Production
Delivering social change with elixir at change.org
https://elixir-lang.org/blog/2020/10/27/delivering-social-change-with-elixir-at-change.org/
Delivering social change with elixir at change.org
https://elixir-lang.org/blog/2020/10/27/delivering-social-change-with-elixir-at-change.org/
The Elixir programming language
Delivering social change with Elixir at Change.org
A case study of how Elixir is being used at Change.org.
#elixir
Csv parsing and encoding for elixir
https://medium.com/@antonraphaelcaballes/csv-parsing-and-encoding-for-elixir-61b257771338
Csv parsing and encoding for elixir
https://medium.com/@antonraphaelcaballes/csv-parsing-and-encoding-for-elixir-61b257771338
Medium
CSV parsing and encoding for Elixir
Hi everyone! I’ve been looking for ways to upload multiple data in my Elixir application using CSV file. Now that I learn to, I want to…
#elixir
How to make your phoenix app more secure — swap argon2 for bcrypt (or pbkdf2) with phoenix’s phx_gen_auth generator
https://medium.com/@coretheory/how-to-make-your-phoenix-app-more-secure-swap-argon2-for-bcrypt-or-pbkdf2-with-phoenixs-9bc6910b378d
How to make your phoenix app more secure — swap argon2 for bcrypt (or pbkdf2) with phoenix’s phx_gen_auth generator
https://medium.com/@coretheory/how-to-make-your-phoenix-app-more-secure-swap-argon2-for-bcrypt-or-pbkdf2-with-phoenixs-9bc6910b378d
Medium
How to make your Phoenix app more secure —use Argon2 with Phoenix’s phx_gen_auth generator
Why Argon2?
#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…