#elixir #podcast #thinkingelixir
#066 Tracing Production with Kai Wern Choong - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/066-tracing-production-with-kai-wern-choong/
#066 Tracing Production with Kai Wern Choong - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/066-tracing-production-with-kai-wern-choong/
Thinking Elixir
#066 Tracing Production with Kai Wern Choong - Thinking Elixir
Kai Wern Choong shared his experience tracing performance problems in production. We cover what “tracing” is in the BEAM, recon and more!
#elixir
Real-Time Form Validation with Phoenix LiveView
https://blog.appsignal.com/2021/09/28/real-time-form-validations-with-phoenix-liveview.html
Real-Time Form Validation with Phoenix LiveView
https://blog.appsignal.com/2021/09/28/real-time-form-validations-with-phoenix-liveview.html
AppSignal Blog
Real-Time Form Validation with Phoenix LiveView | AppSignal Blog
Discover how you can build LiveView forms that validate changes and provide real-time feedback to users.
#elixir #podcast #elixir_mix
Onboarding and Transitioning into Elixir - EMx 146 - Devchat.tv
https://devchat.tv/elixir-mix/onboarding-and-transitioning-into-elixir-emx-146/
Onboarding and Transitioning into Elixir - EMx 146 - Devchat.tv
https://devchat.tv/elixir-mix/onboarding-and-transitioning-into-elixir-emx-146/
Elixir Mix
Elixir Mix: Onboarding and Transitioning into Elixir - EMx 146
The Elixir Mix panel takes the helm to talk about helping onboard and transition new developers onto an Elixir team. They discuss helping developers who may not have an Elixir background. They also advise Chuck on how to make a career transition since he's…
#elixir #podcast #thinkingelixir
#067 Building a Healthy Community - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/067-building-a-healthy-community/
#067 Building a Healthy Community - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/067-building-a-healthy-community/
Thinking Elixir
#067 Building a Healthy Community - Thinking Elixir
The Elixir community is a welcoming, encouraging and helpful place. We talk about ways to help keep it that way.
#elixir
Today I Learned: Elixir unique numbers
https://til.hashrocket.com/posts/fez4auugt2-elixir-unique-numbers
Today I Learned: Elixir unique numbers
https://til.hashrocket.com/posts/fez4auugt2-elixir-unique-numbers
Hashrocket
Today I Learned: Elixir unique numbers
I just found out that Elixir has a function that gets an unique_integer/1. This is very useful for Factories if you want to implement something like sequences to avoid errors due to database unique constraints.
#elixir
How to upload a file in Elixir with Waffle | Curiosum
https://curiosum.com/blog/how-upload-file-elixir-waffle
How to upload a file in Elixir with Waffle | Curiosum
https://curiosum.com/blog/how-upload-file-elixir-waffle
Curiosum
How to upload a file in Elixir with Waffle | Curiosum
The ability to upload files is a key requirement for many todays web and mobile applications. I'll show you how to upload files in Elixir with Waffle.
#elixir #vault
Elixir Phoenix + Vault: simple guide with libvault and config provider
https://medium.com/@marinakrasnovatr81/elixir-phoenix-vault-simple-guide-with-libvault-and-config-provider-f3a9267040c2
Elixir Phoenix + Vault: simple guide with libvault and config provider
https://medium.com/@marinakrasnovatr81/elixir-phoenix-vault-simple-guide-with-libvault-and-config-provider-f3a9267040c2
Medium
Elixir Phoenix + Vault: simple guide with libvault and config provider
Vault, the tool for managing secret data, passwords and credentials, becomes more and more popular now, so here is a simple guide for…
#elixir #podcast #thinkingelixir
#068 Rust and Elixir with Nik Begley - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/068-rust-and-elixir-with-nik-begley/
#068 Rust and Elixir with Nik Begley - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/068-rust-and-elixir-with-nik-begley/
Thinking Elixir
#068 Rust and Elixir with Nik Begley - Thinking Elixir
Nik Beley explains Doctave’s use of Elixir and Rust and how well these two actually play together!
#elixir
Today I Learned: Logging SQL queries in Ecto migrations
https://til.hashrocket.com/posts/dapsekfhtv-logging-sql-queries-in-ecto-migrations
Today I Learned: Logging SQL queries in Ecto migrations
https://til.hashrocket.com/posts/dapsekfhtv-logging-sql-queries-in-ecto-migrations
Hashrocket
Today I Learned: Logging SQL queries in Ecto migrations
There are some options to Ecto migrate and rollback to turn on the logging of the SQL queries executed:
#elixir #phoenix #testing
Deduplicating authentication and authorization tests in Elixir and Phoenix using macros.
https://medium.com/@m.r.nijboer/deduplicating-authentication-and-authorization-tests-in-elixir-and-phoenix-using-macros-5ed7fe5c282d
Deduplicating authentication and authorization tests in Elixir and Phoenix using macros.
https://medium.com/@m.r.nijboer/deduplicating-authentication-and-authorization-tests-in-elixir-and-phoenix-using-macros-5ed7fe5c282d
Medium
Deduplicating authentication and authorization tests in Elixir and Phoenix using macros.
Writing the same tests over and over again is frustrating work. Yet that’s what happens when writing authentication and authorization…
#elixir #podcast #thinkingelixir
#069 Elixir on Mobile with Dominic Letz - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/069-elixir-on-mobile-with-dominic-letz/
#069 Elixir on Mobile with Dominic Letz - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/069-elixir-on-mobile-with-dominic-letz/
Thinking Elixir Podcast
Thinking Elixir Podcast 69: Elixir on Mobile with Dominic Letz
We talk with Dominic Letz about running Elixir on an Android phone installed in an APK which hosts a LiveView application accessed through a WebView! All while also pursuing a Web 3.0 architecture of being decentralized! Wow!
#elixir #scraping
Web scraping in Elixir with Crawly | Oleg Tarasenko | ElixirConfEU V 2020
https://youtu.be/73S37B2z8yQ
Web scraping in Elixir with Crawly | Oleg Tarasenko | ElixirConfEU V 2020
https://youtu.be/73S37B2z8yQ
YouTube
Web scraping in Elixir with Crawly | Oleg Tarasenko | ElixirConfEU V 2020
This video was recorded at ElixirConf EU Virtual 2020 - https://www.elixirconf.eu/
Web scraping in Elixir with Crawly | Oleg Tarasenko - Software Engineer at Erlang Solutions
ABSTRACT
In this talk, I will cover a topic of web scraping. Who uses web scraping…
Web scraping in Elixir with Crawly | Oleg Tarasenko - Software Engineer at Erlang Solutions
ABSTRACT
In this talk, I will cover a topic of web scraping. Who uses web scraping…