#elixir #podcast #thinkingelixir
#075 RabbitMQ and Commanded at Simplebet with Dave Lucia - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/075-rabbitmq-and-commanded-at-simplebet-with-dave-lucia/
#075 RabbitMQ and Commanded at Simplebet with Dave Lucia - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/075-rabbitmq-and-commanded-at-simplebet-with-dave-lucia/
Thinking Elixir
#075 RabbitMQ and Commanded at Simplebet with Dave Lucia - Thinking Elixir
Dave Lucia works at Simplebet and shares how they use Elixir, RabbitMQ, and Commanded to create real-time betting markets and more!
#elixir #code_beam
JIT Compiler for Erlang OTP | Lukas Larsson | Code Mesh V 2020
https://www.youtube.com/watch?v=X0ktGTMI2wg
JIT Compiler for Erlang OTP | Lukas Larsson | Code Mesh V 2020
https://www.youtube.com/watch?v=X0ktGTMI2wg
YouTube
JIT Compiler for Erlang OTP | Lukas Larsson | Code Mesh V 2020
This video was recorded at Code Mesh V 2020 - https://codesync.global/conferences/code-mesh-ldn/
JIT Compiler for Erlang OTP | Lukas Larsson - Software Engineer at Erlang Solutions
ABSTRACT
After many years of waiting, a JIT compiler is finally ready for…
JIT Compiler for Erlang OTP | Lukas Larsson - Software Engineer at Erlang Solutions
ABSTRACT
After many years of waiting, a JIT compiler is finally ready for…
#elixir
Three Ways to Debug Code in Elixir
https://blog.appsignal.com/2021/11/30/three-ways-to-debug-code-in-elixir.html
Three Ways to Debug Code in Elixir
https://blog.appsignal.com/2021/11/30/three-ways-to-debug-code-in-elixir.html
Appsignal
Three Ways to Debug Code in Elixir | AppSignal Blog
Explore three common methods of debugging code in Elixir, as well as how to debug Elixir processes using trace and observer.
#elixir
Today I Learned: Elixir __struct__/0
https://til.hashrocket.com/posts/kfn3wvdqdp-elixir-struct0
Today I Learned: Elixir __struct__/0
https://til.hashrocket.com/posts/kfn3wvdqdp-elixir-struct0
Hashrocket
Today I Learned: Elixir __struct__/0
When we define a struct via defstruct macro we end up getting a __struct__/0 function on both struct module definition and on each struct map. The intriguing part is that the implementation of the module and the map are different, check this out:
#elixir #podcast #elixir_wizards
Protocols in Elixir with Yiming Chen
https://smartlogic.io/podcast/elixir-wizards/s7e5-chen/
Protocols in Elixir with Yiming Chen
https://smartlogic.io/podcast/elixir-wizards/s7e5-chen/
Elixir Wizards
Protocols in Elixir with Yiming Chen
Today on the show we are grateful to get the chance to speak with Yiming Chen from Tubi, where we hear all about how he likes to use Elixir and the contributions he has made to the community.
#elixir
Today I Learned: Elixir Compilation Cycles with `--fail-above`
https://til.hashrocket.com/posts/nxnp4llwfm-elixir-compilation-cycles-with-fail-above
Today I Learned: Elixir Compilation Cycles with `--fail-above`
https://til.hashrocket.com/posts/nxnp4llwfm-elixir-compilation-cycles-with-fail-above
Hashrocket
Today I Learned: Elixir Compilation Cycles with `--fail-above`
Elixir 1.13.0 introduced a --fail-above flag for the mix xref task which will fail that task execution under a certain criteria.
#elixir
Hot Code Reloading of Elixir OTP Application
https://medium.com/ovice/hot-code-reloading-of-elixir-otp-application-58ef4170b5aa
Hot Code Reloading of Elixir OTP Application
https://medium.com/ovice/hot-code-reloading-of-elixir-otp-application-58ef4170b5aa
Medium
Hot Code Reloading of Elixir OTP Application
Hi, folks. I’m h3poteto and working at oVice as a part-time developer. In this post, I would like to share what I’ve learned about Elixir’s…
#Deployment
The Best Cloud Hosting Providers for Elixir Phoenix - StakNine
https://staknine.com/best-cloud-hosting-platforms-elixir-phoenix/
The Best Cloud Hosting Providers for Elixir Phoenix - StakNine
https://staknine.com/best-cloud-hosting-platforms-elixir-phoenix/
StakNine
Best Cloud Hosting Providers for Elixir & Phoenix
We've done the testing and these are the four cloud hosting providers you should use to get the most out of your Elixir Phoenix applications.
#Monitoring
Debugging Elixir Phoenix: Beyond IO.inspect/2 - StakNine
https://staknine.com/debugging-elixir-phoenix/
Debugging Elixir Phoenix: Beyond IO.inspect/2 - StakNine
https://staknine.com/debugging-elixir-phoenix/
StakNine
Debugging Elixir Phoenix: Beyond IO.inspect/2
We cover some options for debugging Elixir using IO.inspect/2. Then we show some examples of additional debugging tools available to you in Elixir using a simple Phoenix app.
#elixir #alf
ALF — Flow-based Application Layer Framework
https://anton-mishchuk.medium.com/alf-flow-based-application-layer-framework-8072ae9b0b6b
ALF — Flow-based Application Layer Framework
https://anton-mishchuk.medium.com/alf-flow-based-application-layer-framework-8072ae9b0b6b
Medium
ALF — Flow-based Application Layer Framework
TL;DR. Go directly to the ALF page.
#elixir #elixir software #elixir in production
Elixir in Production: Plausible Analytics
https://serokell.io/blog/elixir-in-production-plausible-analytics
Elixir in Production: Plausible Analytics
https://serokell.io/blog/elixir-in-production-plausible-analytics
Serokell Software Development Company
Elixir in Production: Plausible Analytics
What are the benefits of Elixir for web analytics? Find out in our interview with the founder of Plausible Analytics, a lightweight open-source alternative to Google Analytics.
#elixir #phoenix #liveview
Building a simple Calendly clone with Phoenix LiveView (pt. 5) | bigardone.dev
https://bigardone.dev/blog/2021/12/01/building-a-simple-calendly-clone-with-phoenix-live-view-pt-5
Building a simple Calendly clone with Phoenix LiveView (pt. 5) | bigardone.dev
https://bigardone.dev/blog/2021/12/01/building-a-simple-calendly-clone-with-phoenix-live-view-pt-5
bigardone.dev
Building a simple Calendly clone with Phoenix LiveView (pt. 5) | bigardone.dev
Booking time slots for an event type.
#elixir #code_beam
Consensus Protocols in OTP | Dániel Szoboszlay | Code BEAM V
https://youtu.be/ofJ0rdmkh1s
Consensus Protocols in OTP | Dániel Szoboszlay | Code BEAM V
https://youtu.be/ofJ0rdmkh1s
YouTube
Consensus Protocols in OTP | Dániel Szoboszlay | Code BEAM V
This video was recorded at Code BEAM V 2020 - codesync.global/conferences/code-beam-sto/Consensus Protocols in OTP | Daniel Szoboszlay - Lead Software Engin...
#elixir #podcast #elixir_wizards
Speedcubing and Building Livebook with Jonatan Kłosko
https://smartlogic.io/podcast/elixir-wizards/s7e6-klosko/
Speedcubing and Building Livebook with Jonatan Kłosko
https://smartlogic.io/podcast/elixir-wizards/s7e6-klosko/
Elixir Wizards
Speedcubing and Building Livebook with Jonatan Kłosko
Today we are lucky enough to be joined by Livebook developer, Jonatan Kłosko, a young prodigy. While he is still at college, he is working closely with José Valim at Dashbit, and can solve a Rubik’s cube in under five seconds!
#Monitoring
Best Error Monitoring Services for Elixir Phoenix - StakNine
https://staknine.com/best-error-monitoring-elixir-phoenix/
Best Error Monitoring Services for Elixir Phoenix - StakNine
https://staknine.com/best-error-monitoring-elixir-phoenix/
StakNine
Best Error Monitoring Services for Elixir Phoenix
We've done the testing and these are the three best Elixir error monitoring services to give you confidence in the health of your Phoenix apps
#elixir #podcast #thinkingelixir
Safe Ecto Migrations with David Bernheisel
http://podcast.thinkingelixir.com/76
Safe Ecto Migrations with David Bernheisel
http://podcast.thinkingelixir.com/76
Thinking Elixir Podcast
Thinking Elixir Podcast 76: Safe Ecto Migrations with David Bernheisel
David Bernheisel talks about his recent Safe Ecto Migrations guide. It’s a 4-part series covering how Ecto migrations work, running them on production, common-task recipes, strategies for migrating data and much more!
#elixir #podcast #thinkingelixir
EMPEX Mtn and Starting Knock with Chris Bell
http://podcast.thinkingelixir.com/77
EMPEX Mtn and Starting Knock with Chris Bell
http://podcast.thinkingelixir.com/77
Thinking Elixir Podcast
Thinking Elixir Podcast 77: EMPEX Mtn and Starting Knock with Chris Bell
Chris Bell talks about the EMPEX MTN conference, creating his startup "Knock" using Elixir, and shares some of his startup journey!