#learning #elixir #thisweekilearned #unicode
Identifying and removing hidden characters
https://dev.to/noelworden/identifying-and-removing-hidden-characters-2m8i
Identifying and removing hidden characters
https://dev.to/noelworden/identifying-and-removing-hidden-characters-2m8i
DEV Community
Identifying and Removing Hidden Characters
I came across an interesting problem this week. There was a hidden character in a CSV preventing me f...
#elixir
Using broadway and rabbitmq to create a data pipeline in elixir
https://medium.com/@merajulislam/using-broadway-and-rabbitmq-to-create-a-data-pipeline-in-elixir-900ddff57c7d
Using broadway and rabbitmq to create a data pipeline in elixir
https://medium.com/@merajulislam/using-broadway-and-rabbitmq-to-create-a-data-pipeline-in-elixir-900ddff57c7d
Medium
Using Broadway and RabbitMQ to Create a Data Pipeline in Elixir
In this article, I will focus on creating a data ingestion and processing pipeline for Elixir using Broadway [1] library. As per…
#elixir
Should you use database transactions for data consistency?
https://medium.com/@patrykbak/should-you-use-database-transactions-for-data-consistency-7029ab6d301d
Should you use database transactions for data consistency?
https://medium.com/@patrykbak/should-you-use-database-transactions-for-data-consistency-7029ab6d301d
Medium
Should you use database transactions for data consistency?
In our systems, most business actions require changes across multiple contexts. How can we keep these contexts consistent?
#elixir
Real time dashboard with websocket in elixir
https://medium.com/@hsan_nabi_dar/real-time-dashboard-with-websocket-in-elixir-f4bad1a71ba7
Real time dashboard with websocket in elixir
https://medium.com/@hsan_nabi_dar/real-time-dashboard-with-websocket-in-elixir-f4bad1a71ba7
Medium
Real time Dashboard with WebSocket in Elixir
What started as an Elixir project over the weekend to support our mobile team with their QA named UltronEx grew into the playground to…
#elixir
Questions for bitstring, binary, charlist, and string in elixir
https://medium.com/@qhwa_85848/questions-for-bitstring-binary-charlist-and-string-in-elixir-5b7e0c1e41a0
Questions for bitstring, binary, charlist, and string in elixir
https://medium.com/@qhwa_85848/questions-for-bitstring-binary-charlist-and-string-in-elixir-5b7e0c1e41a0
Medium
Questions for BitString, Binary, Charlist, and String in Elixir — Part 1: BitString (or bits)
Part 1: BitString