Skip to content

Instantly share code, notes, and snippets.

@rcoproc
Last active February 9, 2020 03:33
Show Gist options
  • Save rcoproc/0a9594468f5d64c45fcd81e106d74171 to your computer and use it in GitHub Desktop.
Save rcoproc/0a9594468f5d64c45fcd81e106d74171 to your computer and use it in GitHub Desktop.

Comparativo Elixir x Ruby (Elixir Ruby comparation)

https://elixir-examples.github.io/examples/elixir-and-ruby-comparison

Exemplos em Elixir (Elixir Examples)

https://elixir-examples.github.io/

Elixir tips

https://github.com/blackode/elixir-tips

Mix list all taks(mix help)

https://elixir-examples.github.io/examples/mix-list-all-tasks

Quick References

https://github.com/itsgreggreg/elixir_quick_reference#rescue

Writing a Blog Engine with Phoenix

https://hackernoon.com/introduction-fe138ac6079d

Building and Playing the Go Game with Phoenix LiveView

https://blog.appsignal.com/2019/06/18/elixir-alchemy-building-go-with-phoenix-live-view.html

Caching with Elixir and ETS (Erlang Term Storage)

https://blog.appsignal.com/2019/11/12/caching-with-elixir-and-ets.html

Comunicação entre Nós(Nodes comunication)

https://www.thegreatcodeadventure.com/elixir-school-otp-distribution/

Como usar Broadway com Elixir(How to Use Broadway in Your Elixir Application)

https://blog.appsignal.com/2019/12/12/how-to-use-broadway-in-your-elixir-application.html

Conectando Elixir ao Kafka com Kaffe(Connecting Elixir to Kafka with Kaffe)

https://elixirschool.com/blog/elixir-kaffe-codealong/

Deploy a Phoenix app with destillery and gigalixir

https://medium.com/@kimchibot64/deploy-a-phoenix-1-3-api-with-distillery-2-0-and-gigalixir-a58e04e51437

Flags, Seeds and Idempotency: Database Tooling with Elixir

https://blog.appsignal.com/2019/09/10/flags-seeds-idempotency-elixir.html

Phoenix Live View School

https://elixirschool.com/blog/phoenix-live-view/

Phoenix Live View Examples

https://github.com/rcoproc/phoenix_live_view_example

Phoenix Messenger Example

https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-2

Phoenix com React

https://medium.com/coding-artist/full-stack-react-with-phoenix-chapter-1-why-bother-d3c4a38846cf

LiveView Component

https://elixirschool.com/blog/live-view-live-component/

RabbitMQ message

https://www.rabbitmq.com/tutorials/tutorial-one-elixir.html

Elixir and RabbitMQ

https://medium.com/@oivoodoo/elixir-and-rabbitmq-d6bb63419b87

Roteamento em Umbrella Apps(Routing in Phoenix Umbrella Apps)

https://blog.appsignal.com/2019/04/16/elixir-alchemy-routing-phoenix-umbrella-apps.html

Typespecs and Behaviours in Elixir

https://blog.appsignal.com/2019/10/15/behaviours.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment