#elixir #erlang
Elixir brasil 2019 and other elixir news
https://medium.com/@adolfont/elixir-brasil-2019-and-other-elixir-news-939bf52dfea9
Elixir brasil 2019 and other elixir news
https://medium.com/@adolfont/elixir-brasil-2019-and-other-elixir-news-939bf52dfea9
Medium
Elixir Brazil 2019 and other Elixir News
We are going to have Elixir Brasil 2019 in São Paulo in May 25th-26th. It will be the second Elixir Brasil conference. I wrote about…
#elixir #functional_programming #ecto #changeset #web_development
Ecto cast-ing sugar
https://medium.com/@ItizAdz/ecto-cast-ing-sugar-31bddbc62cd7
Ecto cast-ing sugar
https://medium.com/@ItizAdz/ecto-cast-ing-sugar-31bddbc62cd7
Medium
Ecto — Cast-ing sugar
Casting embedded or associated schemas in ecto can be a little bit cumbersome. We look at 1. How to do it and 2. How to improve it.
#elixir
How to write bitstring as read such as 001 1101 on elixir
https://dev.to/niku/how-to-write-bits-as-read-on-elixir-2abf
How to write bitstring as read such as 001 1101 on elixir
https://dev.to/niku/how-to-write-bits-as-read-on-elixir-2abf
DEV Community
How to write bitstring as read such as 001 1101 on Elixir
#elixir #webdev #tutorial
Elixir: building a small json endpoint with plug, cowboy and poison
https://dev.to/jonlunsford/elixir-building-a-small-json-endpoint-with-plug-cowboy-and-poison-1826
Elixir: building a small json endpoint with plug, cowboy and poison
https://dev.to/jonlunsford/elixir-building-a-small-json-endpoint-with-plug-cowboy-and-poison-1826
DEV Community
Elixir: Building a Small JSON Endpoint With Plug, Cowboy and Poison
Let’s see how easy it is to build a production ready endpoint with Plug, using Erlang’s Cowboy HTTP server
#functional_programming #programming #software_development #elixir #software_engineering
Functional core imperative shell in elixir
https://medium.com/@lucaspenzeymoog/functional-core-imperative-shell-in-elixir-48ec0ad3d9c0
Functional core imperative shell in elixir
https://medium.com/@lucaspenzeymoog/functional-core-imperative-shell-in-elixir-48ec0ad3d9c0
Medium
Functional Core Imperative Shell in Elixir
Functional programming languages such as Elixir are great until they’re not. That is, they’re great for writing pure functions, but a…
#elixir #python #machine_learning #phoenix_framework
Using python trained machine learning models from phoenix (elixir) applications
https://medium.com/@merajulislam/using-machine-learning-models-python-from-phoenix-elixir-applications-cd028e4e5f01
Using python trained machine learning models from phoenix (elixir) applications
https://medium.com/@merajulislam/using-machine-learning-models-python-from-phoenix-elixir-applications-cd028e4e5f01
Medium
Using Machine Learning Models (Python) from Phoenix(Elixir) Applications
Python is the de facto language for machine learning and data science. There are numerous libraries and frameworks available in Python for…
#elixir #phoenix_framework #liveview
Concurrent ant farm with elixir and phoenix liveview
https://medium.com/cabify-product/concurrent-ant-farm-with-elixir-and-phoenix-liveview-e54d07555e77
Concurrent ant farm with elixir and phoenix liveview
https://medium.com/cabify-product/concurrent-ant-farm-with-elixir-and-phoenix-liveview-e54d07555e77
Medium
Concurrent ant farm with Elixir and Phoenix LiveView
How I built a concurrent ant farm with Elixir and Phoenix LiveView.
#elixir #programming_languages #programming #computer_science #computers
5 aha tricks to make elixir‘s interactive shell more pleasant
https://medium.com/@leeduckgo/5-aha-tricks-to-make-elixir-s-interactive-shell-more-pleasant-c726e08477c8
5 aha tricks to make elixir‘s interactive shell more pleasant
https://medium.com/@leeduckgo/5-aha-tricks-to-make-elixir-s-interactive-shell-more-pleasant-c726e08477c8
Medium
5 Aha Tricks to Make Elixir‘s Interactive Shell more Pleasant
For the freshman of Elixir, there are some small tricks to make your programming way more pleasant and unhindered.
#asdf #elixir #erlang #packagemanager
Asdf, the package manager for all your languages
https://dev.to/logicmason/asdf-the-package-manager-for-all-your-languages-2omg
Asdf, the package manager for all your languages
https://dev.to/logicmason/asdf-the-package-manager-for-all-your-languages-2omg
DEV Community
ASDF, the version manager for all your languages
a short guide to setting up the asdf package manager and then using it to install and enable versions of four programming languages
#elixir #learning
Doing background work using a native elixir approach
https://dev.to/appsignal/doing-background-work-using-a-native-elixir-approach-2id8
Doing background work using a native elixir approach
https://dev.to/appsignal/doing-background-work-using-a-native-elixir-approach-2id8
DEV Community
Doing Background Work Using a Native Elixir Approach
In this article, we'll look at the different solutions Elixir has for performing background work and when you would use each one.