Erlang highlights 2019 — best of the beam.
https://medium.com/@ErlangSolutions/erlang-highlights-2019-best-of-the-beam-83aa3ac9098a
https://medium.com/@ErlangSolutions/erlang-highlights-2019-best-of-the-beam-83aa3ac9098a
Medium
Erlang Highlights 2019 — Best Of The BEAM.
by Erlang Solutions
It’s elixir, the new process-oriented programming language in town.
https://medium.com/@minatsilvester/its-elixir-the-new-process-oriented-programming-language-in-town-9146c5f4e5e9
https://medium.com/@minatsilvester/its-elixir-the-new-process-oriented-programming-language-in-town-9146c5f4e5e9
Medium
It’s Elixir, The new process-oriented programming language in town.
I have been working with elixir for the past few months and decided that I have to share a few things about it as to why you should look…
#elixir #phoenix #docker
Elixir releases with muti-stage docker builds
https://dev.to/pggalaviz/elixir-releases-with-muti-stage-docker-builds-4366
Elixir releases with muti-stage docker builds
https://dev.to/pggalaviz/elixir-releases-with-muti-stage-docker-builds-4366
Elixir highlights 2019 — best of the beam.
https://medium.com/@ErlangSolutions/elixir-highlights-2019-best-of-the-beam-35f2aea5656d
https://medium.com/@ErlangSolutions/elixir-highlights-2019-best-of-the-beam-35f2aea5656d
Medium
Elixir Highlights 2019 — Best Of The BEAM.
by Erlang Solutions
How to generate a pdf with elixir in 20 lines of code
https://medium.com/@skdomino/how-to-generate-a-pdf-with-elixir-in-20-lines-of-code-4e94267950af
https://medium.com/@skdomino/how-to-generate-a-pdf-with-elixir-in-20-lines-of-code-4e94267950af
Medium
How to generate a PDF with Elixir in 20 lines of code
By the end of this article, you should have a working mix project that can generate a PDF from an HTML template and json payload. This…
Multiple routers with plug and forward
https://medium.com/wearejaya/multiple-routers-with-plug-and-forward-a2e3744b690
https://medium.com/wearejaya/multiple-routers-with-plug-and-forward-a2e3744b690
Medium
Multiple Routers with Plug and Forward
Recently I needed to create a new path for our Elixir app. This endpoint leads to a page that has some delicate data like how many users…
#elixir #basics #maps #structs
Elixir structs are maps with checks and default values
https://dev.to/logicmason/elixir-structs-are-maps-with-checks-and-default-values-135m
Elixir structs are maps with checks and default values
https://dev.to/logicmason/elixir-structs-are-maps-with-checks-and-default-values-135m
DEV Community
Elixir Structs are maps with checks and default values
What Elixir Structs do that Maps don't and what you can't rely on
#elixir #json #ecto #postgres
Querying nested jsonb fields with ecto
https://dev.to/logicmason/querying-nested-jsonb-fields-with-ecto-4372
Querying nested jsonb fields with ecto
https://dev.to/logicmason/querying-nested-jsonb-fields-with-ecto-4372
DEV Community
Querying nested JSONB fields with Ecto
Ecto has a map type, which is implemented in Postgres as a JSONB field. It's particularly useful for situations involving user-submitted data, and here's a tutorial about how to query within them...
Release a phoenix application with docker and postgres
https://medium.com/@j.schlacher_32979/release-a-phoenix-application-with-docker-and-postgres-28c6ae8c7184
https://medium.com/@j.schlacher_32979/release-a-phoenix-application-with-docker-and-postgres-28c6ae8c7184
Medium
Release a Phoenix application with docker and Postgres
This is a minimal introduction on how to bundle and release a Phoenix web application accessing a Postgres database with Docker and the new…