#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
#elixir
Server-side rendered html using phoenix liveview
https://medium.com/@ivymarkwell/server-side-rendered-html-using-phoenix-liveview-25d9487cb65c
Server-side rendered html using phoenix liveview
https://medium.com/@ivymarkwell/server-side-rendered-html-using-phoenix-liveview-25d9487cb65c
Medium
Server-side rendered HTML using Phoenix LiveView
After attending the 2019 Lone Star Elixir conference in Austin, Texas and hearing the release of Phoenix LiveView announced, I decided I…
#elixir
Convert httpoison request into curl command
https://til.hashrocket.com/posts/c4d1c06bcp-convert-httpoison-request-into-curl-command
Convert httpoison request into curl command
https://til.hashrocket.com/posts/c4d1c06bcp-convert-httpoison-request-into-curl-command
Hashrocket
Today I Learned: Convert HTTPoison Request into curl command
Today I learned how to convert a HTTPoison Request into a curl command, useful for logs. This might be useful to someone else, so I am sharing:
#elixir
Live video streaming in elixir made simple with membrane
https://blog.swmansion.com/live-video-streaming-in-elixir-made-simple-with-membrane-fc5b2083982d
Live video streaming in elixir made simple with membrane
https://blog.swmansion.com/live-video-streaming-in-elixir-made-simple-with-membrane-fc5b2083982d
Medium
Live video streaming from iOS devices made simple with Elixir & Membrane Framework
Learn how we used Membrane Framework — an Elixir AV processing platform to setup a live video streaming pipeline from an iOS device
#elixir #webdev #functional
Elixir learnings 002: playing around with lists
https://dev.to/teekay/elixir-learnings-002-playing-around-with-lists-1kg2
Elixir learnings 002: playing around with lists
https://dev.to/teekay/elixir-learnings-002-playing-around-with-lists-1kg2
DEV Community
Elixir Learnings 002: playing around with lists
Learning Elixir with TK