├── Docker Cheat Sheet.pdf ├── README.md ├── git-cheat-sheet-education.pdf └── youtubers_list.md /Docker Cheat Sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambareesha7/elixir-learning-resources/36c1573fe75c09e92a1ad9b66ea7d3b81a87e26b/Docker Cheat Sheet.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Elixir-Learning-Resources 2 | 3 | ### Intention of this repo is to collect all the publicly available learning resounces 4 | 5 | 6 | there are lot of learning resources and blogs are available but they sccattered across, so pooling them here 7 | 8 | 9 | #### Contributions are highly welcome, please add more and more resources here 10 | 11 | 12 | ## Elixir 13 | 14 | [Official Documents(recommendend guide)](https://elixir-lang.org/getting-started/introduction.html) 15 | 16 | [Elixir Style Guide](https://github.com/christopheradams/elixir_style_guide) 17 | 18 | [Elixir Forum](https://elixirforum.com) 19 | 20 | [AwesomeElixir is list of Elixir Libraries](https://github.com/h4cc/awesome-elixir) 21 | 22 | ### YouTube Channel's 23 | 24 | [Alchemist Camp](https://www.youtube.com/channel/UCp5Nix6mJCoLkH_GqcRRp1A) 25 | 26 | [Groxio](https://www.youtube.com/c/Groxio/videos) 27 | 28 | [Tensor Programming](https://www.youtube.com/playlist?list=PLJbE2Yu2zumA-p21bEQB6nsYABAO-HtF2) 29 | 30 | [Underjord](https://www.youtube.com/channel/UC0JZZAJ_e6xc41BLPO8MCKg) 31 | 32 | [Build n Tell](https://www.youtube.com/channel/UCOeVgXHhmzYsszewP5DZ0TQ/videos) 33 | 34 | [Elixir Drops](https://www.youtube.com/channel/UCsTKdrEi4pxR3pVWxol36NA) 35 | 36 | [JustCodeCats](https://www.youtube.com/c/JustCodeCats/videos) 37 | 38 | [Elx pro](https://www.youtube.com/channel/UCLzHBFuE6oxPdP6t9iqpGpQ/videos) 39 | 40 | [Plangora](https://www.youtube.com/c/Plangora/videos) 41 | 42 | [how to use react components](https://www.youtube.com/watch?v=FqI8YqnDJsI) 43 | 44 | [Peter and Code](https://www.youtube.com/channel/UCiKq_ns5yMQcmcSPS17q9jg/videos) 45 | 46 | [ElixirConf](https://www.youtube.com/c/ElixirConf/videos) 47 | 48 | [Code Dexterity](https://www.youtube.com/channel/UC8Pz6DKs7Kw-qCeJkS9D8iQ) 49 | 50 | [Code Please](https://www.youtube.com/c/CodePlease13) 51 | 52 | ## Other Resources 53 | 54 | [Elixir School](https://elixirschool.com/en/) 55 | 56 | ## Blog's and Article's 57 | 58 | [Multiple useful snippent](https://til.hashrocket.com/elixir) 59 | 60 | [Using Python Trained Machine Learning Models from Phoenix (Elixir) Applications](https://itnext.io/using-machine-learning-models-python-from-phoenix-elixir-applications-cd028e4e5f01) 61 | 62 | [Mixing Python with Elixir with Export (Erlport)](https://www.tzeyiing.com/posts/mixing-python-with-elixir-with-export-erlport/) 63 | 64 | [Launching Python in Elixir](https://prograils.com/python-in-elixir) 65 | 66 | 67 | [Metaprogramming in Elixir](https://dev.to/serokell/metaprogramming-in-elixir-2ij2) 68 | 69 | [Underjord Blog's](https://underjord.io/blog.html) 70 | 71 | [Kelvinstin Twitch channel](https://www.twitch.tv/kelvinstin) 72 | 73 | [Blackode Elixir Journals](https://elixirforum.com/t/blackode-elixir-journals/15391/7) 74 | 75 | [Elixir: Time for Some Configuration](https://blog.nytsoi.net/2020/05/05/elixir-time-for-configuration) 76 | 77 | [Elixir: simple-configuration](https://blog.nytsoi.net/2021/04/17/elixir-simple-configuration) 78 | 79 | [A gentle introduction to distributed Elixir](https://bigardone.dev/blog/2021/05/22/three-real-world-examples-of-distributed-elixir-pt-1) 80 | 81 | [Blogs by AppSignal](https://web.archive.org/web/20210121040703/https://blog.appsignal.com/2020/12/16/top-5-elixir-posts-in-2020-from-appsignal.html) 82 | 83 | #### Books 84 | 85 | [Syncfution](https://www.syncfusion.com/succinctly-free-ebooks/elixir-succinctly/introduction) 86 | 87 | 88 | 89 | 90 | 91 | ## Phoenix 92 | 93 | [Phoenix API](https://www.youtube.com/playlist?list=PLgymV6ZBLixyDVve-D4dEpJgNf8eUb5qF) 94 | 95 | [Surface](https://elixircasts.io/surface) 96 | 97 | [The Pragmatic Studio LiveView](https://pragmaticstudio.com/tutorials/getting-started-with-phoenix-liveview) 98 | 99 | [Tailwind cheat-sheet](https://nerdcave.com/tailwind-cheat-sheet) 100 | 101 | [Boilare plate app generator for Phoenix](https://fullstackphoenix.com/tutorials) 102 | 103 | [Video chat app](https://medium.com/@leo_hetsch/building-a-ride-sharing-app-with-elixir-and-phoenix-channels-part-1-17bbd292aec4) 104 | 105 | [Ride sharing app](https://medium.com/@leo_hetsch/building-a-ride-sharing-app-with-elixir-and-phoenix-channels-part-1-17bbd292aec4) 106 | 107 | [Let's Build An Instagram Clone With The PETAL(Phoenix, Elixir, TailwindCSS, AlpineJS, LiveView) Stack](https://dev.to/elixirprogrammer/let-s-build-an-instagram-clone-with-the-petal-phoenix-elixir-tailwindcss-alpinejs-liveview-stack-263n) 108 | 109 | [Content Security Policy configuration (in Phoenix)](https://furlough.merecomplexities.com/elixir/phoenix/security/2021/02/26/content-security-policy-configuration-in-phoenix.html) 110 | 111 | ### Absinthe/GraphQL 112 | 113 | [Tivelop](https://www.youtube.com/playlist?list=PLw7bfDlTRWbgiApK7X1bRKJJ03xoDU3hm) 114 | 115 | [GraphQL API, Elixir, Phoenix](https://www.youtube.com/playlist?list=PLXv5LxnUqHxNm_dMzmD5YtFKAe5Fh9lZt) 116 | 117 | ## Ecto 118 | 119 | [The Little Ecto Cookbook By Dash bit](https://drive.google.com/file/d/1nUAleNEqNKnu9x1TXS3s8GiKpxeCl8a9/view?usp=sharing) 120 | 121 | [A Quick Glance Around Ecto v3 (ALPHA)](https://pages.rising.land/the-books-of-alchemy/a-quick-glance-around-ecto-v3/index.html) 122 | 123 | [Understanding Associations in Elixir's Ecto](https://web.archive.org/web/20210110052704/https://blog.appsignal.com/2020/11/10/understanding-associations-in-elixir-ecto.html) 124 | 125 | [ecto-migrations-simple-to-complex](https://hashrocket.com/blog/posts/ecto-migrations-simple-to-complex) 126 | 127 | [How database transactions work in Ecto and why Elixir makes it awesome?](https://curiosum.dev/blog/elixir-ecto-database-transactions) 128 | 129 | 130 | 131 | ## Nerves 132 | 133 | [IoT build birdhouse](https://dasky.xyz/posts/2020/08/12/an-iot-birdhouse-with-elixir-nerves-phoenix-liveview-components/) 134 | 135 | [Nerves examples](https://github.com/nerves-project/nerves_examples) 136 | 137 | 138 | ## Blockchain 139 | 140 | [blockchain related github links](https://github.com/search?l=Elixir&o=desc&p=2&q=blockchain+elixir&s=updated&type=Repositories) 141 | 142 | -------------------------------------------------------------------------------- /git-cheat-sheet-education.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ambareesha7/elixir-learning-resources/36c1573fe75c09e92a1ad9b66ea7d3b81a87e26b/git-cheat-sheet-education.pdf -------------------------------------------------------------------------------- /youtubers_list.md: -------------------------------------------------------------------------------- 1 | ## These YouTuber's do tutorials on many programming language's 2 | * [Mike](https://www.youtube.com/c/GiraffeAcademy) 3 | * [FreeCodeCamp.org](https://www.youtube.com/c/Freecodecamp) 4 | * [Programming with Mosh](https://www.youtube.com/user/programmingwithmosh) 5 | * [Tech with Tm](https://www.youtube.com/c/TechWithTim) 6 | * [Telusko](https://www.youtube.com/c/Telusko) 7 | * [Microsoft Developers](https://www.youtube.com/c/MicrosoftDeveloper) 8 | * [James Q Quick](https://www.youtube.com/c/JamesQQuick) 9 | * [CodeWithHarry](https://www.youtube.com/c/CodeWithHarry) 10 | * [Web Dev Simplified](https://www.youtube.com/c/WebDevSimplified) 11 | * [Code with Ania Kubów](https://www.youtube.com/c/AniaKub%C3%B3w) 12 | * [Akshay Saini](https://www.youtube.com/c/akshaymarch7) 13 | * [Amigoscode](https://www.youtube.com/c/amigoscode) 14 | * [Clever Programmer](https://www.youtube.com/c/CleverProgrammer) 15 | * [edureka](https://www.youtube.com/c/edurekaIN) 16 | * [The Net Ninja](https://www.youtube.com/c/TheNetNinja) 17 | * [Traversy Media](https://www.youtube.com/c/TraversyMedia) 18 | * [Hitesh Choudhary](https://www.youtube.com/user/hiteshitube) 19 | * [Codevolution](https://www.youtube.com/c/Codevolution) 20 | * [Simplilearn](https://www.youtube.com/c/SimplilearnOfficial) 21 | --------------------------------------------------------------------------------