#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...
#elixir
Adding password security to hex.pm
https://medium.com/@toddresudek/adding-password-security-to-hex-pm-6fa3d0b2764c
Adding password security to hex.pm
https://medium.com/@toddresudek/adding-password-security-to-hex-pm-6fa3d0b2764c
Medium
Adding password security to Hex.pm
As maintainers of a package manager, we are constantly balancing our efforts across feature requests, bug tickets, technical support and…
#elixir
Elixir currency and localized number format
https://medium.com/@maciejcha/elixir-currency-and-localized-number-format-518cafb9cc01
Elixir currency and localized number format
https://medium.com/@maciejcha/elixir-currency-and-localized-number-format-518cafb9cc01
Medium
Elixir currency and localized number format
Today, I’ll show you how quickly and easily add support for ISO localization in Elixir. My app is named Bazaar, so you should rename all…
#elixir
Stripe webhooks in phoenix with elixir pattern matching
https://medium.com/@connerfritz/stripe-webhooks-in-phoenix-with-elixir-pattern-matching-dfa97be03b7f
Stripe webhooks in phoenix with elixir pattern matching
https://medium.com/@connerfritz/stripe-webhooks-in-phoenix-with-elixir-pattern-matching-dfa97be03b7f
Medium
Stripe Webhooks in Phoenix with Elixir Pattern Matching
Learn how to use Elixir pattern matching in the Phoenix framework to receive Stripe Webhooks.
#elixir
Implementing a jwt stateless authentication using elixir, phoenix , pow and joken
https://medium.com/@ygorcastor/implementing-a-jwt-stateless-authentication-using-elixir-phoenix-pow-and-joken-5c2e1f41ba38
Implementing a jwt stateless authentication using elixir, phoenix , pow and joken
https://medium.com/@ygorcastor/implementing-a-jwt-stateless-authentication-using-elixir-phoenix-pow-and-joken-5c2e1f41ba38
Medium
Implementing a JWT Stateless authentication using Elixir, Phoenix , POW and Joken
Ygor is a Software Engineer at BOL.COM, Functional Programming enthusiast and an addict coffee drinker.
#elixir
Elixir inspecting big structs and lists
https://til.hashrocket.com/posts/lxa2lhhyia-elixir-inspecting-big-structs-and-lists
Elixir inspecting big structs and lists
https://til.hashrocket.com/posts/lxa2lhhyia-elixir-inspecting-big-structs-and-lists
Hashrocket
Today I Learned: Elixir Inspecting Big Structs and Lists
IO inspects limits your data by default in 50, so 50 Map keys and values, or 50 List items, etc. Sometimes you have a larger data, so you can play with this number by setting an option to the IO.inspect/2 function, or you can set it to :infinity. Use :infinity…
#development #elixir #ops
How to deploy elixir releases with ansible
https://blog.carbonfive.com/how-to-deploy-elixir-releases-with-ansible/
How to deploy elixir releases with ansible
https://blog.carbonfive.com/how-to-deploy-elixir-releases-with-ansible/
Field Notes from Carbon Five
How to Deploy Elixir Releases with Ansible
In my last post, I described how to generate a platform-specific Elixir release. Now, the only thing left to do is to put it on the world wide web. To follow along with this post, you’ll need…
#elixir
Build a simple api with elixir, plug mongodb and cowboy
https://medium.com/@hassanesow_57362/build-a-simple-api-with-elixir-plug-mongodb-and-cowboy-ac715dfee987
Build a simple api with elixir, plug mongodb and cowboy
https://medium.com/@hassanesow_57362/build-a-simple-api-with-elixir-plug-mongodb-and-cowboy-ac715dfee987
Medium
Build a simple api with Elixir, Plug MongoDB and Cowboy
The idea is to show how to integrate mongodb in an elixir application with plug and cowboy
#elixir
Understanding and fixing recompilation in elixir projects
https://dev.to/szajbus/understanding-and-fixing-recompilation-in-elixir-projects-2ib2
Understanding and fixing recompilation in elixir projects
https://dev.to/szajbus/understanding-and-fixing-recompilation-in-elixir-projects-2ib2
DEV Community
Understanding and fixing recompilation in Elixir projects
Our goal as programmers is to deliver value by writing code. It should be efficient, maintainable, bu...