Adding belongs_to association to ecto.schema using phoenix
https://medium.com/@drsantos20/adding-belongs-to-association-to-ecto-schema-using-phoenix-401c8f4e69a7
https://medium.com/@drsantos20/adding-belongs-to-association-to-ecto-schema-using-phoenix-401c8f4e69a7
Medium
Adding belongs_to association to Ecto.Schema using Phoenix
Recently i have been decided to create a couple of Projects with Elixir using Phoenix as a part of my functional learning path.
Increasing demand of high-speed and efficient communication has led to new trends on the server
https://medium.com/@ecz/increasing-demand-of-high-speed-and-efficient-communication-has-led-to-new-trends-on-the-server-3a08aff8b052
https://medium.com/@ecz/increasing-demand-of-high-speed-and-efficient-communication-has-led-to-new-trends-on-the-server-3a08aff8b052
Medium
Response to
Gaming industry is leading innovations, Minecraft servers have to handle millions of users building and battling against each other. Each…
#aws #s3 #elixir #exaws
Aws s3 in elixir with exaws
https://dev.to/alvisesus/aws-s3-in-elixir-with-exaws-4c84
Aws s3 in elixir with exaws
https://dev.to/alvisesus/aws-s3-in-elixir-with-exaws-4c84
DEV Community
AWS S3 in Elixir with ExAws
We setup the AWS account, configure ExAws, put, list, get and delete objects. Upload large files with multipart uploads, generate presigned urls and process large S3 objects on the fly.
Four ways the beam is perfect for blockchain
https://medium.com/arcblock/four-ways-the-beam-is-perfect-for-blockchain-919f8a9273a5
https://medium.com/arcblock/four-ways-the-beam-is-perfect-for-blockchain-919f8a9273a5
Medium
Four Ways the BEAM is Perfect for Blockchain
2019–11–20
#elixir #nerves #windows
Getting started with nerves development on windows
https://dev.to/tallguy_hackett/getting-started-with-nerves-development-on-windows-2el9
Getting started with nerves development on windows
https://dev.to/tallguy_hackett/getting-started-with-nerves-development-on-windows-2el9
The DEV Community
Getting Started With Nerves Development on Windows
I wanted to see how easy or hard it would be to develop in Nerves on Windows
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…