Skip to content

Instantly share code, notes, and snippets.

@klebervirgilio
Last active March 23, 2020 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klebervirgilio/7272d5fb8af873a55034514195e32a7a to your computer and use it in GitHub Desktop.
Save klebervirgilio/7272d5fb8af873a55034514195e32a7a to your computer and use it in GitHub Desktop.

Documentation

Language website: https://elixir-lang.org/

❤ conventions over configuration Framework website: https://www.phoenixframework.org/ Docs: https://hexdocs.pm/phoenix/overview.html

Educational Material

How easy it is to bootstrap: https://elixircasts.io/getting-started-with-phoenix

Deploy to VPS: https://elixircasts.io/deploying-elixir-with-heroku

Elixir meets docker: https://www.youtube.com/watch?v=nLApFANtkHs

LiveView

LiveView detailed overview: https://www.youtube.com/watch?v=8xJzHq8ru0M&t=1030s

Nice and quick demonstration of LiveView replacing JS: https://dockyard.com/blog/2019/11/25/phoenix-liveview-comment-and-reply

Educational Material

Hireability Watch the first 10min: https://www.youtube.com/watch?v=blGJ_p4plbc

Rich open-source libraries:

https://github.com/h4cc/awesome-elixir

Code examples:

I few apps I wrote:

Webapp https://naive-ticketing-system.herokuapp.com/ (happy to show u the code)

Here's an example of SPA + ReST JSON API https://todo-ex.herokuapp.com/ Code: https://bitbucket.org/klebervirgilio/todo-ex/src/master/

A little bit deeper

https://www.youtube.com/watch?v=5SbWapbXhKo

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