#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
#elixir
Deploy your elixir application with gitlab cd pipeline
https://medium.com/@afternow/deploy-your-elixir-application-with-gitlab-cd-pipeline-e9710dbb5c02
Deploy your elixir application with gitlab cd pipeline
https://medium.com/@afternow/deploy-your-elixir-application-with-gitlab-cd-pipeline-e9710dbb5c02
Medium
Deploy your Elixir application with gitlab CD pipeline
There are plenty of ways to release an elixir application. I want to show you a comfortable and basic solution with low hosting costs. The…
#elixir #joy #supervision #quines
Supervising self-reproducing joy programs in elixir - a pool of quines
https://dev.to/palm86/supervising-self-reproducing-joy-programs-in-elixir-a-pool-of-quines-1jh5
Supervising self-reproducing joy programs in elixir - a pool of quines
https://dev.to/palm86/supervising-self-reproducing-joy-programs-in-elixir-a-pool-of-quines-1jh5
DEV Community
Supervising self-reproducing Joy programs in Elixir - a pool of quines
In the first post of this series I've introduced a very simple pool in the form of an Elixir process....
#elixir #phoenix #poker #tutorials
Setting up a new phoenix 1.5 project! (with phoenix liveview!)
https://dev.to/joseph_lozano/setting-up-a-new-phoenix-1-5-project-with-phoenix-liveview-309n
Setting up a new phoenix 1.5 project! (with phoenix liveview!)
https://dev.to/joseph_lozano/setting-up-a-new-phoenix-1-5-project-with-phoenix-liveview-309n
DEV Community
Setting up a new Phoenix 1.5 project! (With Phoenix LiveView!)
Phoenix 1.5 is out! Phoenix Live view is now part of the Phoenix Framework! For a quick introduction...