#elixir
What's new in mongooseim 4.0 - the friendly mongoose
https://www.erlang-solutions.com/blog/what-s-new-in-mongooseim-4-0-the-friendly-mongoose.html
What's new in mongooseim 4.0 - the friendly mongoose
https://www.erlang-solutions.com/blog/what-s-new-in-mongooseim-4-0-the-friendly-mongoose.html
Erlang Solutions
Instant Messaging | MongooseIM 4.0
Our latest release has a number of key improvements to make MongooseIM easier to use for a wide range of users. Learn more detail in the blog
#elixir #engineering #business
Phoenix liveview updates: introducing uploads
https://dockyard.com/blog/2020/10/14/phoenix-liveview-updates-introducing-uploads
Phoenix liveview updates: introducing uploads
https://dockyard.com/blog/2020/10/14/phoenix-liveview-updates-introducing-uploads
DockYard
Phoenix LiveView Updates: Introducing Uploads - DockYard
At ElixirConf 2020, Chris McCord announced Uploads in Phoenix LiveView. Learn more about this new feature, how it works, and how it's going to make your life easier.
#elixir
Demystifying distributed tracing in elixir via open-telemetry, zipkin, and elastic search
https://medium.com/@y316nitk/demystifying-distributed-tracing-in-elixir-via-open-telemetry-zipkin-and-elastic-search-1876c254162d
Demystifying distributed tracing in elixir via open-telemetry, zipkin, and elastic search
https://medium.com/@y316nitk/demystifying-distributed-tracing-in-elixir-via-open-telemetry-zipkin-and-elastic-search-1876c254162d
#elixir
Why we renamed to beam basket from elixir echo
https://medium.com/beambasket/why-we-renamed-to-beam-basket-from-elixir-echo-323c9bb8de77
Why we renamed to beam basket from elixir echo
https://medium.com/beambasket/why-we-renamed-to-beam-basket-from-elixir-echo-323c9bb8de77
Medium
Why we renamed ElixirEcho to BEAM basket
A year ago I(Sandesh Soni) started a moment by name ElixirEcho. There was a debate between a newsletter or a podcast.
#elixir
Tell don’t ask with ruby and elixir
https://medium.com/@sullymustycode/tell-dont-ask-with-ruby-and-elixir-25597d3d130b
Tell don’t ask with ruby and elixir
https://medium.com/@sullymustycode/tell-dont-ask-with-ruby-and-elixir-25597d3d130b
Medium
Tell don’t ask with Ruby and Elixir
Imagine you’re the principal of an elementary school, it is recess time and all the kids are outside making noise. Suddenly the clock…
#phoenix #elixir #otp #telemetry #analytics
Instrumenting your phoenix application using telemetry
https://thoughtbot.com/blog/instrumenting-your-phoenix-application-using-telemetry
Instrumenting your phoenix application using telemetry
https://thoughtbot.com/blog/instrumenting-your-phoenix-application-using-telemetry
thoughtbot
Instrumenting your Phoenix application using telemetry
Gain insight into events and performance measurements from your Phoenix application with a simple but scalable integration of telemetry.
#web #elixir #phoenix
Redirecting routes in a phoenix application using plugs
https://thoughtbot.com/blog/redirecting-routes-in-a-phoenix-application-using-plugs
Redirecting routes in a phoenix application using plugs
https://thoughtbot.com/blog/redirecting-routes-in-a-phoenix-application-using-plugs
thoughtbot
Redirecting routes in a Phoenix application using plugs
Let’s explore a pragmatic, flexible, and testable approach to route redirection.
#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?